You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by th...@apache.org on 2018/07/18 23:14:13 UTC

[beam] branch master updated: Add JIRA reference.

This is an automated email from the ASF dual-hosted git repository.

thw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 7753452  Add JIRA reference.
7753452 is described below

commit 775345291d90504bc6429343fa056fe3eebacf9b
Author: Thomas Weise <th...@apache.org>
AuthorDate: Wed Jul 18 16:12:42 2018 -0700

    Add JIRA reference.
---
 .../apache/beam/runners/fnexecution/control/DockerJobBundleFactory.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/DockerJobBundleFactory.java b/runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/DockerJobBundleFactory.java
index 7168cd2..95735d7 100644
--- a/runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/DockerJobBundleFactory.java
+++ b/runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/DockerJobBundleFactory.java
@@ -74,7 +74,7 @@ public class DockerJobBundleFactory implements JobBundleFactory {
   public interface JobBundleFactoryFactory {
     DockerJobBundleFactory create(JobInfo jobInfo) throws Exception;
   }
-  // TODO: a hacky way to override the factory for testing.
+  // TODO (BEAM-4819): a hacky way to override the factory for testing.
   // Should be replaced with mechanism that let's users configure their own factory
   public static final AtomicReference<JobBundleFactoryFactory> FACTORY =
       new AtomicReference(