hmangla98 commented on a change in pull request #2121:
URL: https://github.com/apache/hive/pull/2121#discussion_r674419599
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplDumpTask.java
##########
@@ -242,6 +253,56 @@ public int execute() {
return 0;
}
+ private void rollbackFailover(Path failoverReadyMarker, Path
failoverMetadataFile, Database db)
+ throws HiveException, IOException {
+ LOG.info("Rolling back failover initiated in previous dump iteration.");
+ FileSystem fs = failoverMetadataFile.getFileSystem(conf);
+ if (failoverMetadataFile != null) {
Review comment:
Yes, this can be removed.
--
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]