-
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
branch-3.0: [fix](paimon) avoid get paimon table when replay #48152
base: branch-3.0
Are you sure you want to change the base?
Conversation
run buildall |
run buildall |
TeamCity cloud ut coverage result: |
TPC-H: Total hot run time: 40656 ms
|
TPC-DS: Total hot run time: 198699 ms
|
ClickBench: Total hot run time: 32.34 s
|
run buildall |
TeamCity cloud ut coverage result: |
What problem does this PR solve?
catalog.getPaimonTable(dbName, name);
will try forward request to master FE.When in replay logic, forwarding will fail, cause fe failed to start.
Introduced from #43959
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)