[ https://issues.apache.org/jira/browse/HIVE-23039?focusedWorklogId=413960&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-413960
]
ASF GitHub Bot logged work on HIVE-23039:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Apr/20 10:23
Start Date: 01/Apr/20 10:23
Worklog Time Spent: 10m
Work Description: anishek commented on pull request #965: HIVE-23039 Checkpointing for
repl dump bootstrap phase
URL: https://github.com/apache/hive/pull/965#discussion_r401496301
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/util/ReplUtils.java
##########
@@ -98,6 +100,8 @@
public static final String DUMP_ACKNOWLEDGEMENT = "_finished_dump";
//Acknowledgement for repl load complete
public static final String LOAD_ACKNOWLEDGEMENT = "_finished_load";
+ //Acknowledgement for data copy complete. Used for checkpointing
+ public static final String COPY_ACKNOWLEDGEMENT = "_finished_copy";
Review comment:
looks like we need a constants Class or a Enum class, the utils one seem to have a lot
of magic variables.
----------------------------------------------------------------
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:
users@infra.apache.org
Issue Time Tracking
-------------------
Worklog Id: (was: 413960)
Time Spent: 40m (was: 0.5h)
> Checkpointing for repl dump bootstrap phase
> -------------------------------------------
>
> Key: HIVE-23039
> URL: https://issues.apache.org/jira/browse/HIVE-23039
> Project: Hive
> Issue Type: Bug
> Reporter: Aasha Medhi
> Assignee: Aasha Medhi
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-23039.01.patch
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
|