Skip to content

VReplication: How does onlineddl.Executor interacts with VReplication? #299

Answered by earayu
earayu asked this question in Q&A
Discussion options

You must be logged in to vote

onlineddl.Executor interacts with VReplication by INSERT/UPDATE/DELETE vreplication system table:

  1. onlineddl.Executor need to call tabletManager via gRPC
  2. tabletManager will call vreplication.Engine
  3. vreplication.Engine will finally execute the query passed from step 1
  4. vreplication.Engine will also control the VReplication Job

Replies: 2 comments 1 reply

Comment options

earayu
Sep 22, 2023
Maintainer Author

You must be logged in to vote
0 replies
Comment options

earayu
Sep 22, 2023
Maintainer Author

You must be logged in to vote
1 reply
@earayu
Comment options

earayu Sep 22, 2023
Maintainer Author

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