Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.0
-
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
Attachments
Issue Links
- is duplicated by
-
HIVE-13489 TransactionBatchImpl.getCurrentTxnId() ArrayIndexOutOfBounds
- Resolved