influxdb/tsdb/tsi1
Edd Robinson 0dd2d38eac fix(tsi1): index defect with negated equality filters
Fixes #15859

This commit fixes a defect in the TSI index where a filter using the
negated equality operator would result in no matching series being
returned for series stored within the `IndexFile` portions of the index.

The root cause of this was due to missing legacy-handling code in the
index for this particular iterator.
2019-11-12 13:26:23 +00:00
..
testdata Remove empty index package for tsi1 2018-10-08 13:18:30 -06:00
DESIGN.md Add skeleton TSI design doc 2019-01-17 12:22:08 +00:00
cache.go Ensure that cached series id sets are Go heap backed 2019-02-12 16:33:35 -07:00
cache_test.go fix(swagger): add log property to task runs endpoint docs 2019-05-17 14:08:10 -07:00
config.go fix(tsi1): Remove TSI cardinality stats cache 2019-09-04 14:48:22 -06:00
doc.go tsdb: remove hll sketches 2018-10-31 15:41:39 -06:00
dump_tsi1.go refactor(tsi1): address comments to clean up tool 2019-08-23 14:08:00 -07:00
file_set.go fix(tsi1): index defect with negated equality filters 2019-11-12 13:26:23 +00:00
file_set_test.go storage: fix problems with keeping resources alive 2019-02-28 10:22:01 -07:00
index.go fix(tsi1): Remove TSI cardinality stats cache 2019-09-04 14:48:22 -06:00
index_file.go fix(tsi1): index defect with negated equality filters 2019-11-12 13:26:23 +00:00
index_file_test.go fix(tsi1): index defect with negated equality filters 2019-11-12 13:26:23 +00:00
index_files.go storage: fix problems with keeping resources alive 2019-02-28 10:22:01 -07:00
index_files_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
index_test.go test(tsdb): skip flaky test 2019-10-30 10:40:03 -07:00
legacy_test.go feat(influxd): Tracing refactor (#12318) 2019-03-04 11:48:11 -08:00
log_file.go fix(tsi1): index defect with negated equality filters 2019-11-12 13:26:23 +00:00
log_file_test.go Merge branch 'master' into er-rename 2019-07-08 13:42:24 -04:00
measurement_block.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
measurement_block_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
metrics.go Fix metric names 2018-12-07 16:37:17 +00:00
metrics_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
partition.go fix(tsi1): index defect with negated equality filters 2019-11-12 13:26:23 +00:00
partition_test.go tsi1: partition close deadlock 2019-04-22 09:06:32 -06:00
report.go refactor(tsi1): remove extraneous logging 2019-08-05 13:21:13 -07:00
sql_index_exporter.go fix(tsdb): Fix pull request feedback. 2019-09-13 10:00:54 -06:00
sql_index_exporter_test.go fix(tsdb): Fix pull request feedback. 2019-09-13 10:00:54 -06:00
stats.go fix(tsdb): Remove TSI stats file cache 2019-04-17 09:34:32 -06:00
stats_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
tag_block.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
tag_block_test.go chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
tsi1.go Fix typos in tsdb package 2019-04-17 12:55:38 -07:00
tsi1_test.go feat(influxd): Tracing refactor (#12318) 2019-03-04 11:48:11 -08:00