我们使用的是使用Kryo 2.17的Storm 0.9.1,我们有模块将数据插入到内部使用Kryo 2.21的titan图数据库中,导致以下问题:
了java.lang.RuntimeException:com.esotericsoftware.kryo.KryoException:java.lang.IllegalArgumentException异常:不能com.thinkaurelius.titan.graphdb.types.TypeAttributeType场com.thinkaurelius.titan.graphdb.types.TypeAttribute.type设置为COM .thinkaurelius.titan.graphdb.types.TypeAttribute序列化跟踪:type(com.thinkaurelius.titan.graphdb.types.TypeAttribute)
我们如何解决这个问题,因为在风暴中将Kryo升级到2.21导致没有这样的方法错误.我们还尝试在Titan图数据库中将Kryo降级到2.17,但我们面临与上述相同的问题.