gianm commented on code in PR #12592:
URL: https://github.com/apache/druid/pull/12592#discussion_r894623071
##########
indexing-service/src/test/java/org/apache/druid/indexing/overlord/ForkingTaskRunnerTest.java:
##########
@@ -373,6 +375,7 @@ int waitForTaskProcessToComplete(Task task, ProcessHolder
processHolder, File lo
}
};
+ forkingTaskRunner.setNumProcessorsPerTask();
Review Comment:
I thought about that, but then thought it was best to be as minimal as
possible for futureproofing. If we later add more functionality to `start()`,
we wouldn't necessarily want that to execute in these tests.
--
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]