我几天前将Neo4j数据库从2.1.6明确升级到2.2.2。一开始看起来很好,但昨天我开始得到很多:
Exception: System.AggregateException: One or more errors occurred. ---> Neo4jClient.NeoException: EntityNotFoundException: Relationship with id 93669
和
enter codException: System.AggregateException: One or more errors occurred. ---> Neo4jClient.NeoException: RuntimeException: org.neo4j.kernel.impl.store.InvalidRecordException: DynamicRecord Not in use, blockId[32134]e here
我的日志中的错误。在我的主数据库上执行完整备份会给出12个不一致错误:
2015-06-09 05:30:56.273+0000 INFO [org.neo4j]: ERROR: The property chain contains multiple properties that have the same property key id, which means that the entity has at least one duplicate property.
Node[5373,used=true,group=53,prop=105814,labels=Inline(0x1000000000:[0]),light]
有谁知道如何解决这个问题?
答案 0 :(得分:0)
我终于得到了令人敬畏的Neo4j支持团队的帮助:
"我们发现了它并将在下一个版本中修复它。在此之前,您可以只运行单个实例,也可以仅运行MASTER或仅运行SLAVES。这是主人陈旧缓存的问题。"