emagiz opened a new pull request #2547: Patched with live lock evaluation URL: https://github.com/apache/activemq-artemis/pull/2547 When using the shared store the live server can loose the lock on the journal but does not notice it. This can happen when a shared file system is being used like in AWS where we use EFS. This can cause problems when the live server regains the network file system connection and just continues to process messages. At some point the live or the backup quits because it notices changes on the filesystems which it did not do itself. We were able to prevent the occurence by tweaking EFS connection settings so it does not occur anymore in our setup. For artemis we would like to show our change maybe someone can review the change and see if it can be improved and adapted in artemis. Patch is here for master: https://github.com/emagiz/activemq-artemis/commit/788adfbd3e5a54c63eed0810b7377641684b6fe1.patch
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
