7 Commits (d0cff2974991736b383e9617f41b7d0bbb081a54)

Author SHA1 Message Date
Tom Wilkie de0a772b8e Port tsdb to use pkg/labels. (#6326) 5 years ago
yuxiaobo 7850f1b35c new world spelling mistake 5 years ago
陈谭军 103f26d188 fix the wrong word (#6069) 5 years ago
Callum Styan 3344bb5c33 Move WAL watcher code to tsdb/wal package. (#5999) 5 years ago
Bartek Plotka f0863a604e Removed extra tsdb/testutil after merge. 5 years ago
Ganesh Vernekar 5ecef3542d
Cleanup after merging tsdb into prometheus 5 years ago
Ganesh Vernekar 7cf09b0395
Moving tsdb into its own subdirectory 5 years ago
Krasi Georgiev 6f9bbc7253
Open db in Read only mode (#588) 5 years ago
naivewong b05ca5c36e fix two benchmarks (#631) 6 years ago
Krasi Georgiev 882162d5b9
fix the "failed compaction" metric. (#613) 6 years ago
Krasi Georgiev 288f67efbf
fix some unchecked errors and remove unused vars. (#592) 6 years ago
naivewong 7ab060c864 selectOverlappingDirs selects wrong dirs where there are 2 disjoint sets of overlapping dirs 6 years ago
Krasi Georgiev c3ffdf1a99
Test createBlock and check all os.RemoveAll in the tests for errors. (#549) 6 years ago
Alec 0861a9b14f [bugfix] update 'last' variable in chunks.MergeOverlappingChunks() (#539) 6 years ago
Ganesh Vernekar c59ed492b2 Vertical query merging and compaction (#370) 6 years ago
Krasi Georgiev bf79c767f0 new line 6 years ago
Krasi Georgiev 07df4fd383 nits 6 years ago
Krasi Georgiev 0f8f5027ef remove nested for if 6 years ago
Krasi Georgiev da9da9fbee fix the sleep logic 6 years ago
Krasi Georgiev 457534d5c4 simplify nesting. 6 years ago
Krasi Georgiev 752ab86e4e change the test block series for more stable tests 6 years ago
Krasi Georgiev 6c34eb8b63 nits 6 years ago
Krasi Georgiev 1603222bbc small refactor of openTestDB to handle errors properly. 6 years ago
Krasi Georgiev b521559c3b do a proper cleanup for a failed reload after a compaction 6 years ago
Krasi Georgiev fa1c00f9e2 no backgorund 6 years ago
Krasi Georgiev 1b0d85bbf2 use a db copy instead of creating it again. 6 years ago
Krasi Georgiev 8ffd705346 fix the misleading log during compaction cancelation 6 years ago
Krasi Georgiev 9638c13ec8 test compares normal vs canceled compaction times 6 years ago
Krasi Georgiev 9874377ead nits 6 years ago
Krasi Georgiev 921f82cfc1 WIP 6 years ago
Krasi Georgiev a2779cc901
fix flaky tests: TestDisableAutoCompactions,TestBlockRanges (#472) 6 years ago
Krasi Georgiev db127a60e0 changelog 6 years ago
Krasi Georgiev fced260a24 test 6 years ago
Krasi Georgiev bd5ccee5c1 use context to cancel compactions 6 years ago
Krasi Georgiev bac9cbed2e
no overlapping on compaction when an existing block is not within default boundaries. (#461) 6 years ago
Krasi Georgiev b75d702ceb
fix flaky compaction test (#458) 6 years ago
Krasi Georgiev 7f00217d77
Allow manual compaction for tests when compaction is disabled globally. (#412) 6 years ago
Bartek Płotka 047b1b1357 compact: Verify for chunks outside of compacted time range. Added unit test for populateBlocs. (#349) 6 years ago
Bartek Plotka 2aceac0a12 Fixed some comments. 7 years ago
Bartek Plotka 328c0ff5b0 Simplified the flow and tests. 7 years ago
Bartek Plotka 483da43660 compact: Exclude last block with shortest range instead of newest one by ULID. 7 years ago
Krasi Georgiev eb6cdbcb5b some test funcitons didn't cleanup after themselves. 7 years ago
Callum Styan ca4e817372 move test utils to it's own package so we can use it in tests for other packages in tsdb repo 7 years ago
Callum Styan fa26e2b6c3 use test utils in compact_test 7 years ago
Goutham Veeramachaneni 1fc94a02d1
Don't retry failed compactions. 7 years ago
Fabian Reinartz 4cc37eecab Refactor and add tests for compactor 7 years ago
Goutham Veeramachaneni 178f840295 Fix panic caused by 0 division 7 years ago
Fabian Reinartz 905af27cf9 Refactor compactor 7 years ago
Fabian Reinartz 3951d8cc29 Fix selection of compactable blocks 7 years ago
Fabian Reinartz 5d7b5994d6 Fix compaction range selection 7 years ago