rohangarg commented on code in PR #13476: URL: https://github.com/apache/druid/pull/13476#discussion_r1084863258
########## extensions-contrib/kubernetes-overlord-extensions/src/test/java/org/apache/druid/k8s/overlord/KubernetesTaskRunnerTest.java: ########## @@ -92,7 +104,10 @@ private TaskLogPusher taskLogPusher; private DruidNode node; - public KubernetesTaskRunnerTest() + private final boolean useMultipleBaseTaskDirPaths; + + + public KubernetesTaskRunnerTest(boolean useMultipleBaseTaskDirPaths) Review Comment: Not a k8s expert, but I think there could multiple volumes being shared and attached to multiple pods. So this code helps in doing round robin of volumes amongst various tasks/pods. -- 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]
