kfaraz commented on code in PR #13197:
URL: https://github.com/apache/druid/pull/13197#discussion_r994054777
##########
server/src/main/java/org/apache/druid/server/coordinator/DruidCluster.java:
##########
@@ -138,7 +138,7 @@ public Set<ServerHolder> getBrokers()
return brokers;
}
- public Iterable<String> getTierNames()
+ public Set<String> getTierNames()
Review Comment:
`DruidCluster` is immutable, and I ended up using this method just once in
the new code. So I will just stick to using the original `Iterable<String>`.
--
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]