jihoonson commented on issue #8061: Native parallel batch indexing with shuffle URL: https://github.com/apache/incubator-druid/issues/8061#issuecomment-537279765 > In the long run, I think we need to do something to give special treatment to supervisor tasks in general and run them differently without occupying the task slots. Interesting. Another possible workaround for now is you can explicitly specify `taskResource` to have 0 `requiredCapacity` for supervisor tasks. For the long run idea, I'm not sure if it's fine to not reserve any resource, or it should reserve a minimum amount of resource. Maybe we need to distinguish different resource types (e.g., CPU, memory, disk, etc) to schedule tasks better.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
