Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
2.8.0
-
None
-
None
-
Reviewed
Description
After YARN-5029, we add one more event : APP_STATE_UPDATE event which is used by RM to sync up the App state between Timeline Server. But when we get appReport from TimelineServer, we parse all events with timestamp descending order (Finish event-->App State update event --> create event) which causes this issue.