capistrant commented on code in PR #18136:
URL: https://github.com/apache/druid/pull/18136#discussion_r2193461359


##########
server/src/main/java/org/apache/druid/client/selector/AbstractTierSelectorStrategy.java:
##########
@@ -34,7 +34,7 @@
  */
 public abstract class AbstractTierSelectorStrategy implements 
TierSelectorStrategy
 {
-  private final ServerSelectorStrategy serverSelectorStrategy;
+  protected final ServerSelectorStrategy serverSelectorStrategy;

Review Comment:
   I think this can be restored to private now that 
PreferredTierSelectorStrategy is delegating to highest or lowest priority 
strategy instead of calling server selector direct



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to