Atomikos Forum

How to customize recovery logic?

Hi,

I'm newbie of atomikos essentials. I've tried to find the documentation about recovery of atomikos, but there is not enough information of it.

So I've reviewd the source code and I figured out the followings in transaction manager:
1. scan xids of uncompleted transactions from database (postgres).
2. extract xids with the same branch identifier from the xids of step1.
3. rollback the xids of step2.


Does atomikos always rollback for uncompleted transactions?
How can I customize recovery? I can't find out any configuration related to the recovery.


Regards,
Yunji Koh
YunjiKoh Send private email
Monday, February 25, 2013
 
 
This is the presumed abort protocol - which is what XAResource implementations expect. Why would you want to customize that? It wouldn't play nice with the XAResource...
Guy Pardon Send private email
Saturday, March 30, 2013
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics