You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by mb...@apache.org on 2022/02/26 00:00:41 UTC

[asterixdb] 05/10: [NO ISSUE][HYR][MISC] Remove useless debug log in ConfigManager

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

mblow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git

commit 0cd0e731afdbc86178b1e7954b8587c82b07f486
Author: Michael Blow <mb...@apache.org>
AuthorDate: Wed Feb 16 10:46:03 2022 -0500

    [NO ISSUE][HYR][MISC] Remove useless debug log in ConfigManager
    
    Change-Id: I40ce16c53e18f55bfaf2e403f85bbb1cfacb1371
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/15323
    Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
    Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
    Reviewed-by: Ian Maxon <im...@uci.edu>
---
 .../java/org/apache/hyracks/control/common/config/ConfigManager.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/src/main/java/org/apache/hyracks/control/common/config/ConfigManager.java b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/src/main/java/org/apache/hyracks/control/common/config/ConfigManager.java
index 0ba9090..85661fe 100644
--- a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/src/main/java/org/apache/hyracks/control/common/config/ConfigManager.java
+++ b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-common/src/main/java/org/apache/hyracks/control/common/config/ConfigManager.java
@@ -618,7 +618,6 @@ public class ConfigManager implements IConfigManager, Serializable {
         @Override
         public void resolveCollision(CompositeMap<IOption, Object> composite, Map<IOption, Object> existing,
                 Map<IOption, Object> added, Collection<IOption> intersect) {
-            LOGGER.debug("resolveCollision: {}, {}, {}, {}", composite, existing, added, intersect);
             // no-op
         }
     }