sdedic commented on PR #8134: URL: https://github.com/apache/netbeans/pull/8134#issuecomment-2582416075
During further testing it occurred that the request to restart NBLS because of change `enableJava` flag was fired before the logs were received and `activationPending` was re-set .... so the request to restart NBLS was ignored. It seems that the ancient "collision avoidance" is now fully obsolete by waiting on the `client` promise for stop(). I've removed the simple avoidance flag - but needed to slightly change code so that closed server will not respawn itself if another one is already starting. Please review carefully. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
