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

[RedisConnectionManager] io.netty.channel.StacklessClosedChannelException throwed #430

Open
lucaspouzac opened this issue Feb 8, 2024 · 1 comment
Labels

Comments

@lucaspouzac
Copy link

Version

4.5.2

Context

This error is reported randomly, in fairly small numbers compared to the number of requests on the application. Difficult to be able to give a more precise context, but perhaps an idea for correction/improvement can still be considered?

loggerName: "io.vertx.redis.client.impl.RedisConnectionManager"
errorType: "io.netty.channel.StacklessClosedChannelException"
message: "Unhandled Error"
stackTrace: "io.netty.channel.StacklessClosedChannelException
	at io.netty.channel.AbstractChannel$AbstractUnsafe.write(Object, ChannelPromise)(Unknown Source)
"
@lucaspouzac lucaspouzac added the bug label Feb 8, 2024
@Ladicek
Copy link
Contributor

Ladicek commented Feb 8, 2024

This seems related to quarkusio/quarkus#36853, but unfortunately adds no detail that could help diagnose the problem. This is everything I was able to deduce from the error message.

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

No branches or pull requests

2 participants