Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable logging on channel cast exception #42405

Closed

Conversation

escherize
Copy link
Contributor

@escherize escherize commented May 8, 2024

This disables log output for ClassCastExceptions in the canceled? function

java.lang.ClassCastException: 
  class org.eclipse.jetty.io.SocketChannelEndPoint cannot be cast to
  class java.nio.channels.SocketChannel

- all throwables, really, but in practice it is for:
  java.lang.ClassCastException: class
  org.eclipse.jetty.io.SocketChannelEndPoint cannot be cast to class
  java.nio.channels.SocketChannel
@escherize escherize requested a review from camsaul as a code owner May 8, 2024 15:23
@escherize escherize requested a review from dpsutton May 8, 2024 15:23
@metabase-bot metabase-bot bot added the .Team/AdminWebapp Admin and Webapp team label May 8, 2024
@escherize escherize added the no-backport Do not backport this PR to any branch label May 8, 2024
Copy link

replay-io bot commented May 8, 2024

Status Complete ↗︎
Commit 1bf3fe6
Results
⚠️ 4 Flaky
2476 Passed

@escherize
Copy link
Contributor Author

#42419 fixes this problem, and it's been merged.

@escherize escherize closed this May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-backport Do not backport this PR to any branch .Team/AdminWebapp Admin and Webapp team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant