incubator-uniffle
incubator-uniffle copied to clipboard
[Bug] Display the first successful registration time in Dashboard
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Search before asking
- [X] I have searched in the issues and found no similar issues.
Describe the bug
Now the ResigerTime(which is spelled incorrectly, should be RegistrationTime) for shuffle servers is always displaying the latest registration time, which is useless and changing all the time?
The registration time is updated with each heartbeat report. Shouldn't we be displaying the time of the first successful registration, rather than the time of the most recent successful heartbeat report?
If the shuffle server is always active, why not display the first successful registration time?
Affects Version(s)
master
Uniffle Server Log Output
No response
Uniffle Engine Log Output
No response
Uniffle Server Configurations
No response
Uniffle Engine Configurations
No response
Additional context
No response
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!