客户端模式下的 Ignite 停止时出现异常:无法使用给定的 class 加载程序反序列化对象

Exception when Ignite in Client mode is stopped : Failed to deserialize object with given class loader

当我停止以客户端模式启动的 Ignite 时,我得到如下异常:

[tcp-client-disco-sock-reader-#3%null%] ERROR (Log4JLogger.java:495)
   - Failed to read message
[sock=Socket[addr=localhost/127.0.0.1,port=47500,localport=36657], 
    locNodeId=67dc56ee-cc09-4fc2-9852-39639fca58e0, 
    rmtNodeId=1d8a7595-b549-45b3-a1d0-edc21c14fd43]
class org.apache.ignite.IgniteCheckedException: Failed to deserialize
    object with given class loader: sun.misc.Launcher$AppClassLoader@3485def8

请告诉我解决此异常的方法。

当节点停止或失败时,您有时会因连接关闭而出现此异常。如果这仅在节点停止时发生并且不会导致任何问题,则可以安全地忽略它。