-
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
Duplicate IDs for cluster members #972
Comments
What version of InfluxDB are you using ? |
0.8.3 |
You just mentioned that you upgraded from an earlier version. What was the first version you installed on these servers. |
0.8.2 was the initial version installed. |
Did you try to remove a server or change the hostname of a server ? |
Yes, I tried to remove node1 from the cluster. After it was removed, I tried to add it back. for node in node{2..5}; do curl -X DELETE 'http://$node:8086/cluster/servers/23?u=root&p=root'& done Because doing it on the 2nd node only or node by node wasn't fast enough, node was getting back in the cluster. |
I did:
for node in node{2..5}; do time curl -X DELETE "http://$node:8086/cluster/servers/1?u=root&p=root"& done
I removed all files under /opt/influxdb/shared/data/ from node1, then restarted it.
Could it be because I'm not using standard ports?
The text was updated successfully, but these errors were encountered: