[ https://issues.apache.org/jira/browse/QPID-8079?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16343401#comment-16343401 ]
ASF subversion and git services commented on QPID-8079: ------------------------------------------------------- Commit 02cf0ff16722cab8a6678f5af4472ee4b678f6bd in qpid-broker-j's branch refs/heads/7.0.x from [~k-wall] [ https://git-wip-us.apache.org/repos/asf?p=qpid-broker-j.git;h=02cf0ff ] QPID-8079: [Broker-J] Ensure that actions associated with AsyncCommand are rolled back if the underlying future completes unsucessfully (cherry picked from commit 5fa398cfc2141d6ec090df3464f5bcbf63d7b023) > [Broker-J] If the future associated with an AsyncCommand completes > abnormally, the associated action is not rolled-back > ----------------------------------------------------------------------------------------------------------------------- > > Key: QPID-8079 > URL: https://issues.apache.org/jira/browse/QPID-8079 > Project: Qpid > Issue Type: Bug > Components: Broker-J > Reporter: Keith Wall > Assignee: Keith Wall > Priority: Minor > Fix For: qpid-java-broker-7.0.1 > > > The protocol layers currently use AsyncCommands to organise for work to be > completed after an async auto-commit transaction competes. When > {{AsyncCommand#complete}} is invoked, it awaits completion of the future then > calls underlying action. The code currently fails to call \{{onRollback}} in > the failure case. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org