1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Changeset 5928

Show
Ignore:
Timestamp:
01/31/12 17:27:38 (16 months ago)
Author:
thompsonbry
Message:

txLog was not being used for abort() or rollback().

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/RWSTORE_1_1_0_DEBUG/bigdata/src/java/com/bigdata/journal/AbstractJournal.java

    r5919 r5928  
    20812081                        } 
    20822082 
     2083                        txLog.warn("ABORT"); 
     2084 
    20832085                        if (LRUNexus.INSTANCE != null) { 
    20842086 
     
    22092211                                throw new IllegalStateException(); 
    22102212 
    2211                         log.warn(""); 
     2213                        txLog.warn("ROLLBACK"); 
    22122214 
    22132215                        /*