Atomikos Forum |
|
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 |