influxdb/storage
Jonathan A. Sternberg f854762cac
fix(storage/flux): do not wait for empty tables in the windower (#19008)
When splitting windows into their own individual tables, do not wait for
empty tables to be read. Empty tables may never be read so waiting for
them can result in a deadlock.

This was found while writing a test case for in progress work and so a
test case for this condition will follow in a future commit.
2020-07-21 17:38:33 -05:00
..
compat refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
flux fix(storage/flux): do not wait for empty tables in the windower (#19008) 2020-07-21 17:38:33 -05:00
reads test: offset tests for min and max read cursors 2020-07-20 12:23:37 -07:00
readservice feat: add offset parameter to window cursors 2020-07-20 12:23:37 -07:00
wal refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
Makefile feat(storageflux): move flux components out to separate package 2020-03-10 17:54:04 -05:00
bucket_service.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
bucket_service_test.go refactor: migrator and introduce Store.(Create|Delete)Bucket (#18570) 2020-07-01 12:08:20 +01:00
config.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
engine.go feat(mincore): Add page fault limiter 2020-07-17 09:37:31 -06:00
engine_measurement_notime_schema.go feat(tsdb): SHOW TAG KEYS (no time) query using only TSI data. (#18905) 2020-07-09 18:01:42 -04:00
engine_measurement_schema.go fix(storage): Push-down a predicate to match tags for SHOW MEASUREMENT calls (#18740) 2020-06-29 14:31:54 -04:00
engine_schema.go chore(storage): Fix documentation to reflect correct time interval 2020-04-14 11:04:56 -07:00
engine_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
metrics.go chore(storage): bring back storage_retention_checks_total (#14735) 2019-08-22 10:47:27 -07:00
opener.go feat(influxd): Tracing refactor (#12318) 2019-03-04 11:48:11 -08:00
points_writer.go fix(storage): Refactor LoggingPointsWriter to use BucketFinder 2020-07-02 12:46:43 -06:00
points_writer_test.go fix(storage): Refactor LoggingPointsWriter to use BucketFinder 2020-07-02 12:46:43 -06:00
retention.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
retention_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
series_cursor.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
series_cursor_test.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00