-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[0.10.0-rc1] Cannot restart node with -join args specified #5492
Comments
This is not fixed when using the default provided configuration file (/etc/influxdb/influxdb.conf). E.g., it does NOT work when starting with
but does work with:
After few test & trial, it seems that the issue is the "dir" option:
When commented or left to empty string, it working. Step to reproduce:
|
Note: the only change I see was where "node.json" is:
|
It is now fixed also with default /etc/influxdb/influxdb.conf file. Probably by PR #5515 |
When creating a cluster, nodes that are restarted while still specifying
-join
args get stuck and won't boot until the are started without them.The text was updated successfully, but these errors were encountered: