[
https://issues.apache.org/jira/browse/TRAFODION-1935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Broeder closed TRAFODION-1935.
-----------------------------------
> TransactionManager retries needlessly when an UnknownTransactionException is
> caught
> -----------------------------------------------------------------------------------
>
> Key: TRAFODION-1935
> URL: https://issues.apache.org/jira/browse/TRAFODION-1935
> Project: Apache Trafodion
> Issue Type: Bug
> Components: dtm
> Reporter: Sean Broeder
> Assignee: Sean Broeder
>
> In doPrepareX the the TransactionManager catches and retries
> UnknownTransactionExceptions thrown by the regions. This is pointless
> because regions that don't know about a transaction will never learn about it
> through a prepare message retry. Instead, we should catch a generic
> excpetion, look to see if it's an UnknownTransactionException, throw it if it
> is, otherwise retry.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)