[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - XA and Paging seems broken
timfox
do-not-reply at jboss.com
Wed Dec 10 07:55:08 EST 2008
Looking at the paging changes in TransactionImpl.
I notice that messages aren't actually paged until commit(), therefore if the transaction is XA and prepare() is called, then the server crashes or is shutdown, the entire transaction is lost, since nothing is recorded until commit! Ouch.
Please add a JIRA for this. It also needs tests. There should be a set of tests that test paging with XA transactions and recovery.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4195591#4195591
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4195591
More information about the jboss-dev-forums
mailing list