I have a database that is running for 6 months now, i just bumped into the follwoing error:
2024-06-12 09:10:11.864+0000 ERROR Client triggered an unexpected error [Neo.DatabaseError.Transaction.TransactionCommitFailed]: Unable to complete transaction., reference 25ad85a0-5da8-43f6-bdd9-0f342e9959ee.
I run inconsistency check and this is the result.
2024-06-13 12:12:55.046+0000 WARN [o.n.c.ConsistencyCheckService] Inconsistencies found: ConsistencySummaryStatistics {
Number of errors: 10345
Number of warnings: 25
Number of inconsistent PROPERTY records: 16
Number of inconsistent NODE records: 7791
Number of inconsistent RELATIONSHIP records: 2538
}
this didn’t help: How to solve ERROR Index inconsistency: Index has a leaked page that will never be reclaimed, pageId=X? Neo4j
Thanks