Removing a print stack trace.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/2683f4bd Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/2683f4bd Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/2683f4bd Branch: refs/heads/blur-384-random-port-cleanup Commit: 2683f4bd29708c37fb3fe16847c9b4ee41756845 Parents: 27dae73 Author: Aaron McCurry <[email protected]> Authored: Tue Oct 21 10:00:55 2014 -0400 Committer: Aaron McCurry <[email protected]> Committed: Tue Oct 21 10:00:55 2014 -0400 ---------------------------------------------------------------------- .../src/main/java/org/apache/blur/thrift/BlurControllerServer.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/2683f4bd/blur-core/src/main/java/org/apache/blur/thrift/BlurControllerServer.java ---------------------------------------------------------------------- diff --git a/blur-core/src/main/java/org/apache/blur/thrift/BlurControllerServer.java b/blur-core/src/main/java/org/apache/blur/thrift/BlurControllerServer.java index 466f84a..477e0d0 100644 --- a/blur-core/src/main/java/org/apache/blur/thrift/BlurControllerServer.java +++ b/blur-core/src/main/java/org/apache/blur/thrift/BlurControllerServer.java @@ -289,7 +289,6 @@ public class BlurControllerServer extends TableAdmin implements Iface { client.ping(); LOG.debug("Pinging shard server [{0}]", shardServer); } catch (Exception e) { - e.printStackTrace(); LOG.error("Error while trying to ping shard server [{0}]", shardServer); } }
