bschuchardt commented on a change in pull request #5739:
URL: https://github.com/apache/geode/pull/5739#discussion_r522353145



##########
File path: 
geode-core/src/main/java/org/apache/geode/distributed/internal/ClusterDistributionManager.java
##########
@@ -2357,9 +2361,9 @@ public void memberDeparted(InternalDistributedMember 
theId, boolean crashed, Str
           message.setIgnoreAlertListenerRemovalFailure(true); // we don't know 
if it was a listener
                                                               // so
           // don't issue a warning
-          message.setRecipient(localAddress);
+          message.setRecipient(dm.getDistributionManagerId());
           message.setReason(reason); // added for #37950

Review comment:
       I'll just delete that comment




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to