clebertsuconic commented on PR #5595: URL: https://github.com/apache/activemq-artemis/pull/5595#issuecomment-2776347011
What I'm doing in this PR is the following: I added two methods on transaction. Delay and DelayDone When Delay is called I increase a counter. when delayDone is called I set the counter back to zero, and check if there's any pending task. Also.. when commit (or prepare) is called, if there are pending delays instead of recording the commit, I set a task to be done after delayDone is called. Beyone that everything is testing.. I added two tests: one UnitTest using Mock, and one SoakTest based on a series of EAP tests that will complete in hours (mine takes 6 seconds). -- 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, visit: https://activemq.apache.org/contact
