comment
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/37b48751 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/37b48751 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/37b48751 Branch: refs/heads/feature/GEODE-1464 Commit: 37b4875113b5d23a1178545ecef84cada42905fc Parents: 0abc5ef Author: Darrel Schneider <[email protected]> Authored: Wed Jun 1 15:36:10 2016 -0700 Committer: Darrel Schneider <[email protected]> Committed: Wed Jun 1 15:36:10 2016 -0700 ---------------------------------------------------------------------- .../main/java/com/gemstone/gemfire/internal/cache/DiskRegion.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/37b48751/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/DiskRegion.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/DiskRegion.java b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/DiskRegion.java index c1d2f03..7fa8ffe 100644 --- a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/DiskRegion.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/DiskRegion.java @@ -791,8 +791,6 @@ public class DiskRegion extends AbstractDiskRegion { DiskId id = de.getDiskId(); if (id != null) { synchronized (id) { - // SQLFabric: give a chance to copy key from value bytes when key - // is just a pointer to value row re.setValueToNull(); // TODO why call _setValue twice in a row? re.removePhase2(); id.unmarkForWriting();
