hmangla98 commented on a change in pull request #2101:
URL: https://github.com/apache/hive/pull/2101#discussion_r618315937
##########
File path:
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosAcidTables.java
##########
@@ -809,7 +810,7 @@ public void testOpenTxnEvent() throws Throwable {
primary.dump(primaryDbName);
long lastReplId = Long.parseLong(bootStrapDump.lastReplicationId);
- primary.testEventCounts(primaryDbName, lastReplId, null, null, 22);
+ primary.testEventCounts(primaryDbName, lastReplId, null, null, 16);
Review comment:
primary.testEventCounts would count the number of events captured after
the bootstrap was initiated. In this patch, we are not capturing openTxn and
commitTxn for hive repl Txns. So, the event count is reduced to 16.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]