reddycharan opened a new pull request #2092: Move common placementpolicy components to TopologyAwareEnsemblePlacementPolicy. URL: https://github.com/apache/bookkeeper/pull/2092 Descriptions of the changes in this PR: - Moving components/methods which are common in nature with respect to placementpolicy from RackawareEnsemblePlacementPolicyImpl to TopologyAwareEnsemblePlacementPolicy, so that any new placementpolicy implementation can extend TopologyAwareEnsemblePlacementPolicy and reuse those common components/generic. - Change signature of methods of RackChangeNotifier interface. - Delete duplicate methods in RackawareEnsemblePlacementPolicyImpl and TopologyAwareEnsemblePlacementPolicy (missed removing them in #2089) - Created separate class for BookieNode - This change has no functionality change, it is just reorganizing code.
---------------------------------------------------------------- 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] With regards, Apache Git Services
