~pbeaman/akiban-persistit/dynamic-volumes

« back to all changes in this revision

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

  • Committer: Peter Beaman
  • Date: 2013-03-14 14:36:37 UTC
  • mfrom: (374.37.13 stage)
  • Revision ID: pbeaman@akiban.com-20130314143637-3tn8o0gfb9adqzfg
Merge from trunk with changes for lock pruning fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
1589
1589
        // map
1590
1590
        //
1591
1591
        for (final Map.Entry<Integer, TreeDescriptor> entry : _handleToTreeMap.entrySet()) {
1592
 
            writeTreeHandleToJournal(entry.getValue(), entry.getKey().intValue());
 
1592
            if (entry.getValue().getVolumeHandle() != Volume.LOCK_VOLUME_HANDLE) {
 
1593
                writeTreeHandleToJournal(entry.getValue(), entry.getKey().intValue());
 
1594
            }
1593
1595
        }
1594
1596
        //
1595
1597
        // Write the PM (Page Map) record