influxdb/cmd/influxd
Jason Wilder be10db87d2 Ensure broker and data nodes are enabled by default
NewTestConfig() would enable broker and data nodes so running
influxd w/o a config file would start the nodes.  If you ran
influxd w/ a config file but did not explicitly set Data.Enabled
or Broker.Enabled, the server would not start.  This is not
intuitive when moving to a config file setup.

Instead, broker and data are enabled w/ the config file (like w/o)
and they must be explicitly disabled to run in a data or broker
only mode. This will help w/ backwards compatibility with existing
config files.
2015-04-07 12:17:34 -06:00
..
backup.go Return fmt.Errorf() 2015-04-06 16:29:00 -06:00
backup_test.go fix unit test is failed with connection refused on the win32 2015-04-03 13:48:52 +08:00
config.go Ensure broker and data nodes are enabled by default 2015-04-07 12:17:34 -06:00
config_test.go Remove all join URLs from config 2015-04-06 16:38:01 -06:00
handler.go Remove all join URLs from config 2015-04-06 16:38:01 -06:00
help.go Refactor help into command 2015-04-06 16:37:59 -06:00
main.go Merge pull request #2175 from influxdb/data-broker-1934 2015-04-07 11:33:39 -04:00
restore.go Replace broker url w/ cluster url 2015-04-06 16:38:00 -06:00
restore_test.go Replace data port w/ cluster port 2015-04-06 16:38:00 -06:00
run.go Prevent starting server if both broker and data are disabled 2015-04-07 12:17:28 -06:00
server_integration_test.go Ensure broker and data nodes are enabled by default 2015-04-07 12:17:34 -06:00