~pbeaman/akiban-persistit/release-notes-3.2.7

« back to all changes in this revision

Viewing changes to src/main/java/com/persistit/Persistit.java

merge pbeaman: Fix https://bugs.launchpad.net/akiban-persistit/+bug/1019001.

https://code.launchpad.net/~pbeaman/akiban-persistit/fix-1019001-TransactionLifetimeTest-failure/+merge/146108

Show diffs side-by-side

added added

removed removed

Lines of Context:
441
441
            startBufferPools();
442
442
            preloadBufferPools();
443
443
            finishRecovery();
444
 
            startCheckpointManager();
445
444
            startTransactionIndexPollTask();
446
445
            flush();
447
446
            _checkpointManager.checkpoint();
448
447
            _journalManager.pruneObsoleteTransactions();
449
 
 
 
448
            startCheckpointManager();
450
449
            startCleanupManager();
451
450
            _initialized.set(true);
452
451
        } finally {