gianm opened a new pull request, #19171: URL: https://github.com/apache/druid/pull/19171
The existing field workerId is designed for MSQ itself to uniquely identify a worker. The new field workerDesc is for users (and the web console) to more easily identify where a worker is running. Its javadoc specs it as either a task ID or a host:port. This patch also updates the web console to use workerDesc, if available, to show the task (with link to the tasks view) or show the server. This replaces some older, more brittle logic that was constructing a task ID from the query ID and worker number. The approach in this patch better handles task relaunches, in which case the worker number -> task ID mapping changes. -- 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]
