Fly-Style opened a new pull request, #20313:
URL: https://github.com/apache/druid/pull/20313
Query cancellation could leave a Worker Pool controller retrying the initial
/workOrder indefinitely when the selected worker was unreachable.
`DartWorkerClientImpl` now tracks active /workOrder futures and cancels them
when `stopWorker() is invoked.
This PR has:
- [ ] been self-reviewed.
- [ ] using the [concurrency
checklist](https://github.com/apache/druid/blob/master/dev/code-review/concurrency.md)
(Remove this item if the PR doesn't have any relation to concurrency.)
- [ ] added documentation for new or modified features or behaviors.
--
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]