wangjialing218 commented on code in PR #3248:
URL: https://github.com/apache/bookkeeper/pull/3248#discussion_r930580207
##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/client/RegionAwareEnsemblePlacementPolicy.java:
##########
@@ -79,7 +80,7 @@ public class RegionAwareEnsemblePlacementPolicy extends
RackawareEnsemblePlaceme
protected Feature disableDurabilityFeature;
private int lastRegionIndex = 0;
- RegionAwareEnsemblePlacementPolicy() {
+ protected RegionAwareEnsemblePlacementPolicy() {
Review Comment:
Change to protected so that we could extends
`RegionAwareEnsemblePlacementPolicy` and implement some addtion policy in
broker side in future.
IMO no need change to public.
--
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]