sandeep-mst commented on code in PR #25067:
URL: https://github.com/apache/pulsar/pull/25067#discussion_r2611416541


##########
pulsar-broker-common/src/main/java/org/apache/pulsar/bookie/rackawareness/BookieRackAffinityMapping.java:
##########
@@ -169,6 +172,13 @@ private void watchAvailableBookies() {
         }
     }
 
+    private Void processRackUpdate(BookiesRackConfiguration racks, 
List<BookieId> bookieAddressListLastTime) {
+        updateRacksWithHost(racks);
+        // Adding callback after rackInfo is updated by change in writable 
bookies.

Review Comment:
   done.



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to