clebertsuconic opened a new pull request, #5632: URL: https://github.com/apache/activemq-artemis/pull/5632
While the broker is being stopped, and if the system is paging, I recently found a few issues that I am addressing here: - When the server is stopped, the IDGenerator could be used after the snapshot is generated, what could lead to data loss in case of a regular shutdown while system under heavy load - delayed Transaction could be completed after exceptions (the markRollbackOnly or rollback should clear any pending state) - The Acceptor notification is being called after the IDGenerator is stopped (found this by accident after stopping the IDGEnerator). -- 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: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact