-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](catalog) Fix lastUpdateTime not updated on refresh and add scheduled refresh logs #58997
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
Conversation
…duled refresh logs
|
run buildall |
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
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: 35871 ms |
TPC-DS: Total hot run time: 179301 ms |
ClickBench: Total hot run time: 27.52 s |
FE Regression Coverage ReportIncrement line coverage |
|
run buildall |
TPC-H: Total hot run time: 36290 ms |
TPC-DS: Total hot run time: 178782 ms |
ClickBench: Total hot run time: 27.18 s |
FE Regression Coverage ReportIncrement line coverage |
|
PR approved by at least one committer and no changes requested. |
…duled refresh logs (#58997) Fix `lastUpdateTime` not being updated when catalog is refreshed (manual or scheduled). Previously it was only set during initialization, now it reflects the actual last refresh time. Also added info logs for scheduled catalog refresh to improve observability: - Log when catalog is added/removed from refresh map - Log when scheduled refresh is triggered and completed - Log catalog registration on FE startup
…duled refresh logs (apache#58997) Fix `lastUpdateTime` not being updated when catalog is refreshed (manual or scheduled). Previously it was only set during initialization, now it reflects the actual last refresh time. Also added info logs for scheduled catalog refresh to improve observability: - Log when catalog is added/removed from refresh map - Log when scheduled refresh is triggered and completed - Log catalog registration on FE startup
Fix
lastUpdateTimenot being updated when catalog is refreshed (manual or scheduled).Previously it was only set during initialization, now it reflects the actual last refresh time.
Also added info logs for scheduled catalog refresh to improve observability: