我在Artemis服务器日志中看到了很多这样的警告,我想了解是什么触发了它们?
[io.netty.channel.DefaultChannelPipeline] An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.: io.netty.channel.unix.Errors$NativeIoException: syscall:read(..) failed: Connection reset by peer
我所做的唯一努力就是了解问题的根源。
这是来自阿尔忒弥斯服务器代码。
根本问题是"由对等方重置连接",此Stack Overflow答案对此进行了解释。ActiveMQ Artemis只是记录连接已重置。它实际上对此无能为力。
我建议您调查访问代理的客户端以及它们之间的网络,以确保它们正常运行。