influxdb/storage
Jonathan A. Sternberg eeb32beb49
fix(storage/reads): ensure that the column reader gets its length set (#14065)
When a buffered column reader was used, the length was not reset to
whatever the requested length was for the buffer so it was possible for
the length to be longer than the actual columns.
2019-06-05 15:09:37 -05:00
..
compat Storage engine now validates all tags are utf-8 2019-03-07 09:56:07 +00:00
reads fix(storage/reads): ensure that the column reader gets its length set (#14065) 2019-06-05 15:09:37 -05:00
readservice refactor(query/control): move the controller from flux to influxdb (#13991) 2019-05-29 09:04:34 -05:00
wal storage: add predicate tracking to the WAL 2019-05-01 13:40:40 -06:00
Makefile chore(Makefile): add target to check generated files are accurate 2018-12-18 12:54:17 -07:00
bucket_service.go remove org from bucket 2019-04-22 18:39:05 -04:00
bucket_service_test.go fix(kv): fix empty org name 2019-04-26 18:16:28 -04:00
config.go Improve bulk series file writes. 2019-04-05 14:38:58 -06:00
engine.go fix(storage): add missing RUnlock in Engine.Close 2019-05-29 08:40:40 -07:00
engine_schema.go fix(storage): Ensure Tag(Keys|Values) APIs never return (nil, nil) 2019-05-02 09:45:38 -07:00
engine_test.go tsdb: respond to feedback and improve test coverage 2019-05-01 13:40:40 -06:00
metrics.go storage: add tests for retention metrics 2019-04-01 17:44:37 -06:00
opener.go feat(influxd): Tracing refactor (#12318) 2019-03-04 11:48:11 -08:00
points_writer.go chore(influxdb): add context to storage.PointsWriter 2019-02-25 11:11:20 -05:00
retention.go chore(log): Put trace_id back in logs (#13712) 2019-04-30 18:51:22 -07:00
retention_test.go chore(log): Put trace_id back in logs (#13712) 2019-04-30 18:51:22 -07:00
series_cursor.go fix(storage): Store.Read behavior changed to return unsorted series keys 2019-04-26 10:38:59 -07:00
series_cursor_test.go feedback: Simplify reader; use constants from influxdb package 2019-02-21 11:18:08 -08:00