jerrypeng edited a comment on issue #1988: Fix: avoid closing RuntimeFactory when any function stops URL: https://github.com/apache/incubator-pulsar/pull/1988#issuecomment-398620281 Thus, RuntimeFactory created by JavaInstanceMain is going to be used just for that instance to spawn a ThreadRuntime when running functions as separate processes but it is not the case for when running functions as threads part of the worker service process. Thus we kind of trying to use ThreadRuntimeFactory in two distinct scenarios and there may be a disconnect
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
