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 Inserting conflicting records, step 6 - startup_in_progress is shown for some time for instance001:
master_master:instance001> require('config'):info()
---
- status: startup_in_progress
meta: []
alerts:
- type: warn
message: 'box_cfg.apply: instance instance002 is unknown. Possibly instance_name
is not set in database and UUID is not specified. Or instance have not joined
yet.'
timestamp: 2024-04-11T10:18:50.361880+0300
...
Starting with v3.0, Tarantool generates unique UUIDs that doesn't depend on the instance name. It is necessary to rebootstrap a second instance with the old UUID.
The text was updated successfully, but these errors were encountered:
andreyaksenov
changed the title
Some steps of the 'master-master' replication tutorial cannot be repeated
Cannot reseed a replica in the 'master-master' replication tutorial
Apr 11, 2024
Inserting conflicting records
, step 6 -startup_in_progress
is shown for some time forinstance001
:Then, the instance is in the
ready
state:Reseeding a replica
, step 5 - instance002 cannot run and shows astartup_in_progress
status:The
ER_INSTANCE_NAME_DUPLICATE
in logs ofinstance002
:Reason
Starting with v3.0, Tarantool generates unique UUIDs that doesn't depend on the instance name. It is necessary to rebootstrap a second instance with the old UUID.
The text was updated successfully, but these errors were encountered: