-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[fix](cloud version) fix version of information_schema table backward when query in follower node #43451
Conversation
Thank you for your contribution to Apache Doris. Check List (For Author)
Check List (For Reviewer who merge this PR)
|
run buildall |
TPC-H: Total hot run time: 41062 ms
|
fe/fe-core/src/main/java/org/apache/doris/service/FrontendServiceImpl.java
Outdated
Show resolved
Hide resolved
TPC-DS: Total hot run time: 194389 ms
|
backward when query in follower node
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
TPC-H: Total hot run time: 41367 ms
|
TPC-DS: Total hot run time: 192383 ms
|
ClickBench: Total hot run time: 32.72 s
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
… when query in follower node (#43451) Problem Summary: For the follower node in cloud mode, when querying the information_schema table, the version needs to be updated. Otherwise, the version will always be the old value unless there is a query for the table in the follower node.
Problem Summary:
For the follower node in cloud mode, when querying the information_schema table, the version needs to be updated.
Otherwise, the version will always be the old value unless there is a query for the table in the follower node.
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Release note
None