surekhasaharan commented on a change in pull request #9603: Add new round robin
strategy for loading segments.
URL: https://github.com/apache/druid/pull/9603#discussion_r407111092
##########
File path:
server/src/main/java/org/apache/druid/server/coordinator/DruidCoordinatorConfig.java
##########
@@ -92,4 +92,10 @@ public int getHttpLoadQueuePeonBatchSize()
{
return 1;
}
+
+ @Config("druid.coordinator.load.segment.strategy")
+ public String getLoadSegmentStrategy()
+ {
+ return "newFirst";
Review comment:
shouldn't this be "roundRobin"
----------------------------------------------------------------
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]