Repository: accumulo Updated Branches: refs/heads/metrics2 1aacbf0fb -> 580a31bc6 (forced update)
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/metrics2 Commit: 4fb52f92566825222d2c145783a2e19ec320a087 Parents: ebb0e1d Author: Josh Elser <els...@apache.org> Authored: Tue Dec 2 17:09:53 2014 -0500 Committer: Josh Elser <els...@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;