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:04 UTC

[1/2] incubator-beam git commit: Closes #1085

Repository: incubator-beam
Updated Branches:
  refs/heads/master bc9ed7dbd -> 7675035be


Closes #1085


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

Branch: refs/heads/master
Commit: 7675035bede78fde164dcdeb75feb63083ae0d4b
Parents: bc9ed7d 1f1d852
Author: Dan Halperin <dh...@google.com>
Authored: Wed Oct 12 11:04:57 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(-)
----------------------------------------------------------------------



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

Posted by dh...@apache.org.
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