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
For multi-master, we've added external_hybrid_write_time field to write request which will be used to apply writes at that timestamp in rocks DB. We need to wire in setting that field while consuming replicated records from producer universe.
The text was updated successfully, but these errors were encountered:
Summary:
This diff includes changes to add the records received from producer universe to consumer universe.
A new doc operation `KVOperation` is added which will be used to write data received in WAL format from producer.
Test Plan:
Manual testing : created 2 universes and ensured data replicates from one to another
`ctest -R twodc`
`ctest -R cdc`
`ctest -R doc_operation-test`
Reviewers: nicolas, mikhail, hector, rahuldesirazu, bogdan
Reviewed By: bogdan
Subscribers: sergei, hector, mikhail, ybase
Differential Revision: https://phabricator.dev.yugabyte.com/D7002
…cer universe
Summary:
This diff includes changes to add the records received from producer universe to consumer universe.
A new doc operation `KVOperation` is added which will be used to write data received in WAL format from producer.
Test Plan:
Manual testing : created 2 universes and ensured data replicates from one to another
`ctest -R twodc`
`ctest -R cdc`
`ctest -R doc_operation-test`
Reviewers: nicolas, mikhail, hector, rahuldesirazu, bogdan
Reviewed By: bogdan
Subscribers: sergei, hector, mikhail, ybase
Differential Revision: https://phabricator.dev.yugabyte.com/D7002
For multi-master, we've added
external_hybrid_write_time
field to write request which will be used to apply writes at that timestamp in rocks DB. We need to wire in setting that field while consuming replicated records from producer universe.The text was updated successfully, but these errors were encountered: