sahvx655-wq opened a new pull request, #506: URL: https://github.com/apache/felix-dev/pull/506
Summary This PR introduces a controlled self-healing mechanism for the FelixDispatchQueue thread in EventDispatcher to prevent permanent asynchronous event failure when the dispatcher thread crashes due to severe runtime errors (e.g., OutOfMemoryError, StackOverflowError). Currently, if the dispatcher thread dies, the framework permanently stops processing asynchronous events. This change adds a safe recovery strategy while preserving the existing single-threaded design. -- 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]
