Recovery of the failed worker/ sync it with coordinator
5 views
Skip to first unread message
Timur Luchkin
unread,
Nov 28, 2022, 11:05:52 AM11/28/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to citus-users
Hi,
how can I sync/validate coordinator and failed worker (in case of worker's failure and restoration it from backups or failover to another worker) to have the same structure (to be in the consistency with each other) ?
May be there is some "validate & merge" function available?
jelte....@microsoft.com
unread,
Nov 28, 2022, 12:07:29 PM11/28/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to citus-users
There's no function available to sync/validate. If you care about strong consistency it's recommended to use synchronous replication between your primary and replica worker.