This is an automated email from the ASF dual-hosted git repository.

bschuchardt pushed a commit to branch feature/GEODE-3643
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/feature/GEODE-3643 by this 
push:
     new 4094543  GEODE-3643: Add function execution on specific member
4094543 is described below

commit 40945432cb527511dfe03286d78fda26c4dd0187
Author: Bruce Schuchardt <bschucha...@pivotal.io>
AuthorDate: Thu Feb 8 14:53:44 2018 -0800

    GEODE-3643: Add function execution on specific member
    
    fixing a dumb test failure
---
 .../org/apache/geode/distributed/internal/LonerDistributionManager.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/geode-core/src/main/java/org/apache/geode/distributed/internal/LonerDistributionManager.java
 
b/geode-core/src/main/java/org/apache/geode/distributed/internal/LonerDistributionManager.java
index 9d94001..c5b2f41 100644
--- 
a/geode-core/src/main/java/org/apache/geode/distributed/internal/LonerDistributionManager.java
+++ 
b/geode-core/src/main/java/org/apache/geode/distributed/internal/LonerDistributionManager.java
@@ -143,7 +143,7 @@ public class LonerDistributionManager implements 
DistributionManager {
         return id;
       }
     }
-    if (Objects.equals(localAddress.getName(), localAddress)) {
+    if (Objects.equals(localAddress.getName(), name)) {
       return localAddress;
     }
     return null;

-- 
To stop receiving notification emails like this one, please contact
bschucha...@apache.org.

Reply via email to