在某些顶点边缘调用com.tinkerpop.blueprints.Edge.getLabel
时出现异常:
java.lang.IllegalStateException: Could not find type for id: 630
at com.google.common.base.Preconditions.checkState(Preconditions.java:200)
at com.thinkaurelius.titan.graphdb.types.vertices.TitanTypeVertex.getName(TitanTypeVertex.java:30)
at com.thinkaurelius.titan.graphdb.transaction.StandardTitanTx$VertexConstructor.get(StandardTitanTx.java:321)
我可以通过删除所有顶点并重新开始来解决这个问题,但我们显然不希望在生产中这样做。
当数据损坏时似乎会发生此错误,但我不知道为什么会发生这种情况:我不知道它是否是被破坏的数据或类型模式。
是否有人知道此错误/损坏的可能原因并知道可以轻轻修复谁?
我正在使用的后端是cassandra。