influxdb/storage
Jeff Wendling 30418ca2f5 fix(storage): WithEngineID and WithNodeID no longer panic
Both of these options would dereference a nil pointer when attempting
to apply. Instead, set the field to be the address of an integer
containing the right value.
2018-10-15 12:44:46 -06:00
..
reads Merge pull request #1080 from influxdata/js-go-generate-with-go-run 2018-10-15 11:27:13 -05:00
readservice refactor(id): update storage, read, and flux from to use IDs 2018-10-11 09:54:19 -05:00
config.go Schedule retention enforcer from within engine 2018-10-10 15:45:26 +01:00
engine.go fix(storage): WithEngineID and WithNodeID no longer panic 2018-10-15 12:44:46 -06:00
engine_test.go chore: refactor reads service and make it consumable externally 2018-10-09 09:51:13 -06:00
metrics.go Integrate Retention metrics 2018-10-10 15:40:08 +01:00
points_writer.go Integrate WAL into engine 2018-10-05 12:44:27 +01:00
retention.go fix(storage/retention): change from string to platform.ID 2018-10-11 09:54:19 -05:00
retention_test.go fix(storage/retention): change from string to platform.ID 2018-10-11 09:54:19 -05:00
series_cursor.go Working storage engine 2018-10-04 10:24:43 +01:00