[
https://issues.apache.org/jira/browse/HIVE-24895?focusedWorklogId=575326&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-575326
]
ASF GitHub Bot logged work on HIVE-24895:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Apr/21 05:17
Start Date: 01/Apr/21 05:17
Worklog Time Spent: 10m
Work Description: ayushtkn commented on a change in pull request #2083:
URL: https://github.com/apache/hive/pull/2083#discussion_r605381239
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/DirCopyTask.java
##########
@@ -182,6 +191,12 @@ public int execute() {
Exception ex = new
SecurityException(ErrorMsg.REPL_RETRY_EXHAUSTED.format(e.getMessage()), e);
setException(ex);
return ReplUtils.handleException(true, ex, work.getDumpDirectory(),
work.getMetricCollector(), getName(), conf);
+ } finally {
+ String jobId = conf.get(ReplUtils.DISTCP_JOB_ID_CONF,
ReplUtils.DISTCP_JOB_ID_CONF_DEFAULT);
Review comment:
Changed to status instead completed as suggested.
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 575326)
Time Spent: 2h 10m (was: 2h)
> Add a DataCopyEnd stage in ReplStateLogTask for external table replication
> --------------------------------------------------------------------------
>
> Key: HIVE-24895
> URL: https://issues.apache.org/jira/browse/HIVE-24895
> Project: Hive
> Issue Type: Improvement
> Reporter: Ayush Saxena
> Assignee: Ayush Saxena
> Priority: Major
> Labels: pull-request-available
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> Add a task to mark the end of external table copy.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)