tkhurana opened a new pull request, #2579: URL: https://github.com/apache/phoenix/pull/2579
A ReplicationLogGroup.close() that immediately follows init() can halt() the disruptor before its consumer thread has entered BatchEventProcessor.run(). run()'s opening clearAlert() then wipes the alert raised by halt(), the wait loop parks forever, and onShutdown() never runs — so the underlying ReplicationLogWriter is never closed. -- 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]
