PHOENIX-4786 Reduce log level to debug when logging new aggregate row key found 
and added results for scan ordered queries(Rajeshbabu)


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/0c0e0155
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0c0e0155
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/0c0e0155

Branch: refs/heads/4.14-cdh5.11
Commit: 0c0e0155af49c5b7820e372da7102f9c23a46b33
Parents: 669d5c4
Author: Rajeshbabu Chintaguntla <rajeshb...@apache.org>
Authored: Fri Jun 15 23:40:25 2018 +0100
Committer: Pedro Boado <pbo...@apache.org>
Committed: Wed Oct 17 20:09:09 2018 +0100

----------------------------------------------------------------------
 .../phoenix/coprocessor/GroupedAggregateRegionObserver.java  | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/0c0e0155/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/GroupedAggregateRegionObserver.java
----------------------------------------------------------------------
diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/GroupedAggregateRegionObserver.java
 
b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/GroupedAggregateRegionObserver.java
index 86ab275..aefe916 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/GroupedAggregateRegionObserver.java
+++ 
b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/GroupedAggregateRegionObserver.java
@@ -534,14 +534,6 @@ public class GroupedAggregateRegionObserver extends 
BaseScannerRegionObserver {
                                 currentKey.getLength(), SINGLE_COLUMN_FAMILY, 
SINGLE_COLUMN,
                                 AGG_TIMESTAMP, value, 0, value.length);
                     results.add(keyValue);
-                    if (logger.isInfoEnabled()) {
-                        logger.info(LogUtil.addCustomAnnotations("Adding new 
aggregate row: "
-                                + keyValue
-                                + ",for current key "
-                                + Bytes.toStringBinary(currentKey.get(), 
currentKey.getOffset(),
-                                    currentKey.getLength()) + ", aggregated 
values: "
-                                + Arrays.asList(rowAggregators), 
ScanUtil.getCustomAnnotations(scan)));
-                    }
                     // If we're at an aggregation boundary, reset the
                     // aggregators and
                     // aggregate with the current result (which is not a part 
of

Reply via email to