Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-13493

Fix TransactionBatchImpl.getCurrentTxnId() and mis logging fixes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.0
    • 1.3.0, 2.1.0
    • Transactions
    • None

    Description

      sort list of transaction IDs deleted by performTimeouts
      sort list of "empty aborted"
      log the list of lock id removed due to timeout

      fix TransactionBatchImpl.getCurrentTxnId() not to look past end of array (see HIVE-13489)
      beginNextTransactionImpl()
      if ( currentTxnIndex >= txnIds.size() )//todo: this condition is bogus should check currentTxnIndex + 1

      Attachments

        1. HIVE-13493.2.patch
          4 kB
          Eugene Koifman
        2. HIVE-13493.patch
          4 kB
          Eugene Koifman

        Issue Links

          Activity

            People

              ekoifman Eugene Koifman
              ekoifman Eugene Koifman
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: