Apache Ignite Cache Error:caused by java.lang.illegalstateexception : Cache has been closed or destroyed: cacheName

懵懂的女人 提交于 2019-12-06 13:54:56

问题


The exception sometimes comes on the start of application,more frequently during the performance of the application .Moreover,the application starts slowly.


回答1:


Most likely your client node disconnects for some reason. You can check this by subscribing to EVT_CLIENT_NODE_DISCONNECTED event on the client (see [1] for more info on how to do this).

If this happens frequently, then there are some serious issues. The first thing I would check is the memory. Make sure that you're not running out of it and that you do not experience long GC pauses.

[1] https://apacheignite.readme.io/docs/events



来源:https://stackoverflow.com/questions/37384072/apache-ignite-cache-errorcaused-by-java-lang-illegalstateexception-cache-has

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!