Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
66089: cli: order span payloads by start_time for readability r=knz a=adityamaru During job execution, there can be several root spans on a node. Egs: resumer, processor While the recordings within a span are sorted by start time, since the root spans are stored in an unordered map, the recordings across root spans might not be sorted by start_time. When viewing the output files for a job this results in the processor span printing its payload before the job payload which is not intuitive. We might change how we display recordings in the future, but for the time being this fix makes the "ordering" of events deterministic. Informs: #64992 Release note: None Co-authored-by: Aditya Maru <[email protected]>
- Loading branch information