apache / shenyu

Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.
https://shenyu.apache.org/
Apache License 2.0
8.46k stars 2.94k forks source link

[BUG] java.nio.channels.ClosedChannelException & writeAddress(..) failed #5624

Open wls981 opened 3 months ago

wls981 commented 3 months ago

Is there an existing issue for this?

Current Behavior

I'm experiencing some issues that are hard to reproduce and solve, such as the following exceptions, which occur 1000-2000 times a day in production. The exceptions are very random and difficult to reproduce directly. I need help! image image

Expected Behavior

No response

Steps To Reproduce

The problem occurs very randomly and is difficult to reproduce directly.

Environment

ShenYu version(s):2.4.3

Debug logs

No response

Anything else?

No response

Aias00 commented 3 months ago

u have some custom plugin?

wls981 commented 3 months ago

Yes, there are several, such as plugins that support full-link grayscale publishing, and plugins that support sse responses.