Commit Graph

1228 Commits (140f4aa9aed6674c582dc603431a4aaa0c702cb7)

Author SHA1 Message Date
Ben Ye 140f4aa9ae
feat: Allow customizing TSDB postings decoder (#13567)
2 weeks ago
Ben Ye f9057544cb
Fix AllPostings added twice (#13893)
2 weeks ago
Bryan Boreham f42b37ff2f
[BUGFIX] TSDB: Fix race on stale values in headAppender (#15322)
3 weeks ago
Matthieu MOREL af1a19fc78 enable errorf rule from perfsprint linter
3 weeks ago
Bryan Boreham 02aa6d1de6
Merge pull request #15338 from bboreham/cosmetic-tsdb
3 weeks ago
Oleg Zaytsev b1e4052682
MemPostings.Delete(): make pauses to unlock and let the readers read (#15242)
3 weeks ago
Bryan Boreham 541c7fd9fe [COMMENT] Remove duplicate line
3 weeks ago
Alban Hurtaud 4b56af7eb8
Add hidden flag for the delayed compaction random time window (#14919)
3 weeks ago
Bryan Boreham 2fbbfc3da8 Revert "Fix `MemPostings.Add` and `MemPostings.Get` data race (#15141)"
3 weeks ago
Bryan Boreham e2e01c1cff
Merge pull request #15216 from yeya24/log-last-series-labels
3 weeks ago
Oleg Zaytsev ba11a55df4
Revert "Process `MemPostings.Delete()` with `GOMAXPROCS` workers"
4 weeks ago
Nicolas Takashi b6c538972c
[REFACTORY] simplify appender commit (#15112)
4 weeks ago
Arve Knudsen 706dcfeecf
tsdb.CircularExemplarStorage: Avoid racing (#15231)
4 weeks ago
Pedro Tanaka bab587b9dc
Agent: allow for ingestion of CT samples (#15124)
4 weeks ago
Ayoub Mrini 93db81dd3d
Merge pull request #14983 from machine424/dopp
1 month ago
Ben Ye 99882eec3b log last series labelset when hitting OOO series labels during compaction
1 month ago
Vanshika cccbe72514
TSDB: Fix some edge cases when OOO is enabled (#14710)
1 month ago
machine424 cebcdce78a
fix(storage/mergeQuerier): copy the matcjers slice before passing it to queriers as
1 month ago
machine424 eb523a6b29
fix(storage/mergeQuerier): add a reproducer for data race that occurs when one of the queriers alters the passed matchers and propose a fix
1 month ago
György Krajcsovits a4083f14e8 Fix populateWithDelChunkSeriesIterator corrupting chunk meta
1 month ago
György Krajcsovits e6a682f046 Reproduce populateWithDelChunkSeriesIterator corrupting chunk meta
1 month ago
machine424 ab2475c426
test(tsdb): add a reproducer for https://github.com/prometheus/prometheus/issues/14422
1 month ago
Bryan Boreham 1e1f6ab9df
Merge pull request #15120 from bboreham/floor-ino-mint
1 month ago
George Krajcsovits b8867f8ead
Merge pull request #15142 from krajorama/fix-appendhistogram-race
1 month ago
Oleg Zaytsev 50ef0dc954
Fix `MemPostings.Add` and `MemPostings.Get` data race (#15141)
1 month ago
György Krajcsovits bb70370d72 TSDB head: fix race between AppendHistogram and Commit
2 months ago
György Krajcsovits 631fadc4ca Unit test for data race in head.Appender.AppendHistogram
2 months ago
beorn7 12c39d5421 docs: Some nitpicking in chunks.md
2 months ago
beorn7 a4cb52ff15 docs: Update chunk layot for NHCB
2 months ago
Björn Rabenstein 02d0de9987
Merge pull request #14997 from fionaliao/fl/update-format-docs
2 months ago
TJ Hoplock 6ebfbd2d54 chore!: adopt log/slog, remove go-kit/log
2 months ago
Bryan Boreham 91de19fbef [BUGFIX] TSDB: Don't read in-order chunks from before head MinTime
2 months ago
Matthieu MOREL ab64966e9d
fix: use "ErrorContains" or "EqualError" instead of "Contains(t, err.Error()" and "Equal(t, err.Error()" (#15094)
2 months ago
György Krajcsovits 44ebbb8458 Fix missing histogram copy in sampleRing
2 months ago
Bryan Boreham 54de4fb780
Merge pull request #14975 from colega/process-mempostings-delete-with-gomaxprocs-workers
2 months ago
Fiona Liao fd62dbc291 Update chunk format docs with native histograms and OOO
2 months ago
Ayoub Mrini 105ab2e95a
fix(test): adjust defer invocations (#14996)
2 months ago
Oleg Zaytsev ada8a6ef10
Add some more tests for MemPostings_Delete
2 months ago
Arthur Silva Sens d5f65cfce0
Merge pull request #14694 from prometheus/ct-histogram
2 months ago
Arthur Silva Sens 95a53ef982
Join tests for appending float and histogram CTs
2 months ago
Arthur Silva Sens 6bd9b1a7cc
Histogram CT Zero ingestion
2 months ago
Oleg Zaytsev 4fd2556baa
Extract processWithBoundedParallelismAndConsistentWorkers
2 months ago
Oleg Zaytsev ccd0308abc
Don't do anything if MemPostings are empty
2 months ago
Oleg Zaytsev 9c417aa710
Fix deadlock with empty MemPostings
2 months ago
Bryan Boreham 5d8f0ef0c2
Merge pull request #14721 from bboreham/exp-grow-postings
2 months ago
Oleg Zaytsev e196b977af
Process MemPostings.Delete() with GOMAXPROCS workers
2 months ago
Bryan Boreham ca673eb749 Merge remote-tracking branch 'origin/release-2.55' into merge-2.55-into-main
2 months ago
Bryan Boreham 31c5760551
Neater string vs byte-slice conversions (#14425)
2 months ago
Bryan Boreham d42232e178
Merge pull request #14932 from bboreham/chunk-xor-combine-writebits
2 months ago
Bryan Boreham 6f0d6038b7 [BUGFIX] TSDB: Only query chunks up to truncation time (#14948)
2 months ago