[
https://issues.apache.org/jira/browse/PHOENIX-5537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17039868#comment-17039868
]
Hudson commented on PHOENIX-5537:
---------------------------------
FAILURE: Integrated in Jenkins build Phoenix-4.x-HBase-1.3 #690 (See
[https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/690/])
PHOENIX-5537 Phoenix-4701 made hard coupling between phoenix.log.level (stoty:
rev 70ccf2fd7139c2cbe3c4a1e2ef7e3b7bbfa00683)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/monitoring/OverAllQueryMetrics.java
* (add)
phoenix-core/src/test/java/org/apache/phoenix/monitoring/MetricUtilTest.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/monitoring/MetricUtil.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/monitoring/MetricsStopWatch.java
> Phoenix-4701 made hard coupling between phoenix.log.level and getting request
> metrics.
> --------------------------------------------------------------------------------------
>
> Key: PHOENIX-5537
> URL: https://issues.apache.org/jira/browse/PHOENIX-5537
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 5.0.0, 4.15.0
> Reporter: Daniel Wong
> Assignee: Richard Antal
> Priority: Minor
> Fix For: 5.1.0, 4.16.0
>
> Attachments: PHOENIX-5537.master.v1.patch,
> PHOENIX-5537.master.v2.patch, PHOENIX-5537.master.v3.patch
>
>
> Phoenix-4701 made hard coupling between phoenix.log.level and getting request
> metrics. For users who do not want to enable system to log this causes a
> regression from earlier behavior where metrics were populated. FYI [~ankit]
> {code:java}
> public OverAllQueryMetrics(boolean isRequestMetricsEnabled, LogLevel
> connectionLogLevel) { public OverAllQueryMetrics(boolean
> isRequestMetricsEnabled, LogLevel connectionLogLevel) { queryWatch = new
> MetricsStopWatch(WALL_CLOCK_TIME_MS.isLoggingEnabled(connectionLogLevel));
> {code}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)