hmangla98 commented on a change in pull request #2529:
URL: https://github.com/apache/hive/pull/2529#discussion_r678826183
##########
File path:
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosAcidTables.java
##########
@@ -308,6 +316,9 @@ public void testFailoverDuringDump() throws Throwable {
.run("select rank from t2 order by rank")
.verifyResults(new String[]{"10", "11"});
+ db = replica.getDatabase(replicatedDbName);
+ assertFalse(MetaStoreUtils.isTargetOfReplication(db));
Review comment:
repl.failover.endpoint db prop would restrict backgrounds threads to run
for such db if rollback is initiated.
--
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]