cryptoe opened a new pull request, #14574:
URL: https://github.com/apache/druid/pull/14574
Fixing an issue in sequential merge where workers without any partial key
statistics would get stuck because controller did not change the worker state.
The symptom's are the controller task getting stuck after some of the worker
boundaries are sent.
```
2023-07-12T04:20:46,033 INFO [task-runner-0-priority-0]
org.apache.druid.msq.exec.ControllerImpl - Query [xxx] sending out partition
boundaries for stage 0 for workers {7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18,
34, 35, 36}
```
<hr>
##### Key changed/added classes in this PR
* `WorkerSketchFetcher`
<hr>
<!-- Check the items by putting "x" in the brackets for the done things. Not
all of these items apply to every PR. Remove the items which are not done or
not relevant to the PR. None of the items from the checklist below are strictly
necessary, but it would be very helpful if you at least self-review the PR. -->
This PR has:
- [x] been self-reviewed.
- [x] added comments explaining the "why" and the intent of the code
wherever would not be obvious for an unfamiliar reader.
- [x] added unit tests or modified existing tests to cover new code paths,
ensuring the threshold for [code
coverage](https://github.com/apache/druid/blob/master/dev/code-review/code-coverage.md)
is met.
- [x] been tested in a test Druid cluster.
--
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]