[
https://issues.apache.org/jira/browse/HIVE-26316?focusedWorklogId=781488&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-781488
]
ASF GitHub Bot logged work on HIVE-26316:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Jun/22 05:18
Start Date: 15/Jun/22 05:18
Worklog Time Spent: 10m
Work Description: pvary commented on code in PR #3367:
URL: https://github.com/apache/hive/pull/3367#discussion_r897544436
##########
ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplDumpTask.java:
##########
@@ -254,6 +256,8 @@ public int execute() {
// We should be here only if TableDiff is Present.
boolean isTableDiffDirectoryPresent =
checkFileExists(previousValidHiveDumpPath.getParent(), conf,
TABLE_DIFF_COMPLETE_DIRECTORY);
+ boolean isAbortTxnsListPresent =
Review Comment:
Nit: is the indentation correct here?
Issue Time Tracking
-------------------
Worklog Id: (was: 781488)
Time Spent: 1h 40m (was: 1.5h)
> Handle dangling open txns on both src & tgt in unplanned failover.
> ------------------------------------------------------------------
>
> Key: HIVE-26316
> URL: https://issues.apache.org/jira/browse/HIVE-26316
> Project: Hive
> Issue Type: Sub-task
> Reporter: Haymant Mangla
> Assignee: Haymant Mangla
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)