Skip to content

fix: correct typo in SeekableStreamIndexTaskRunner log message#19318

Open
MukundaKatta wants to merge 1 commit intoapache:masterfrom
MukundaKatta:fix-interrupted-exception-log-typo
Open

fix: correct typo in SeekableStreamIndexTaskRunner log message#19318
MukundaKatta wants to merge 1 commit intoapache:masterfrom
MukundaKatta:fix-interrupted-exception-log-typo

Conversation

@MukundaKatta
Copy link
Copy Markdown

Description

Two adjacent typos on one log line in SeekableStreamIndexTaskRunner.java:

-          log.error("Encounted InterrupedException in run() before persisting");
+          log.error("Encountered InterruptedException in run() before persisting");
  • EncountedEncountered
  • InterrupedExceptionInterruptedException

Log-string-only change, no behaviour change.

Fixes #19189

This PR has:

  • been self-reviewed.
  • a release note entry in the PR description. (N/A — log-only typo)

Key changed/added classes in this PR

  • SeekableStreamIndexTaskRunner

…unner log

Two adjacent misspellings on the same log line: `Encounted` ->
`Encountered` and `InterrupedException` -> `InterruptedException`.
Log string only; no behaviour change.

Fixes apache#19189
@MukundaKatta MukundaKatta changed the title Fix typos Encounted InterrupedException in SeekableStreamIndexTaskRunner log fix: typos 'Encounted InterrupedException' in SeekableStreamIndexTaskRunner log Apr 15, 2026
@MukundaKatta MukundaKatta changed the title fix: typos 'Encounted InterrupedException' in SeekableStreamIndexTaskRunner log fix: correct typo in SeekableStreamIndexTaskRunner log message Apr 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix typo of InterrupedException => InterruptedException

1 participant