gianm commented on code in PR #18871:
URL: https://github.com/apache/druid/pull/18871#discussion_r2656724055


##########
server/src/main/java/org/apache/druid/segment/loading/SegmentLoaderConfig.java:
##########
@@ -77,6 +77,9 @@ public class SegmentLoaderConfig
   @JsonProperty("virtualStorageLoadThreads")
   private int virtualStorageLoadThreads = 2 * 
runtimeInfo.getAvailableProcessors();
 
+  @JsonProperty("virtualStorageFabricEvictImmediately")
+  private boolean virtualStorageFabricEvictImmediately = false;

Review Comment:
   In #18873, which uses this, it is set automatically for tasks. I don't 
expect an admin to ever want or need to configure this. Will add a comment 
about that.



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