mirror of
https://github.com/prometheus/prometheus.git
synced 2025-11-26 21:21:04 +01:00
IDs for new series are handed out before the postings are locked. Thus series are not indexed in order of their IDs, which could result in only partially sorted postings list. Iterating over those silently skipped elements as the sort invariant was violated.
Description
Languages
Go
86.1%
TypeScript
12.5%
Yacc
0.5%
Shell
0.2%
CSS
0.2%
Other
0.2%