-
-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
ok I'm pretty sure i know what's up!
node A writes ID 1
node B writes ID 1
node A receives ID 1 from node B -> no rows impacted, declares that changeset as a no-op
node B receives ID 1 from node A -> no rows impacted, declares that changeset as a no-op
node C receives B:1 from node A -> stores it as a no-op
node C receives A:1 from node B -> stores it as a no-op
node C does not know about ID 1, but thinks it knows about all changes
Metadata
Metadata
Assignees
Labels
No labels