在Ignite2.8.1上,升级启动与cassandra持久性的npe崩溃

wswtfjt7  于 2021-06-09  发布在  Cassandra
关注(0)|答案(1)|浏览(374)

我使用的是Ignite2.8.0,与cassandra的集成运行良好。升级到ignite 2.8.1后,ignite启动失败,显示消息: Failed to validate cache configuration. Cache store factory is not serializable. 基础异常为空指针异常。

Caused by: class org.apache.ignite.IgniteCheckedException: Failed to start processor: GridProcessorAdapter []

Caused by: class org.apache.ignite.IgniteCheckedException: Failed to validate cache configuration. Cache store factory is not serializable. Cache name

Caused by: class org.apache.ignite.IgniteCheckedException: Failed to deserialize object with given class loader: sun.misc.Launcher$AppClassLoader@764c12b6

Caused by: java.lang.NullPointerException
        at java.util.Collections$UnmodifiableCollection.<init>

  at org.apache.ignite.cache.store.cassandra.persistence.PersistenceSettings.readObject(PersistenceSettings.java:533)
ilmyapht

ilmyapht1#

我可以看到,有Cassandra相关的票带来了一个新的代码,很可能导致了问题。
新的票是https://issues.apache.org/jira/browse/ignite-13431

相关问题