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
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
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: