Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2DC] Set external hybrid write time while writing replicated records on consumer #2153

Closed
ndeodhar opened this issue Aug 26, 2019 · 0 comments
Assignees
Labels
area/cdc Change Data Capture
Milestone

Comments

@ndeodhar
Copy link
Contributor

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.

@ndeodhar ndeodhar added the area/cdc Change Data Capture label Aug 26, 2019
@ndeodhar ndeodhar added this to the v2.0 milestone Aug 26, 2019
@ndeodhar ndeodhar self-assigned this Aug 26, 2019
ndeodhar added a commit that referenced this issue Sep 4, 2019
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
@ndeodhar ndeodhar closed this as completed Sep 4, 2019
d-uspenskiy pushed a commit to d-uspenskiy/yugabyte-db that referenced this issue Sep 5, 2019
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cdc Change Data Capture
Projects
None yet
Development

No branches or pull requests

1 participant