[
https://issues.apache.org/jira/browse/HIVE-25973?focusedWorklogId=731575&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-731575
]
ASF GitHub Bot logged work on HIVE-25973:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Feb/22 14:09
Start Date: 23/Feb/22 14:09
Worklog Time Spent: 10m
Work Description: vcsomor commented on a change in pull request #3047:
URL: https://github.com/apache/hive/pull/3047#discussion_r812928371
##########
File path:
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/metrics/AcidMetricService.java
##########
@@ -263,30 +262,27 @@ public static void updateMetricsFromCleaner(String
dbName, String tableName, Str
}
private void updateDeltaMetrics() {
- org.apache.hadoop.hive.common.metrics.common.Metrics metrics =
MetricsFactory.getInstance();
Review comment:
I've had to remove this as well @lcspinter
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 731575)
Time Spent: 20m (was: 10m)
> JsonReporter and JsonFileMetricsReporter writing the same file
> --------------------------------------------------------------
>
> Key: HIVE-25973
> URL: https://issues.apache.org/jira/browse/HIVE-25973
> Project: Hive
> Issue Type: Bug
> Components: Standalone Metastore
> Affects Versions: 4.0.0
> Reporter: Viktor Csomor
> Assignee: Viktor Csomor
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The {{JsonReporter}} and {{JsonFileMetricsReporter}} writing the same file.
> This issue is caused by the HIVE-25842.
> Since the {{Metrics}} is launching also a {{JmxExporter}} the
> {{MetricsFactory.init(conf);}} is unnecessary in the {{HiveMetaStore}}.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)