You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/05/08 01:14:35 UTC

[GitHub] [beam] robertwb commented on a change in pull request #11521: [BEAM-9577] Update Java Runners to handle dependency-based artifact staging.

robertwb commented on a change in pull request #11521:
URL: https://github.com/apache/beam/pull/11521#discussion_r421880710



##########
File path: runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/DefaultJobBundleFactory.java
##########
@@ -613,7 +620,7 @@ public synchronized void close() {
       // These will be closed in the reverse creation order:
       try (AutoCloseable envCloser = environment;
           AutoCloseable provisioningServer = serverInfo.getProvisioningServer();
-          AutoCloseable retrievalServer = serverInfo.getRetrievalServer();
+          AutoCloseable retrievalServer = serverInfo.getLegacyRetrievalServer();

Review comment:
       Yes, nice catch.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org