You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/12/02 23:11:41 UTC

accumulo git commit: ACCUMULO-3379 Remove spammy log message.

Repository: accumulo
Updated Branches:
  refs/heads/master ebb0e1d7b -> 4fb52f925


ACCUMULO-3379 Remove spammy log message.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/4fb52f92
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/4fb52f92
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/4fb52f92

Branch: refs/heads/master
Commit: 4fb52f92566825222d2c145783a2e19ec320a087
Parents: ebb0e1d
Author: Josh Elser <el...@apache.org>
Authored: Tue Dec 2 17:09:53 2014 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Tue Dec 2 17:09:53 2014 -0500

----------------------------------------------------------------------
 .../src/main/java/org/apache/accumulo/tracer/ZooTraceClient.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/4fb52f92/server/tracer/src/main/java/org/apache/accumulo/tracer/ZooTraceClient.java
----------------------------------------------------------------------
diff --git a/server/tracer/src/main/java/org/apache/accumulo/tracer/ZooTraceClient.java b/server/tracer/src/main/java/org/apache/accumulo/tracer/ZooTraceClient.java
index 866784d..cfb65de 100644
--- a/server/tracer/src/main/java/org/apache/accumulo/tracer/ZooTraceClient.java
+++ b/server/tracer/src/main/java/org/apache/accumulo/tracer/ZooTraceClient.java
@@ -58,7 +58,6 @@ public class ZooTraceClient extends SendSpansViaThrift implements Watcher {
   synchronized protected String getSpanKey(Map<ByteBuffer,ByteBuffer> data) {
     if (hosts.size() > 0) {
       String host = hosts.get(random.nextInt(hosts.size()));
-      log.debug("sending data to " + host);
       return host;
     }
     return null;