mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Race: Suppose we have 100 existing series inside a HeadBlock. Now we open two appenders in two routines A1, A2 and append 30 new series and 60 new series respectively with some common series. Both try to commit at the same time and the following happens in the given order: A2 executes createSeries() A1 executes createSeries() (with its common series referencing the ids from A2) A1 persists its newlabels, samples A2 persists its newlabels, samples Now when reading it back, we read A1's samples which reference A2's id and thereby fail. Ref: prometheus/promtheus#2795 Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in> |
||
---|---|---|
chunks | ||
cmd/tsdb | ||
Documentation/format | ||
labels | ||
test | ||
testdata | ||
tsdbutil | ||
.travis.yml | ||
block.go | ||
block_test.go | ||
chunks.go | ||
chunks_test.go | ||
compact.go | ||
db.go | ||
db_test.go | ||
db_unix.go | ||
db_windows.go | ||
encoding_helpers.go | ||
head.go | ||
head_test.go | ||
index.go | ||
index_test.go | ||
LICENSE | ||
postings.go | ||
postings_test.go | ||
querier.go | ||
querier_test.go | ||
README.md | ||
tombstones.go | ||
tombstones_test.go | ||
wal.go | ||
wal_test.go |