removed distributeUpdatedProfileOnHubCreation

Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/00b17f5c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/00b17f5c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/00b17f5c

Branch: refs/heads/feature/GEODE-1464
Commit: 00b17f5c280b880e6f0117ebab6f11f6db75fd4b
Parents: 0034d4e
Author: Darrel Schneider <[email protected]>
Authored: Wed Jun 1 16:00:35 2016 -0700
Committer: Darrel Schneider <[email protected]>
Committed: Wed Jun 1 16:00:35 2016 -0700

----------------------------------------------------------------------
 .../com/gemstone/gemfire/internal/cache/LocalRegion.java  |  9 ---------
 .../gemfire/internal/cache/PartitionedRegion.java         | 10 ----------
 2 files changed, 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/00b17f5c/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/LocalRegion.java
----------------------------------------------------------------------
diff --git 
a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/LocalRegion.java 
b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/LocalRegion.java
index c834fb8..2b53a2e 100644
--- 
a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/LocalRegion.java
+++ 
b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/LocalRegion.java
@@ -11508,15 +11508,6 @@ public class LocalRegion extends AbstractRegion
     distributeUpdatedProfileOnSenderCreation();
   }
   
-  /**
-   * @since SqlFabric
-   *
-   */
-  void distributeUpdatedProfileOnHubCreation()
-  {
-    // No op
-  }  
-  
   void distributeUpdatedProfileOnSenderCreation()
   {
     // No op

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/00b17f5c/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/PartitionedRegion.java
----------------------------------------------------------------------
diff --git 
a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/PartitionedRegion.java
 
b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/PartitionedRegion.java
index 627d267..2b5e3e7 100755
--- 
a/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/PartitionedRegion.java
+++ 
b/geode-core/src/main/java/com/gemstone/gemfire/internal/cache/PartitionedRegion.java
@@ -1164,16 +1164,6 @@ public class PartitionedRegion extends LocalRegion 
implements
   }
   
   @Override
-  void distributeUpdatedProfileOnHubCreation()
-  {
-    if (!(this.isClosed || this.isLocallyDestroyed)) {
-      // tell others of the change in status
-      this.requiresNotification = true;
-      new UpdateAttributesProcessor(this).distribute(false);      
-    }
-  }
-
-  @Override
   void distributeUpdatedProfileOnSenderCreation()
   {
     if (!(this.isClosed || this.isLocallyDestroyed)) {

Reply via email to