During backup I was getting the below inconsistency
2023-03-20 10:33:12.666+0000 ERROR [o.n.c.ConsistencyCheckService] This node was not found in the expected index.
Node[2317694,used=true,created=false,rel=12168688,prop=25684114,labels=Inline(0x1000000008:[8]),light]
Inconsistent with: Index( id=42, name='constraint_b32dc228', type='UNIQUE BTREE', schema=(:Label[8] {PropertyKey[152]}), indexProvider='lucene+native-3.0', owningConstraint=44 ) [07cdf9e2-e62f-44f0-8bb5-6b47c46b0d2f]
2023-03-20 10:34:19.432+0000 WARN [o.n.c.ConsistencyCheckService] Inconsistencies found: ConsistencySummaryStatistics{
Number of errors: 1
Number of warnings: 0
Number of inconsistent NODE records: 1
}
I followed the steps provided in the discussion https://support.neo4j.com/hc/en-us/articles/218047648-How-do-I-resolve-Consistency-Check-errors#:~:text=Node%20not%20found%20in%20the%20expected%20index
The backup was working fine for a day but again I am getting the same inconsistency again after a day "This node was not found in the expected index." . How should I resolve this issue permenantly.