Skip to content

fix: correct typo in SeekableStreamIndexTaskRunner log message#19318

Merged
FrankChen021 merged 1 commit intoapache:masterfrom
MukundaKatta:fix-interrupted-exception-log-typo
Apr 27, 2026
Merged

fix: correct typo in SeekableStreamIndexTaskRunner log message#19318
FrankChen021 merged 1 commit intoapache:masterfrom
MukundaKatta:fix-interrupted-exception-log-typo

Conversation

@MukundaKatta
Copy link
Copy Markdown
Contributor

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
@FrankChen021
Copy link
Copy Markdown
Member

The changes LGTM, no correctness issues found.

@gianm gianm closed this Apr 26, 2026
@gianm gianm reopened this Apr 26, 2026
@FrankChen021 FrankChen021 merged commit a6316e1 into apache:master Apr 27, 2026
101 of 104 checks passed
@github-actions github-actions Bot added this to the 38.0.0 milestone Apr 27, 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

3 participants