commit | 676b8115789a0d5f15ce5ebc29d905e54f6dfada | [log] [tgz] |
---|---|---|
author | alexander.behm <alexander.behm@123451ca-8445-de46-9d55-352943316053> | Sat Nov 24 02:58:33 2012 +0000 |
committer | alexander.behm <alexander.behm@123451ca-8445-de46-9d55-352943316053> | Sat Nov 24 02:58:33 2012 +0000 |
tree | 3576f54aece72635f49872a092965f445c32a555 | |
parent | 23055f76e66b8e64a762f624206796ec9ebf6750 [diff] | |
parent | 8611a8327f888eae5ed1739ba8fadfc780e64154 [diff] |
Merged hyracks_lsm_tree r2465:r2483. git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_lsm_length_filter@2484 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-storage-am-lsm-common/src/main/java/edu/uci/ics/hyracks/storage/am/lsm/common/impls/LSMHarness.java b/hyracks-storage-am-lsm-common/src/main/java/edu/uci/ics/hyracks/storage/am/lsm/common/impls/LSMHarness.java index cb28068..05a6fa3 100644 --- a/hyracks-storage-am-lsm-common/src/main/java/edu/uci/ics/hyracks/storage/am/lsm/common/impls/LSMHarness.java +++ b/hyracks-storage-am-lsm-common/src/main/java/edu/uci/ics/hyracks/storage/am/lsm/common/impls/LSMHarness.java
@@ -148,7 +148,7 @@ // If the search doesn't include the in-memory component, then we don't have // to synchronize with a flush. if (includeMemComponent) { - opTracker.beforeOperation(ctx.getSearchOperationCallback(), ctx.getModificationCallback(), true); + opTracker.beforeOperation(ctx.getSearchOperationCallback(), ctx.getModificationCallback(), false); } // Get a snapshot of the current on-disk Trees.