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
So, now we have to add :use_replicaset('r-001'), when updating the configuration.
Since the instance name is unique across a cluster1, we can find the given instance across all groups/replicasets instead of assuming default ones group-001 and replicaset-001. At least, if an explicit :use_group() and/or :use_replicaset() are not given.
If the instance is not found, raise an error instead of creating it, because there is a designated :add_instance() function.
So, now we have to add
:use_replicaset('r-001')
, when updating the configuration.Since the instance name is unique across a cluster1, we can find the given instance across all groups/replicasets instead of assuming default ones
group-001
andreplicaset-001
. At least, if an explicit:use_group()
and/or:use_replicaset()
are not given.If the instance is not found, raise an error instead of creating it, because there is a designated
:add_instance()
function.Footnotes
https://github.com/tarantool/tarantool/issues/10347 ↩
The text was updated successfully, but these errors were encountered: