Uploaded image for project: 'Apache Trafodion (Retired)'
  1. Apache Trafodion (Retired)
  2. TRAFODION-1935

TransactionManager retries needlessly when an UnknownTransactionException is caught

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • dtm
    • None

    Description

      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.

      Attachments

        Activity

          People

            sbroeder Sean Broeder
            sbroeder Sean Broeder
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: