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/f1198050 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/f1198050 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/f1198050 Branch: refs/heads/feature/GEODE-1464 Commit: f119805002d77abbe9e9b59ff23afc6b4fb5fa7e Parents: 37b4875 Author: Darrel Schneider <[email protected]> Authored: Wed Jun 1 15:37:38 2016 -0700 Committer: Darrel Schneider <[email protected]> Committed: Wed Jun 1 15:37:38 2016 -0700 ---------------------------------------------------------------------- .../com/gemstone/gemfire/internal/cache/DistributedRegion.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/f1198050/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/DistributedRegion.java ---------------------------------------------------------------------- diff --git a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/DistributedRegion.java b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/DistributedRegion.java index 406ac33..bdc380e 100755 --- a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/DistributedRegion.java +++ b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/DistributedRegion.java @@ -3925,12 +3925,10 @@ public class DistributedRegion extends LocalRegion implements /** * Used to bootstrap txState. * @param key - * @return distributedRegions, - * member with parimary bucket for partitionedRegions + * @return member with primary bucket for partitionedRegions */ @Override public DistributedMember getOwnerForKey(KeyInfo key) { - //Asif: fix for sqlfabric bug 42266 assert !this.isInternalRegion() || this.isMetaRegionWithTransactions(); if (!this.getAttributes().getDataPolicy().withStorage() || (this.concurrencyChecksEnabled && this.getAttributes()
