nickva opened a new pull request, #5419: URL: https://github.com/apache/couchdb/pull/5419
Previously, we set the default JS engine dynamically, so that newly spawned processes would use the new setting. However, we didn't actively try to kill the old JS processes. Since a quiet cluster, without much concurrent indexing activity, could hang on to the same set of spawned processes for a while, it may take an indeterminate amount of time until the couchjs processes actually switch to the new engine. To fix that let's force a `reload()` as well, which will immediately kill all the free (available) processes and then kill the acquired processes when the user is done with them and releases them back to the process manager. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
