influxdb/meta
Ben Johnson bbc5539517 add SHOW SHARDS statement
This commit adds the ability to list all shards in the cluster
and return their id, start time, end time, expiry time, and
owner ids. Shards are grouped by database.

Fixes #3562
2015-09-03 15:46:52 -06:00
..
internal convert meta shard owners to objects 2015-08-31 16:33:13 -06:00
config.go
config_test.go
data.go Update comment re shard group creation and sorting 2015-09-01 13:30:59 -07:00
data_test.go convert meta shard owners to objects 2015-08-31 16:33:13 -06:00
errors.go Cap auto-created retention policy replica count at 3 2015-08-12 14:18:02 -06:00
proxy.go
rpc.go
rpc_test.go Fix race by replacing entire Data instance 2015-09-02 11:20:30 -07:00
state.go Fix deadlock in metastore 2015-08-26 14:43:17 -06:00
statement_executor.go add SHOW SHARDS statement 2015-09-03 15:46:52 -06:00
statement_executor_test.go add SHOW SHARDS statement 2015-09-03 15:46:52 -06:00
store.go Remove extraneous join error logging 2015-08-13 16:58:25 -06:00
store_test.go Update shard retention time when policy changes 2015-08-19 12:42:05 -07:00