History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: AMQ-915
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Adrian Co
Reporter: Hiram Chirino
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ActiveMQ

Failover transport does not replay all the transaction operations on failover.

Created: 07/Sep/06 09:09 AM   Updated: 02/Oct/06 09:51 AM
Component/s: None
Affects Version/s: 4.0
Fix Version/s: 4.1.0, 4.0.2

Time Tracking:
Not Specified


 Description  « Hide
If transactions are being used on a connection that is using failover.. these is a small chance that the transaction will fail or the connection will fail due to a partial tx being run when the client reconnects.

I will change the failover transport to buffer up all the tx operations that are run against the broker and on failure, replay those operations.



 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Adrian Co - 14/Sep/06 12:13 AM
Backported fix for replaying transactions in failover transports.

Hiram Chirino - 14/Sep/06 06:42 AM
Adrian what was the svn revision that the fix was comitted on and on what branch?

Hiram Chirino - 14/Sep/06 06:42 AM
I'm not even sure that this has made it into trunk either.

Hiram Chirino - 14/Sep/06 10:30 AM
Applied patch to to 4.0 branch rev 443423

Adrian Co - 14/Sep/06 08:05 PM
Fix was applied to revision: 443271 in the trunk. Thanks for the heads up Hiram. Sorry for the confusion.

Adrian Co - 14/Sep/06 08:06 PM
Update the fix version to include 4.1 and 4.0.3