Hi,
I've got a setup with 2 primary nodes and several clients. If both nodes are online all data is synced properly.
When one of the primary nodes goes down any following database update by a client sets:
"sync_up_state": "synchronizing"
The clients do change their connection to the other primary node.
Once the offline primary node goes online again, the sync is finished, and an update is done on all secondary nodes.
What I like to know: is this the expected behaviour? I assumed that the other primary node and clients would continue 'normally'. e.g. syncing all updates to all clients. And when the primary node goes online again it will receive al missed updates.