churromorales opened a new pull request, #13305: URL: https://github.com/apache/druid/pull/13305
MSQ can work with tasks that have not yet launched, there was a bug in the k8s task runner where you could return a null host because the pod was still not up. Fixed this to return a `TaskLocation.unknown()` if this happens to msq works. Tested this on our internal clusters and it seemed to fix the problem with msq + k8s peon jobs. -- 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]
