influxdb/meta
Jason Wilder 59ddaa960b Fix meta.WaitForDataChanged not signaling for remote nodes
WaitForDataChanged is used to block a goroutine so it can be woken
up when the metastore has been updated.  This makes it so clients
to the metastore do not need to poll the metastore repeatedly to
watch for changes.  This was only working for local raft nodes, but
was supposed to work for remote nodes as well.
2015-10-13 10:20:38 -06:00
..
internal improvements from code review 2015-10-09 13:57:02 -04:00
config.go Remove [meta].peers config option 2015-08-12 13:01:27 -06:00
config_test.go Refactor run command. 2015-05-29 14:59:57 -06:00
data.go return error when database rename conflicts with continuous queries 2015-10-09 13:57:02 -04:00
data_test.go return error when database rename conflicts with continuous queries 2015-10-09 13:57:02 -04:00
errors.go return error when database rename conflicts with continuous queries 2015-10-09 13:57:02 -04:00
proxy.go Proxy raft and rpc connections to leader transparently 2015-07-23 10:21:23 -06:00
rpc.go Use config.Peers when passing -join flag 2015-07-28 09:40:25 -06:00
rpc_test.go Fix race by replacing entire Data instance 2015-09-02 11:20:30 -07:00
state.go Fix meta.WaitForDataChanged not signaling for remote nodes 2015-10-13 10:20:38 -06:00
statement_executor.go change syntax to ALTER DATABASE ... RENAME TO ... 2015-10-09 13:56:23 -04:00
statement_executor_test.go change syntax to ALTER DATABASE ... RENAME TO ... 2015-10-09 13:56:23 -04:00
store.go Fix meta.WaitForDataChanged not signaling for remote nodes 2015-10-13 10:20:38 -06:00
store_test.go add RENAME DATABASE 2015-10-09 13:55:38 -04:00