Commit Graph

97 Commits (e708ba1d14850379145a289bda553fc246219f5d)

Author SHA1 Message Date
Brian Brazil 6ac81cc7a9
Correctly handle empty labels. (#594)
6 years ago
naivewong 7ab060c864 selectOverlappingDirs selects wrong dirs where there are 2 disjoint sets of overlapping dirs
6 years ago
Vishnunarayan K I 7757fe6f21 Added ability to create db with NopWal (#519)
6 years ago
Krasi Georgiev c3ffdf1a99
Test createBlock and check all os.RemoveAll in the tests for errors. (#549)
6 years ago
Krasi Georgiev ab8476dd06
Release 0.6.0 (#537)
6 years ago
Ganesh Vernekar 28c73f531f
Make vertical compaction and query merge optional
6 years ago
Ganesh Vernekar c59ed492b2 Vertical query merging and compaction (#370)
6 years ago
Krasi Georgiev 07df4fd383 nits
6 years ago
Krasi Georgiev e138c7ed7e Merge remote-tracking branch 'upstream/master' into delete-compact-block-on-reload-error
6 years ago
Krasi Georgiev 0b72f9af4c
Merge pull request #270 from codesome/master
6 years ago
Ganesh Vernekar 5481549324
Merge remote-tracking branch 'upstream/master'
6 years ago
Simon Pasquier 95334f13c5 Merge branch 'master' into update-makefile-common
6 years ago
Krasi Georgiev 1603222bbc small refactor of openTestDB to handle errors properly.
6 years ago
Krasi Georgiev 7245c6dc33 Merge remote-tracking branch 'upstream/master' into delete-compact-block-on-reload-error
6 years ago
Krasi Georgiev 3ec08eac50 use camelcase for rangeToTriggerCompaction
6 years ago
yeya24 6181d1f18f fix two typos in db_test
6 years ago
Krasi Georgiev dac2b97dfd
make createBlock more generic so it can be used in other tests. (#489)
6 years ago
Simon Pasquier 2e69508536 Merge branch 'master' into update-makefile-common
6 years ago
Ganesh Vernekar 1a9d08adc5 Don't write empty blocks (#374)
6 years ago
mknapphrt ebf5d74325 Added storage size based retention method and new metrics (#343)
6 years ago
Ganesh Vernekar d7e505db34
Dont store stones in head, delete samples directly
6 years ago
Simon Pasquier d5d7a097e1 Update Makefile.common
6 years ago
Krasi Georgiev 48c439d26d
fix statick check errors (#475)
6 years ago
Krasi Georgiev eb6586f513
rename createPopulatedBlock to createBlock and use it instead ot createEmptyBlock (#488)
6 years ago
Krasi Georgiev 6d489a1004
fix TestWALSegmentSizeOption for windows. (#482)
6 years ago
glutamatt 22e3aeb107 Add WALSegmentSize as an option of tsdb creation (#450)
6 years ago
Krasi Georgiev a2779cc901
fix flaky tests: TestDisableAutoCompactions,TestBlockRanges (#472)
6 years ago
Krasi Georgiev bac9cbed2e
no overlapping on compaction when an existing block is not within default boundaries. (#461)
6 years ago
Brian Brazil d50b9a5619
Reload after reading the WAL. (#460)
6 years ago
Ganesh Vernekar 7f30395115 LabelNames() for Querier (#455)
6 years ago
Brian Brazil 41b54585d9
Use already open blocks while compacting. (#441)
6 years ago
Krasi Georgiev 5a9ddeecef
fix lint errors (#439)
6 years ago
Ganesh Vernekar 3a08a71d86 LabelNames() method to get all unique label names (#369)
6 years ago
Krasi Georgiev d804a27062
refactor util funcs to allow re-usage. (#419)
6 years ago
Ganesh Vernekar 61d0868966 Fix TestCorrectNumTombstones (#399)
6 years ago
Ganesh Vernekar 6e712963e2 Fix updating of NumTombstones in block.Delete(..) (#385)
6 years ago
Krasi Georgiev d05611c027
removed some unused code and moved mockSeriesSet in querier_test (#394)
6 years ago
Krasi Georgiev d38516b1c2
remove unused changes variable (#391)
6 years ago
Chris Marchbanks 2db59a71a6 Fix assert order being backwards in a few places (#388)
6 years ago
Goutham Veeramachaneni 9c8ca47399
Fix filehandling for windows (#392)
6 years ago
Fabian Reinartz 45071c657c Properly initialize head time
6 years ago
Fabian Reinartz 7841d417b3 Ensure blocks are time-ordered in memory
6 years ago
codwu 667e539a7a Merge branch 'master' of https://github.com/prometheus/tsdb into tsdb-delete
6 years ago
Benoît Knecht 24b223c161 db: add test for Querier returning too many blocks
6 years ago
Benoît Knecht 4ed6b9ed72 db: add test for chunks that span beyond a block's boundaries
6 years ago
Fabian Reinartz af9003dcef Add resilience to crashes during deletion
7 years ago
codwu cd145c90d5 remove `put` function and use RLock in `Iter` function
7 years ago
codwu 84a45cb79a add rwmutex to prevent concurrent map read when delete series
7 years ago
Krasi Georgiev 6094f35aa2 simplify if-else,test before the tombstone failure, more comments
7 years ago
Krasi Georgiev f31a0d6457 add Test for Tombstone Cleaning after a failure
7 years ago