You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is meant to avoid having two clusters merge due to a misconfiguration or k8s IP recycling.
We need to update scuttlebutt, and set the cluster_name properly (probably add that in the quickwit_config.)
The text was updated successfully, but these errors were encountered:
Make the cluster_id settable to avoid several clusters merging accidentally chitchat#36
Add the optional cluster_id config param, with a default value of "quickwit-test-cluster"
Add a new unit test to confirm that four nodes with different cluster names settle correctly into 2x2
How was this PR tested?
Only unit test for now, we should test it a bit more manually before the v0.3 release
Closes#1283
In quickwit-oss/chitchat#36 we added a cluster_name to scuttlebutt.
This is meant to avoid having two clusters merge due to a misconfiguration or k8s IP recycling.
We need to update scuttlebutt, and set the cluster_name properly (probably add that in the quickwit_config.)
The text was updated successfully, but these errors were encountered: