You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ja...@apache.org on 2019/03/30 08:56:14 UTC

[phoenix] branch 4.x-HBase-1.4 updated: PHOENIX-5169 Query logger is still initialized for each query if the log level is off(addendum)

This is an automated email from the ASF dual-hosted git repository.

jaanai pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x-HBase-1.4 by this push:
     new 5e879bc  PHOENIX-5169 Query logger is still initialized for each query if the log level is off(addendum)
5e879bc is described below

commit 5e879bc8f74a470c6cbcd138ff2ff41002b40df9
Author: jaanai <ja...@apache.org>
AuthorDate: Sat Mar 30 16:41:44 2019 +0800

    PHOENIX-5169 Query logger is still initialized for each query if the log level is off(addendum)
---
 phoenix-core/src/it/java/org/apache/phoenix/end2end/QueryLoggerIT.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/QueryLoggerIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/QueryLoggerIT.java
index 494075a..f3793f9 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/QueryLoggerIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/QueryLoggerIT.java
@@ -51,7 +51,6 @@ import org.apache.phoenix.exception.SQLExceptionCode;
 import org.apache.phoenix.jdbc.PhoenixConnection;
 import org.apache.phoenix.jdbc.PhoenixDriver;
 import org.apache.phoenix.jdbc.PhoenixResultSet;
-import org.apache.phoenix.jdbc.PhoenixStatement;
 import org.apache.phoenix.log.LogLevel;
 import org.apache.phoenix.log.QueryLogger;
 import org.apache.phoenix.log.QueryStatus;
@@ -65,8 +64,6 @@ import org.junit.Test;
 
 import com.google.common.collect.Maps;
 
-import javax.validation.constraints.AssertFalse;
-import javax.validation.constraints.AssertTrue;
 
 public class QueryLoggerIT extends BaseUniqueNamesOwnClusterIT {