Project

General

Profile

Bug #101

Explicit rollback throws exception if called after implicit rollback.

Added by Andrae Muys - about 16 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
High
Assignee:
Category:
Mulgara
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
fixed

Description

setAutoCommit(false)
query(corrupt-query); - triggers rollback.
rollback();

throws exception (attempt to reserveWriteLock without write-lock).

should be a nop.

#1

Updated by Andrae Muys - about 16 years ago

  • Status changed from New to In Progress
#2

Updated by ronald - over 15 years ago

  • Status changed from In Progress to Closed
  • Resolution set to fixed

(In r1098) Merged branch mgr-121-lockrecovery.

This contains three sets of changes:
1. support for idle and transaction timeouts - this closes #121, #122, and #125.
2. synchronization fixes and simplifications for the transactions
3. miscellaneous small fixes to the transactions - this closes #101.

Also available in: Atom PDF