kfaraz commented on code in PR #17496: URL: https://github.com/apache/druid/pull/17496#discussion_r1853565411
########## 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: Yeah, I guess the changes are safe enough. We can always keep it on. Let me try to run ITs with it turned on. -- 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]
