influxdb/tsdb
Ben Johnson 729558d64b
fix(tsdb): Replace TSI compaction wait group with counter.
Previously the TSI partition would panic if a compaction was
started while `Wait()` was waiting. This commit removes the previous
wait group and replaces it with a simple counter. The `Wait()`
function now polls the counter until it reaches zero.
2019-09-02 09:37:35 -06:00
..
cursors feat(cursors): Implement Size method so it doesn't panic 2019-08-16 10:34:43 -07:00
internal
testdata
tsi1 fix(tsdb): Replace TSI compaction wait group with counter. 2019-09-02 09:37:35 -06:00
tsm1 refactor: address PR feedback 2019-08-30 21:07:32 +01:00
value
config.go
cursor.go
errors.go
explode.go feat(influxd): New influxd verify tsm-blocks command 2019-07-09 09:00:41 +10:00
explode_test.go Merge point parse & explode. 2019-04-24 10:12:15 -06:00
index.go
index_test.go refactor(storage): ensure tests clean up 2019-08-12 13:49:52 +01:00
meta.go
meta_test.go
metrics.go
metrics_test.go
series_collection.go
series_collection_test.go
series_file.go fix(tsi1): clean up some error checking 2019-07-26 11:10:47 -07:00
series_file_test.go fix(tsdb): Fix series file count () 2019-06-11 10:07:12 -06:00
series_id.go
series_id_test.go
series_index.go fix(tsdb): Fix series file count 2019-05-03 09:58:13 -06:00
series_index_test.go fix(tsdb): Fix series file count 2019-05-03 09:58:13 -06:00
series_partition.go fix(tsi1): clean up some error checking 2019-07-26 11:10:47 -07:00
series_partition_test.go
series_segment.go feat(tsi1): add shorthand for --top flag as -t, plus cleaning 2019-07-26 11:12:15 -07:00
series_segment_test.go
series_set.go
series_set_test.go
series_verify.go feat(inspect): add verify-seriesfile to 2.x 2019-08-22 11:01:02 -07:00
series_verify_test.go feat(inspect): add verify-seriesfile to 2.x 2019-08-22 11:01:02 -07:00