kfaraz commented on code in PR #14798:
URL: https://github.com/apache/druid/pull/14798#discussion_r1292651340
##########
server/src/main/java/org/apache/druid/server/coordinator/balancer/BalancerStrategyFactory.java:
##########
@@ -26,7 +26,7 @@
@JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "strategy", defaultImpl =
CostBalancerStrategyFactory.class)
@JsonSubTypes(value = {
@JsonSubTypes.Type(name = "cost", value =
CostBalancerStrategyFactory.class),
- @JsonSubTypes.Type(name = "cachingCost", value =
CachingCostBalancerStrategyFactory.class),
Review Comment:
It is being used in some coordinator simulations and I have kept it around
for the time being for some benchmarking and correctness comparison with
upcoming strategies. It will most likely be removed before the next release of
Apache Druid.
--
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]