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
The key difference from the configuration using UUIDs is that instance/replicaset/cluster names are known at the configuration stage.
It is especially important in case of a cluster configuration introduced in tarantool/tarantool#8724.
There is a workaround: use a hash function to generate UUIDs from names. However, it complicates upgrading from old snapshots, where there are no persistent instance/replicaset/cluster names.
I would appreciate hints about possible pitfalls on the road. What else we need to do except just passing the parameters down to box.cfg()?