-
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
Hive metastore client times out while listing the large number of tables. #24164
Comments
After digging deeper, I found this parameter:
Later on it is used in ThriftHiveMetastoreClient:
Once I changed that value to False, everything went back to normal. I think that TODO is irrelevant and has to be given as a configuration option, otherwise large schemas become unusable. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am finalizing migration from Trino 419 to Trino 464 and running into the issues of getting a large list of tables, closer to 200k in a single schema. My timeouts are set to 300s. Trino 419 is capable of returning result within couple seconds.
The problem appears to be a change in ThriftHiveMetastore that handles how tables metadata is received:
In trino 419 the method is called differently and also invokes a different method.
The text was updated successfully, but these errors were encountered: