Skip to content

KAFKA-12230: do not interrupt execution on failure to setPosixFilePermissions on Windows machines#9946

Closed
inponomarev wants to merge 1 commit intoapache:trunkfrom
inponomarev:kafka-12230
Closed

KAFKA-12230: do not interrupt execution on failure to setPosixFilePermissions on Windows machines#9946
inponomarev wants to merge 1 commit intoapache:trunkfrom
inponomarev:kafka-12230

Conversation

@inponomarev
Copy link
Copy Markdown
Contributor

StateDirectory constructor should catch not only IOException, but also UnsupportedOperationException
in order to work correctly on Windows machines (see KAFKA-12230)

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@mjsax
Copy link
Copy Markdown
Member

mjsax commented Jan 21, 2021

@inponomarev Thanks for the PR.

Seems there is already #9947 for this issue that seems to be more sophisticated than just swallowing the exception. I think we should close this PR in favor of #9947?

@mjsax mjsax added the streams label Jan 21, 2021
@inponomarev
Copy link
Copy Markdown
Contributor Author

Duplicate of #9947

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants