branch-4.0: [fix](fe) Show warm-up timestamps with date#64875
Open
bobhan1 wants to merge 1 commit into
Open
Conversation
### What problem does this PR solve?
Issue Number: None
Related PR: None
Problem Summary: Event-driven warm-up detailed SyncStats serialized last_trigger_ts, last_finish_ts, and progress_trigger_ts with only HH:mm:ss. When a job spans dates, the output cannot identify which day the event happened. BE reports these values as epoch milliseconds, so FE can render them directly as yyyy-MM-dd HH:mm:ss while preserving empty strings for unset timestamps.
### Release note
SHOW WARM UP JOB detailed SyncStats now displays warm-up timestamp fields with full date and time.
### Check List (For Author)
- Test: Unit Test
- ./run-fe-ut.sh --run org.apache.doris.cloud.WarmUpStatsTest,org.apache.doris.cloud.CloudWarmUpJobTableFilterTest
- Behavior changed: Yes. Detailed warm-up timestamp strings now include the date.
- Does this need documentation: No
(cherry picked from commit 98d22f8)
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Contributor
Author
|
run buildall |
Contributor
FE UT Coverage ReportIncrement line coverage |
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
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.
What problem does this PR solve?
Backport #64606 to branch-4.0.
Original PR: #64606
Original commit: 98d22f8
SHOW WARM UP JOB detailed SyncStats should display last_trigger_ts, last_finish_ts, and progress_trigger_ts with full date and time instead of HH:mm:ss only.
Release note
SHOW WARM UP JOB detailed SyncStats now displays warm-up timestamp fields with full date and time.
Check List