Commit Graph

65 Commits (28a66e183d4e758e165ac84deb2cc86a5282fb54)

Author SHA1 Message Date
Bryan Boreham 3330d85ba8
Replace sort.Strings and sort.Ints with faster slices.Sort (#11318) 3 years ago
Ganesh Vernekar 83d738e263
Fix 'invalid magic number 0' bug (#11338) 3 years ago
Jesus Vazquez c1b669bf9b
Add out-of-order sample support to the TSDB (#11075) 3 years ago
Julien Pivotto 96d5a32659
Update go to 1.19, set min version to 1.18 (#11279) 3 years ago
Peter Štibraný ffc60d8397
Reduce chunk write queue memory usage 2 (#10874) 4 years ago
Peter Štibraný 03a2313f7a
Reduce chunk write queue memory usage (#10873) 4 years ago
Bryan Boreham 9f79a6f4b5
tsdb: faster CRC check by avoiding allocations (#10789) 4 years ago
Łukasz Mierzwa 88f9b248b4
Correctly format error message (#10669) 4 years ago
Matthieu MOREL e2ede285a2
refactor: move from io/ioutil to io and os packages (#10528) 4 years ago
Mauro Stettler b025390cb4
Disable chunk write queue by default, allow user to configure the exact size (#10425) 4 years ago
Ganesh Vernekar 4cc25c0cb0
Fix panic on query when m-map replay fails with snapshot enabled (#10348) 4 years ago
Ganesh Vernekar 24827782cb
Fix panics when m-mapping head chunks (#10316) 4 years ago
Eng Zer Jun 3e67654d37
refactor: use `T.TempDir()` and `B.TempDir` to create temporary directory 4 years ago
Mauro Stettler bf959b36cb
Nits after PR 10051 merge (#10159) 4 years ago
Ganesh Vernekar 129ed4ec8b
Fix Example() function in TSDB (#10153) 4 years ago
Mauro Stettler 0df3489275
Write chunks via queue, predicting the refs (#10051) 4 years ago
Dieter Plaetinck 067efc3725
clarify HeadChunkID type and usage (#9726) 4 years ago
Dieter Plaetinck 0fac9bb859
Add basic initial developer docs for TSDB (#9451) 4 years ago
Mauro Stettler 8a4f659126 fix error message 4 years ago
Mateusz Gozdek b319b14431
tsdb/chunks: preallocate at least some space on non-Windows systems (#9581) 4 years ago
Dieter Plaetinck cda025b5b5
TSDB: demistify SeriesRefs and ChunkRefs (#9536) 4 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra' 4 years ago
Dieter Plaetinck d5afe0a577
TSDB: Use a dedicated head chunk reference type (#9501) 4 years ago
SuperQ e167a45c65
Add new Go build tags. 4 years ago
jinglina 1a430e5f89
remove redundant parentheses (#9134) 5 years ago
Marco Pracucci 4b49ffbad5
Stop the bleed on chunk mapper panic (#8723) 5 years ago
Bartlomiej Plotka 8bf7bc68f1
Fixed TestChunkDiskMapper_WriteChunk_Chunk_IterateChunks for go1.16 (#8538) 5 years ago
Guangwen Feng e2cd6c5f57 Fix golint issue caused by typo 5 years ago
Marco Pracucci db19e05d93
Add option to customise head chunks write buffer size (#8201) 5 years ago
Ganesh Vernekar 601a3ef0bb
Read repair empty last file in chunks_head (#8061) 5 years ago
Julien Pivotto df6eed2358 Calculate head chunk size based on actual disk usage (#8139) 5 years ago
Julien Pivotto 8bc369bf9b
Calculate head chunk size based on actual disk usage (#8139) 5 years ago
Julien Pivotto 6c56a1faaa
Testify: move to require (#8122) 5 years ago
Bartlomiej Plotka 3d8826a3d4
MultiError: Refactored MultiError for more concise and safe usage. (#8066) 5 years ago
Julien Pivotto 1282d1b39c
Refactor test assertions (#8110) 5 years ago
Julien Pivotto 4e5b1722b3
Move away from testutil, refactor imports (#8087) 5 years ago
Ganesh Vernekar ce4b3ac282
Simplify TestHeadReadWriter_Truncate (#7437) 5 years ago
Ganesh Vernekar 2624d827fa
Read repair empty last file in chunks_head (#8061) 5 years ago
garanews c38816828f
fix few typo (#8023) 5 years ago
Jorge Vallecillo 7aa5fb01bf
tsdb/chunks/head_chunks_test.go: Fix typo (#7953) 5 years ago
johncming 252265fa81
tsdb/chunks: remove un-used code. (#6944) 5 years ago
Ganesh Vernekar c806262206
Fix 'chunks.HeadReadWriter: maxt of the files are not set' error (#7856) 5 years ago
Yukun Sun cfd4e05c9e
fix: return a corruption error when iterator function find a chunk that is out of sequence (#7855) 5 years ago
Max Neverov bb5c6b38e2
Fix Possible Race Condition in TSDB (#7815) 5 years ago
Bartlomiej Plotka e6d7cc5fa4
tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 6 years ago
Javier Palomo Almena 348ff4285f
tsdb: Replace sync/atomic with uber-go/atomic in tsdb (#7659) 6 years ago
Ganesh Vernekar 30b2592fb5
Avoid empty mmap files by using .tmp files to write headers 6 years ago
johncming 9801f52b0a
tsdb/chunks: fix bug of data race(#7643). (#7646) 6 years ago
Ganesh Vernekar b8a7e80f9b
Fix review comments 6 years ago
Ganesh Vernekar 7a763ff61e
Avoid empty mmap files by using .tmp files to write headers 6 years ago