-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow filesystem caching on coordinator unconditionally #21987
Conversation
Earlier this was used to work around bugs which were encountered when filesystem caching was enabled on coordinator, it's not used for that anymore. Removing this avoids confusion about caching not working on hive connector in a single node setup
7674bc6
to
b89a325
Compare
@raunaqmorarka not related to this PR. I was thinking about one question, that user might want to configure cache with differently at coordinator vs worker. https://trino.io/docs/current/object-storage/file-system-cache.html#configuration Any thoughts? |
Could you elaborate what this difference in configuring caching on the coordinator vs worker would be and why ? |
do you maybe remember what these were? |
I forget which one exactly, but there were issues initially when we tried to enabled caching on coordinator in delta and iceberg |
Description
Earlier this was used to work around bugs which were encountered when filesystem caching was enabled on coordinator, it's not used for that anymore.
Removing this avoids confusion about caching not working on hive connector in a single node setup
Additional context and related issues
Release notes
( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
(x) Release notes are required, with the following suggested text: