influxdb/services/meta
Jason Wilder 6fb00c1a9b Remove MetaServers from node.json
This removes the MetaServers property from node.json to eliminate one
of the four places those addresses are stored on disk.  We always use
the values that come through the config (via file, env var or -join arg).
2016-02-15 22:42:51 -07:00
..
internal add clusterID and tests 2016-01-21 15:28:33 -05:00
client.go Remove MetaServers from node.json 2016-02-15 22:42:51 -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
data.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
errors.go Fixes #5545 2016-02-09 18:41:26 +00:00
handler.go Use ClusterTracing config to control meta handler logging 2016-02-12 16:40:10 -07:00
meta_test.go Update authentication cache to work for clusters 2016-02-12 07:16:57 -05:00
raft_state.go Fix go vet 2016-02-12 13:55:41 -07:00
response_logger.go rough out meta service 2016-01-21 15:28:31 -05:00
service.go fix build after rebase on master 2016-02-12 11:32:53 -07:00
service_test.go address pr feedback 2016-02-12 11:35:20 -07:00
statement_executor.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
statement_executor_test.go.fixme rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
store.go fix race condition 2016-02-12 11:35:19 -07:00
store_fsm.go Update authentication cache to work for clusters 2016-02-12 07:16:57 -05:00