Skip to content
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

Make hive.metastore-stats-cache-ttl >= to hive.metastore-cache-ttl #16625

Merged
merged 1 commit into from
Mar 19, 2023

Conversation

sopel39
Copy link
Member

@sopel39 sopel39 commented Mar 19, 2023

Some deployments might had hive.metastore-cache-ttl already set. #15811 introduced new config hive.metastore-stats-cache-ttl which could be lower (by default) for such deployments. However, hive.metastore-cache-ttl should take precedense over hive.metastore-stats-cache-ttl as it's more generic (affects whole metastore cache).

# Hive
* Make `hive.metastore-stats-cache-ttl` always greater or equal to `hive.metastore-cache-ttl`. ({issue}`issuenumber`)

Some deployments might had hive.metastore-cache-ttl already set.
trinodb#15811 introduced new config
hive.metastore-stats-cache-ttl which could be lower (by default)
for such deployments. However, hive.metastore-cache-ttl
should take precedense over hive.metastore-stats-cache-ttl as
it's more generic (affects whole metastore cache).
@sopel39 sopel39 requested a review from raunaqmorarka March 19, 2023 11:01
@cla-bot cla-bot bot added the cla-signed label Mar 19, 2023
@github-actions github-actions bot added hive Hive connector tests:hive labels Mar 19, 2023
@sopel39 sopel39 merged commit 52ec6dc into trinodb:master Mar 19, 2023
@sopel39 sopel39 deleted the ks/lower_limit branch March 19, 2023 13:01
@github-actions github-actions bot added this to the 411 milestone Mar 19, 2023
@sopel39 sopel39 mentioned this pull request Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed hive Hive connector
Development

Successfully merging this pull request may close these issues.

2 participants