Skip to content

Need fullsync despite 'fullsync_on_connect' set to true? #1057

Answered by martinsumner
mfredholm asked this question in Q&A
Discussion options

You must be logged in to vote

Real-time replication is triggered by a hook in the PUT process - if real-time replication is enabled then the hook will be enabled, and any PUT made will be queued for replication. Before realtime there is no hook enabled, and so any changes made prior to real-time replication will not be queued for replication. So you should not expect to find the key "hello" in Staging-B, if real-time replication was enabled after the key was PUT in Staging-A.

Triggering a full-sync will prompt a full comparison between Staging-A and Staging-B, and this will detect that the key "hello" is different, and resolve that difference by replicating from Staging-A to Staging-B.

Real-time enable - means replica…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mfredholm
Comment options

@martinsumner
Comment options

Answer selected by mfredholm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants