influxdb/cluster
Edd Robinson 99a7341701 Wire up DROP retention policy to TSDB store.
Fixes #5653 and #5394.

Previously dropping retention policies did not propogate to local TSDB
shards. Instead, the retention policiess would just be removed from the
Meta Store.

This PR adds ensures that data associated with retention policies is
removed, when the retention policy is dropped.

Also, it cleans up a couple of other methods in `tsdb`, including the
requirement to provide (redundant) shardIDs when deleting databases.
2016-02-19 11:15:00 +00:00
..
internal Support dropping non-Raft nodes 2015-10-04 00:19:52 -07:00
balancer.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
balancer_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
client_pool.go Use read locks instead of write lock for connection pools checkout 2015-06-08 11:21:07 -06:00
cluster.go add canonical paths 2016-02-10 11:30:52 -07:00
config.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
config_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
iterator_creator.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
points_writer.go refactor query executor 2016-02-17 15:13:56 -07:00
points_writer_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
pool.go Use a bounded pool for remote writes 2016-01-26 17:08:36 -07:00
query_executor.go Wire up DROP retention policy to TSDB store. 2016-02-19 11:15:00 +00:00
rpc.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
rpc_test.go Remove ownerID from protobufs 2015-06-02 14:45:52 -06:00
service.go Update timeout for Dial, in order to work in Windows 2016-02-15 22:22:44 +05:30
service_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
shard_mapper.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
shard_mapper_test.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
shard_writer.go Modify WriteTLV with debug prints. Revert chnages to shard_writer 2016-02-11 07:29:47 +05:30
shard_writer_test.go Zero timeout set to support all platforms 2016-02-16 21:21:39 +05:30