influxdb/tsdb/tsm1
Edd Robinson 2471c2468c fix(storage): fixes panic when building predicates
Fixes #15916.

If a predicate was passed in with multiple key/value matches for the
same tag key, then the value index would be incorrect. This ensures that
each tag key can only be added to the location map once.
2019-11-15 15:07:36 +00:00
..
DESIGN.md
array_cursor.gen.go fix(storage): ensure query range is (start, stop] 2019-07-05 17:10:56 +01:00
array_cursor.gen.go.tmpl fix(storage): ensure query range is (start, stop] 2019-07-05 17:10:56 +01:00
array_cursor.gen.go.tmpldata
array_cursor_iterator.gen.go feat(tsdb): Add basic tsdb read metrics 2019-06-26 16:16:24 -06:00
array_cursor_iterator.gen.go.tmpl feat(tsdb): Add basic tsdb read metrics 2019-06-26 16:16:24 -06:00
array_cursor_iterator.go fix(storage): array cursor iterator should return stats of all observed cursors (#15731) 2019-11-05 10:41:06 +01:00
array_cursor_test.go fix(tsm1): Fix duplicate points 2019-09-18 17:44:27 -07:00
array_encoding.go
array_encoding_test.go
batch_boolean.go
batch_boolean_test.go
batch_float.go
batch_float_test.go
batch_integer.go
batch_integer_test.go
batch_string.go
batch_string_test.go
batch_timestamp.go
batch_timestamp_test.go
bit_reader.go
bit_reader_test.go
block_exporter.go feat(tsdb): Add block exporter. 2019-07-01 10:10:52 -06:00
block_exporter_test.go feat(tsdb): Add block exporter. 2019-07-01 10:10:52 -06:00
bool.go
bool_test.go
cache.go refactor: address PR feedback 2019-08-30 21:07:32 +01:00
cache_entry.go perf(storage): reduce lock contention on Cache entries 2019-08-30 20:35:05 +01:00
cache_race_test.go
cache_test.go perf(storage): reduce allocations when deleting from cache 2019-08-30 20:35:05 +01:00
cachestatus_string.go fix(storage): added missing string values for CacheStatus type. 2019-10-04 23:50:21 +03:00
compact.gen.go
compact.gen.go.tmpl
compact.gen.go.tmpldata
compact.go fix(storage): Add WithCurrentGenerationFunc() for generation injection. 2019-06-20 08:54:38 -06:00
compact_test.go Merge branch 'master' into er-rename 2019-07-08 13:42:24 -04:00
config.go
encoding.gen.go
encoding.gen.go.tmpl
encoding.gen.go.tmpldata
encoding.gen_test.go
encoding.go feat(tsdb): Add block exporter. 2019-07-01 10:10:52 -06:00
encoding_test.go
engine.go refactor: simpify Semaphore interface 2019-10-23 19:49:48 +01:00
engine_cursor.go
engine_cursor_test.go fix(storage): array cursor iterator should return stats of all observed cursors (#15731) 2019-11-05 10:41:06 +01:00
engine_delete_prefix.go refactor(storage): add more context to traces and logs 2019-09-19 13:48:06 +01:00
engine_delete_prefix_test.go test: add benchmark to track cache deletion perf 2019-08-30 20:35:05 +01:00
engine_schema.go perf(storage): reduce allocations when deleting from cache 2019-08-30 20:35:05 +01:00
engine_schema_test.go test: add benchmark to track cache deletion perf 2019-08-30 20:35:05 +01:00
engine_test.go refactor: address PR feedback 2019-08-30 21:07:32 +01:00
file_store.gen.go
file_store.gen.go.tmpl
file_store.gen.go.tmpldata
file_store.go test(tasks): skip flaky test 2019-09-25 18:17:59 +02:00
file_store_array.gen.go
file_store_array_test.go
file_store_key_iterator.go
file_store_key_iterator_test.go
file_store_observer.go
file_store_test.go Merge branch 'master' into er-rename 2019-07-08 13:42:24 -04:00
float.go
float_test.go
int.go
int_test.go
metrics.go chore(tsdb): Fix read metrics declaration. 2019-06-27 09:25:27 -06:00
metrics_test.go fix(storage): remove level=0 from TSM disk bytes metrics. 2019-09-25 15:57:25 +02:00
mmap_unix.go
mmap_windows.go
predicate.go fix(storage): fixes panic when building predicates 2019-11-15 15:07:36 +00:00
predicate_test.go fix(storage): fixes panic when building predicates 2019-11-15 15:07:36 +00:00
reader.gen.go
reader.gen.go.tmpl
reader.gen.go.tmpldata
reader.go
reader_block_iterator.go fix(tsdb): Fix tsm1 block merge. 2019-07-03 10:08:51 -06:00
reader_block_iterator_test.go
reader_fault_buffer.go
reader_index.go
reader_index_iterator.go
reader_index_iterator_test.go
reader_index_test.go
reader_mmap.go Merge branch 'master' into er-rename 2019-07-08 13:42:24 -04:00
reader_offsets.go
reader_offsets_test.go
reader_prefix_tree.go
reader_prefix_tree_test.go
reader_range_iterator.go
reader_range_iterator_test.go
reader_test.go
reader_time_range.go
reader_time_range_test.go
report.go fix(influxd): --pattern flag matches specified substring 2019-07-03 12:02:19 +10:00
ring.go perf(storage): reduce allocations when deleting from cache 2019-08-30 20:35:05 +01:00
ring_test.go
scheduler.go
scheduler_test.go
stats.go
stats_test.go
string.go
string_test.go
timestamp.go
timestamp_test.go
tombstone.go Merge branch 'master' into er-rename 2019-07-08 13:42:24 -04:00
tombstone_test.go Merge branch 'master' into er-rename 2019-07-08 13:42:24 -04:00
value.go
verify_tsm.go feedback: Move verify routines to `tsm1` package for consistency 2019-07-09 09:00:41 +10:00
writer.go replaced os.Create calls w API calls to fs.CreateFile, includes unit test 2019-07-08 13:01:42 -04:00
writer_test.go