[
https://issues.apache.org/jira/browse/HIVE-23516?focusedWorklogId=442572&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-442572
]
ASF GitHub Bot logged work on HIVE-23516:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 08/Jun/20 04:26
Start Date: 08/Jun/20 04:26
Worklog Time Spent: 10m
Work Description: aasha commented on a change in pull request #1044:
URL: https://github.com/apache/hive/pull/1044#discussion_r436451174
##########
File path:
ql/src/java/org/apache/hadoop/hive/ql/exec/repl/incremental/IncrementalLoadTasksBuilder.java
##########
@@ -96,7 +102,9 @@ public IncrementalLoadTasksBuilder(String dbName, String
loadPath,
this.log = log;
numIteration++;
this.log.debug("Iteration num " + numIteration);
-
+ Map<String, Long> metricMap = new HashMap<>();
+ metricMap.put(ReplUtils.MetricName.EVENTS.name(), (long)
iterator.getNumEvents());
Review comment:
This is what is done for logger also. Is that incorrect there as well?
----------------------------------------------------------------
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: 442572)
Time Spent: 8h (was: 7h 50m)
> Store hive replication policy execution metrics in the relational DB
> --------------------------------------------------------------------
>
> Key: HIVE-23516
> URL: https://issues.apache.org/jira/browse/HIVE-23516
> Project: Hive
> Issue Type: Task
> Reporter: Aasha Medhi
> Assignee: Aasha Medhi
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-23516.01.patch, HIVE-23516.02.patch,
> HIVE-23516.03.patch, HIVE-23516.04.patch, HIVE-23516.05.patch,
> HIVE-23516.06.patch, HIVE-23516.07.patch, HIVE-23516.08.patch,
> HIVE-23516.09.patch, HIVE-23516.10.patch, HIVE-23516.11.patch,
> HIVE-23516.12.patch, HIVE-23516.13.patch, HIVE-23516.14.patch,
> HIVE-23516.15.patch, HIVE-23516.16.patch, HIVE-23516.17.patch,
> HIVE-23516.18.patch, HIVE-23516.19.patch, Replication Metrics.pdf
>
> Time Spent: 8h
> Remaining Estimate: 0h
>
> Details documented in the attached doc
--
This message was sent by Atlassian Jira
(v8.3.4#803005)