[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - http://jira.jboss.org/jira/browse/JBMESSAGING-808 - Failure
clebert.suconic@jboss.com
do-not-reply at jboss.com
Fri Feb 2 17:50:29 EST 2007
I have replicated the root cause of MultiThreadFailoverTest in a better scenario (single-threaded).
If a failure happens on the middle of an ACK invocation. (actually if it happens right after the ACK is completed, on the way back of the response), the message can't be found on the new server, as the message was already ACKed on the previous server.
Maybe we should ignore failures if can't find the ACK.
FailoverTest::testFailureRightAfterACK is failing because of this.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4010271#4010271
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4010271
More information about the jboss-dev-forums
mailing list