if (p == KEY_BLOCK_START) {
if (tree != null) {
final int treeHandle = tree.getHandle();
assert treeHandle != 0 : "MVV found in a temporary tree " + tree;
if (cleanupActions != null) {
cleanupActions.add(new CleanupAntiValue(treeHandle, getPageAddress()));
} else if (!_enqueuedForAntiValuePruning) {
if (_persistit.getCleanupManager().offer(new CleanupAntiValue(treeHandle, getPageAddress()))) {
_enqueuedForAntiValuePruning = true;
}
}
} else {
_mvvCount++;