[Bug]: Server log spam by : Netty Epoll Server IO
Closed this issue · 1 comments
Possible Fixes
Yes
Modpack Version
2.23
What happened?
I play on a server, and once turned on, I got 2 wans and 1 error of "Netty Poll Server IO" spamming the server console with that :
`
[12Jan2025 11:01:19.487] [Netty Epoll Server IO #(14)/ERROR] [net.minecraft.network.PacketEncoder/]: Error sending packet clientbound/minecraft:disconnect
io.netty.handler.codec.EncoderException: Sending unknown packet 'clientbound/minecraft:disconnect'
.... called stack ....
[12Jan2025 11:01:19.489] [Netty Epoll Server IO #(14)/WARN] [com.connectivity.Connectivity/]: Packet:net.minecraft.network.protocol.common.ClientboundDisconnectPacket caused an error above, printing name & data
[12Jan2025 11:01:19.489] [Netty Epoll Server IO #(14)/WARN] [com.connectivity.Connectivity/]: Packet data:
"ClientboundDisconnectPacket[reason=translation{key='disconnect.genericReason', args=[Internal Exception: io.netty.channel.unix.Errors$NativeIoException: recvAddress(..) failed: Connection reset by peer]}]"
`
I got the same issue on 2.21 and 2.22 so I kept the server on 2.20.
latest.log
https://gist.github.com/thilex12/fe78ccd2e823bb6106327b7bd9b32950
Known issue on nanite/BetterCompatibilityChecker#34