ACCUMULO-378 Duplicative logging
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/98eb56f4 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/98eb56f4 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/98eb56f4 Branch: refs/heads/ACCUMULO-378 Commit: 98eb56f4d1e2d4186172c4e8391a3ac4993f2212 Parents: 84e94a4 Author: Josh Elser <els...@apache.org> Authored: Wed Jun 4 16:26:25 2014 -0400 Committer: Josh Elser <els...@apache.org> Committed: Wed Jun 4 16:26:25 2014 -0400 ---------------------------------------------------------------------- .../src/main/java/org/apache/accumulo/tserver/TabletServer.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/98eb56f4/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java ---------------------------------------------------------------------- diff --git a/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java b/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java index 689557c..e6286ff 100644 --- a/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java +++ b/server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java @@ -3239,8 +3239,6 @@ public class TabletServer extends AbstractMetricsImpl implements org.apache.accu throw new RuntimeException("Failed to start replication service", e); } - log.info("Started replication service at " + replicationAddress); - // Start the pool to handle outgoing replications final ThreadPoolExecutor replicationThreadPool = new SimpleThreadPool(getSystemConfiguration().getCount(Property.REPLICATION_WORKER_THREADS), "replication task"); replWorker.setExecutor(replicationThreadPool);