MukundaKatta opened a new pull request, #19318:
URL: https://github.com/apache/druid/pull/19318
### Description
Two adjacent typos on one log line in `SeekableStreamIndexTaskRunner.java`:
```diff
- log.error("Encounted InterrupedException in run() before
persisting");
+ log.error("Encountered InterruptedException in run() before
persisting");
```
- `Encounted` → `Encountered`
- `InterrupedException` → `InterruptedException`
Log-string-only change, no behaviour change.
Fixes #19189
### This PR has:
- [x] been self-reviewed.
- [x] a release note entry in the PR description. (N/A — log-only typo)
### Key changed/added classes in this PR
- `SeekableStreamIndexTaskRunner`
--
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]