-
Bug
-
Resolution: Done
-
Major
-
25.0.1.Final
-
None
The SortedScheduledEntries data structure uses a sorted set to sort entries by their expiration time using the comparator returned by Map.Entry.comparingByValue(). However, this returns 0 if multiple entries expire at the same time (i.e. have the same entry value), which results in missing entries.