-
Notifications
You must be signed in to change notification settings - Fork 2k
[Enhancement] invalidate table cache after hive table do not need to refresh by ConnectorTableMetadataProcessor #37549
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…refresh by ConnectorTableMetadataProcessor Signed-off-by: Youngwb <[email protected]>
|
[FE Incremental Coverage Report]✅ pass : 6 / 6 (100.00%) file detail
|
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
stephen-shelby
approved these changes
Dec 22, 2023
dirtysalt
approved these changes
Dec 22, 2023
@Mergifyio backport branch-3.2 |
@Mergifyio backport branch-3.1 |
@Mergifyio backport branch-3.0 |
@Mergifyio backport branch-2.5 |
✅ Backports have been created
|
✅ Backports have been created
|
✅ Backports have been created
|
✅ Backports have been created
|
mergify bot
pushed a commit
that referenced
this pull request
Dec 22, 2023
…refresh by ConnectorTableMetadataProcessor (#37549) Signed-off-by: Youngwb <[email protected]> (cherry picked from commit d24c364) # Conflicts: # fe/fe-core/src/test/java/com/starrocks/connector/hive/CachingHiveMetastoreTest.java
18 tasks
mergify bot
pushed a commit
that referenced
this pull request
Dec 22, 2023
…refresh by ConnectorTableMetadataProcessor (#37549) Signed-off-by: Youngwb <[email protected]> (cherry picked from commit d24c364) # Conflicts: # fe/fe-core/src/test/java/com/starrocks/connector/hive/CachingHiveMetastoreTest.java
18 tasks
mergify bot
pushed a commit
that referenced
this pull request
Dec 22, 2023
…refresh by ConnectorTableMetadataProcessor (#37549) Signed-off-by: Youngwb <[email protected]> (cherry picked from commit d24c364) # Conflicts: # fe/fe-core/src/test/java/com/starrocks/connector/hive/CachingHiveMetastoreTest.java
18 tasks
mergify bot
pushed a commit
that referenced
this pull request
Dec 22, 2023
…refresh by ConnectorTableMetadataProcessor (#37549) Signed-off-by: Youngwb <[email protected]> (cherry picked from commit d24c364) # Conflicts: # fe/fe-core/src/test/java/com/starrocks/connector/hive/CachingHiveMetastoreTest.java
18 tasks
Youngwb
added a commit
that referenced
this pull request
Dec 22, 2023
…er hive table do not need to refresh by ConnectorTableMetadataProcessor (#37635) Signed-off-by: Youngwb <[email protected]>
mergify bot
pushed a commit
that referenced
this pull request
Dec 22, 2023
…er hive table do not need to refresh by ConnectorTableMetadataProcessor (#37635) Signed-off-by: Youngwb <[email protected]> (cherry picked from commit bca983c) # Conflicts: # fe/fe-core/src/test/java/com/starrocks/connector/hive/CachingHiveMetastoreTest.java
Youngwb
added a commit
that referenced
this pull request
Dec 22, 2023
…er hive table do not need to refresh by ConnectorTableMetadataProcessor (#37656) Signed-off-by: Youngwb <[email protected]>
Youngwb
added a commit
that referenced
this pull request
Dec 22, 2023
…er hive table do not need to refresh by ConnectorTableMetadataProcessor (#37666) Signed-off-by: Youngwb <[email protected]>
Youngwb
added a commit
that referenced
this pull request
Dec 22, 2023
…er hive table do not need to refresh by ConnectorTableMetadataProcessor (#37668) Signed-off-by: Youngwb <[email protected]>
Zhangg7723
pushed a commit
to Zhangg7723/starrocks
that referenced
this pull request
Dec 26, 2023
…refresh by ConnectorTableMetadataProcessor (StarRocks#37549) Signed-off-by: Youngwb <[email protected]> Signed-off-by: 张敢 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why I'm doing:
Hive table support refresh meta cache automatically,it will stop refresh the table meta cahce which has long time not query on it,but the table cache still exist, it could be outdated
What I'm doing:
when the table cache do not need to refresh, invalidate the table meta cache
Fixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: