cryptoe commented on code in PR #17496: URL: https://github.com/apache/druid/pull/17496#discussion_r1853563107
########## indexing-service/src/main/java/org/apache/druid/indexing/overlord/config/TaskLockConfig.java: ########## @@ -36,6 +36,9 @@ public class TaskLockConfig @JsonProperty private long batchAllocationWaitTime = 0L; + @JsonProperty + private boolean batchAllocationReduceMetadataIO = false; Review Comment: Should this be always on and then we remove this config in next release ? -- 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]
