You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Daniel Wong (Jira)" <ji...@apache.org> on 2019/10/21 19:07:00 UTC

[jira] [Created] (PHOENIX-5537) Phoenix-4701 made hard coupling between phoenix.log.level and getting request metrics.

Daniel Wong created PHOENIX-5537:
------------------------------------

             Summary: 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: 4.15.0
            Reporter: Daniel Wong
             Fix For: 4.15.1


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)