Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store marker data in a TreeMap instead of a HashMap.
The iteration order of HashMap is non-deterministic and we did not sort the keys before iterating over them, which means that the contents of the marker file were also non-deterministic. This was broken in unknown commit which inadvertently replaced a TreeMap with a HashMap here. RELNOTES: None. PiperOrigin-RevId: 553823566 Change-Id: Id83ac059d28c24b2149c82e85c25307865516116
- Loading branch information