You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2014/06/26 11:47:15 UTC

[50/53] [abbrv] git commit: Remove debug LOG message of TaskManager heartbeats

Remove debug LOG message of TaskManager heartbeats


Project: http://git-wip-us.apache.org/repos/asf/incubator-flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-flink/commit/9c518349
Tree: http://git-wip-us.apache.org/repos/asf/incubator-flink/tree/9c518349
Diff: http://git-wip-us.apache.org/repos/asf/incubator-flink/diff/9c518349

Branch: refs/heads/travis_test
Commit: 9c5183495f71ad834285fd0778a4f8e350948699
Parents: 49cd35a
Author: uce <u....@fu-berlin.de>
Authored: Wed Jun 25 17:53:11 2014 +0200
Committer: uce <u....@fu-berlin.de>
Committed: Wed Jun 25 17:53:11 2014 +0200

----------------------------------------------------------------------
 .../main/java/eu/stratosphere/nephele/taskmanager/TaskManager.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/9c518349/stratosphere-runtime/src/main/java/eu/stratosphere/nephele/taskmanager/TaskManager.java
----------------------------------------------------------------------
diff --git a/stratosphere-runtime/src/main/java/eu/stratosphere/nephele/taskmanager/TaskManager.java b/stratosphere-runtime/src/main/java/eu/stratosphere/nephele/taskmanager/TaskManager.java
index cb06d08..0c5e218 100644
--- a/stratosphere-runtime/src/main/java/eu/stratosphere/nephele/taskmanager/TaskManager.java
+++ b/stratosphere-runtime/src/main/java/eu/stratosphere/nephele/taskmanager/TaskManager.java
@@ -566,7 +566,6 @@ public class TaskManager implements TaskOperationProtocol {
 
 			// send heart beat
 			try {
-				LOG.debug("heartbeat");
 				this.jobManager.sendHeartbeat(this.localInstanceConnectionInfo);
 			} catch (IOException e) {
 				if (shutdownStarted.get()) {