Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
YARN-2928
-
None
-
Reviewed
Description
Currently the app id is used in various places as part of row keys. However, currently they are treated as strings. This will cause a problem with ordering when the id portion of the app id rolls over to the next digit.
For example, "app_1234567890_10000" will be considered earlier than "app_1234567890_9999". We should correct this.
Attachments
Attachments
Issue Links
- is related to
-
YARN-4074 [timeline reader] implement support for querying for flows and flow runs
- Resolved