Atomikos Forum |
|
... and fails looping indefinitely with error logging "Transition not allowed: IN_DOUBT to ABANDONED"
Timeout calls removePendingOltpCoordinatorFromTransactionService which sets TxState.ABANDONED. That is clearly not an allowed transition by TxState - so there clearly is some bug. Question is, is that the right transition? Or shouldn't that timeout rather go to ABORTING? |