hmangla98 opened a new pull request, #3367:
URL: https://github.com/apache/hive/pull/3367
Normal Replication => A
-----------------------------------------------> B
--------------A went down and B takes
over----------
After failover => A
←----------------------------------------------- B
This patch solves below two problems:
1. What happens to the openTxns on A post A went down?
Soln: Reverse replication should abort then on first load operation on A←B.
2. What happens to Repl_Created openTxns on B(opened prior to failover)
after reverse replication starts?
Soln: Abort all the repl_created txns on B cluster.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]