You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/06/28 15:09:20 UTC

[GitHub] [pulsar] wuchenxi123 commented on a change in pull request #11112: pulsar-function:Preload and release of external resources

wuchenxi123 commented on a change in pull request #11112:
URL: https://github.com/apache/pulsar/pull/11112#discussion_r659874295



##########
File path: pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/instance/JavaInstance.java
##########
@@ -160,7 +179,22 @@ private void processAsyncResults(BiConsumer<Record, JavaExecutionResult> resultC
     @Override
     public void close() {
         context.close();
-        executor.shutdown();

Review comment:
       I have corrected it




-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

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