copycat icon indicating copy to clipboard operation
copycat copied to clipboard

Use unique node identifiers

Open kuujo opened this issue 7 years ago • 2 comments

Currently, Copycat uses IP addresses as node identifiers. This can cause problems when migrating a node's data across IP addresses. A node's IP address should be dynamically updated when it joins/rejoins the cluster, and each node should instead use a unique string/numeric identifier instead.

kuujo avatar Mar 12 '17 08:03 kuujo

👍 on this. Certainly makes sense to have some UID per instance.

electrical avatar Mar 13 '17 11:03 electrical

I am trying to put some of cluster applications leveraging copycat cluster on kubernetes, and only using ip addresses cause difficulties since ip can always changes. Is there any "planned" schedule to implement this?

bluejayA avatar Sep 01 '17 08:09 bluejayA