FrankChen021 commented on a change in pull request #10363:
URL: https://github.com/apache/druid/pull/10363#discussion_r500904061
##########
File path: server/src/main/java/org/apache/druid/guice/StorageNodeModule.java
##########
@@ -52,6 +55,7 @@ public void configure(Binder binder)
{
JsonConfigProvider.bind(binder, "druid.server", DruidServerConfig.class);
JsonConfigProvider.bind(binder, "druid.segmentCache",
SegmentLoaderConfig.class);
+ JsonConfigProvider.bind(binder,
"druid.segmentCache.locationSelector.strategy",
StorageLocationSelectorStrategy.class);
Review comment:
Oh sorry, this is a bug. I remember I tested it in my cluster, maybe I
missed something then. The code has been updated in the latest commit.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]