Commit Graph

97 Commits (4b2198d7ec47d50989b7c2df66b7b207c32f7f6e)

Author SHA1 Message Date
Ganesh Vernekar ff0dc75758
Replay WBL even if OOO Time Window is 0 (#296)
2 years ago
Ganesh Vernekar a632c73352
Simplify how OutOfOrderTimeWindow works (#285)
2 years ago
Ganesh Vernekar c6f3d4ab33
Remove temporary patch for out-of-order (#283)
2 years ago
Ganesh Vernekar 5e8406a1d4
Avoid gaps in in-order data after restart with out-of-order enabled (#277)
2 years ago
Jesus Vazquez 1446b53d87
Merge pull request #276 from grafana/jvp/rename-oooallowance-to-oootimewindow
2 years ago
Ganesh Vernekar abde1e0ba1
Update MinOOOTime and MaxOOOTime properly after restart (#275)
2 years ago
Jesus Vazquez e70e769889 Rename OutOfOrderAllowance to OutOfOrderTimeWindow
2 years ago
Ganesh Vernekar df59320886
Add out-of-order sample support to the TSDB (#269)
2 years ago
Matthias Rampke 78f2645787
test(tsdb): break up repeated test to avoid timeout (#10671)
3 years ago
Matthieu MOREL e2ede285a2
refactor: move from io/ioutil to io and os packages (#10528)
3 years ago
Howie 1291ec7185
deleting *.tmp WAL files on startup (#10317)
3 years ago
Björn Rabenstein d1edb006c1
Merge pull request #10341 from prometheus/release-2.33
3 years ago
Ganesh Vernekar 24827782cb
Fix panics when m-mapping head chunks (#10316)
3 years ago
Eng Zer Jun 3e67654d37
refactor: use `T.TempDir()` and `B.TempDir` to create temporary directory
3 years ago
Ganesh Vernekar 129ed4ec8b
Fix Example() function in TSDB (#10153)
3 years ago
Mauro Stettler 0df3489275
Write chunks via queue, predicting the refs (#10051)
3 years ago
Bryan Boreham 1b74a3812e
Fix panic, out of order chunks, and race warning during WAL replay (#9856)
3 years ago
Darshan Chaudhary 9dcf8b2208
Add the ability to disable tsdb isolation (#9270)
3 years ago
Robert Fratto 72a9f7fee9
Share TSDB locker code with agent (#9623)
3 years ago
Mateusz Gozdek 2f312ff4c5 tsdb: mark TestTombstoneCleanRetentionLimitsRace test as slow
3 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory
3 years ago
Dieter Plaetinck cda025b5b5
TSDB: demistify SeriesRefs and ChunkRefs (#9536)
3 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra'
3 years ago
Furkan Türkal 0c07663b70
fix: possible race on shared variables in test (#9470)
3 years ago
Levi Harrison 06afe6162c
Also ignore `func1`
3 years ago
Ganesh Vernekar 59d02b5ef0
tsdb: Block Head GC till pending readers are done reading (#9081)
3 years ago
Levi Harrison 437c470c40 Added ignore
3 years ago
Julien Pivotto b1c179be85
Fix main build (#8948)
3 years ago
Julien Duchesne 8855c2e626
Add `prometheus_tsdb_clean_start` metric (#8824)
3 years ago
Levi Harrison b5f6f8fb36 Switched to go-kit/log
4 years ago
Levi Harrison 7bc11dcb06
React UI: Add Starting Screen (#8662)
4 years ago
Marco Pracucci 4b49ffbad5
Stop the bleed on chunk mapper panic (#8723)
4 years ago
Julien Pivotto 889dd0bbd3 Fix DB tests in the default branch
4 years ago
Tom Wilkie 7369561305
Combine Appender.Add and AddFast into a single Append method. (#8489)
4 years ago
Arthur Silva Sens 6a3d55db0a
Rolling tombstones clean up (#8007)
4 years ago
Nguyen Le Vu Long fbe960f2c1
fix: remove pre-2.21 tmp blocks on start (#8353)
4 years ago
Marco Pracucci db19e05d93
Add option to customise head chunks write buffer size (#8201)
4 years ago
Julien Pivotto 8bc369bf9b
Calculate head chunk size based on actual disk usage (#8139)
4 years ago
Julien Pivotto 6c56a1faaa
Testify: move to require (#8122)
4 years ago
Ganesh Vernekar 3245b3267b
Don't use returned DB to close resources on TSDB startup error (#8113)
4 years ago
Julien Pivotto 1282d1b39c
Refactor test assertions (#8110)
4 years ago
Julien Pivotto 4e5b1722b3
Move away from testutil, refactor imports (#8087)
4 years ago
Bartlomiej Plotka 2fe1e9fa93
Create a checkpoint only at the end of Compact call (#8067)
4 years ago
Jorge Vallecillo 7aa5fb01bf
tsdb/chunks/head_chunks_test.go: Fix typo (#7953)
4 years ago
Ganesh Vernekar 2255b6f62f
Refactor WAL.Segments method to be part of the wal package (#6477)
4 years ago
johncming 3e7b463908
add testcase for rangeForTimestamp. (#6454)
4 years ago
Bartlomiej Plotka f16cbc20d6
tsdb: Bug fix for further continued deletions after crash deletions; added more tests. (#7777)
4 years ago
Bartlomiej Plotka 4ae2ef94e0
tsdb: Delete blocks atomically; Remove tmp blocks on start; Added test. (#7772)
4 years ago
Bartlomiej Plotka e6d7cc5fa4
tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069)
4 years ago
Annanay 9bba8a6eae Merge branch 'master' into appender-context
4 years ago