You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by dh...@apache.org on 2016/10/12 18:05:05 UTC

[2/2] incubator-beam git commit: Remove Debug Message when Delivering Timers

Remove Debug Message when Delivering Timers


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/1f1d8524
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/1f1d8524
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/1f1d8524

Branch: refs/heads/master
Commit: 1f1d85241e423104e4619164678d57602c77f834
Parents: bc9ed7d
Author: Thomas Groh <tg...@google.com>
Authored: Wed Oct 12 09:21:33 2016 -0700
Committer: Dan Halperin <dh...@google.com>
Committed: Wed Oct 12 11:04:57 2016 -0700

----------------------------------------------------------------------
 .../apache/beam/runners/direct/ExecutorServiceParallelExecutor.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/1f1d8524/runners/direct-java/src/main/java/org/apache/beam/runners/direct/ExecutorServiceParallelExecutor.java
----------------------------------------------------------------------
diff --git a/runners/direct-java/src/main/java/org/apache/beam/runners/direct/ExecutorServiceParallelExecutor.java b/runners/direct-java/src/main/java/org/apache/beam/runners/direct/ExecutorServiceParallelExecutor.java
index 567def2..fab6a33 100644
--- a/runners/direct-java/src/main/java/org/apache/beam/runners/direct/ExecutorServiceParallelExecutor.java
+++ b/runners/direct-java/src/main/java/org/apache/beam/runners/direct/ExecutorServiceParallelExecutor.java
@@ -453,7 +453,6 @@ final class ExecutorServiceParallelExecutor implements PipelineExecutor {
               }
               KeyedWorkItem<?, Object> work =
                   KeyedWorkItems.timersWorkItem(keyTimers.getKey().getKey(), delivery);
-              LOG.warn("Delivering {} timers for {}", delivery.size(), keyTimers.getKey().getKey());
               @SuppressWarnings({"unchecked", "rawtypes"})
               CommittedBundle<?> bundle =
                   evaluationContext