You can drop the indexes and recreate them, and then they should be populated again (schema indexes that is)
For diffs between databases, I think it would make most sense to dump them to a comparable format and diff it, e.g. sorted CSV. You can also have some java code that walks both databases in parallel and checks them against each other. Michael Am 15.05.2014 um 14:37 schrieb natasha betcent <[email protected]>: > Michael, > > One precision about my last question : we identified that it may be a problem > of index because some requests based on label doesn't return anything on one > graphdb whereas using id return something. So how is it possible to launch > regeneration of all index on a Neo4j graphdb ? > > Thanks in advance. > > Natasha > > Le jeudi 15 mai 2014 10:31:47 UTC+2, natasha betcent a écrit : > Hi Michael, > > We can delete store from one neo4j graphdb to regenerate sync from other > graphdb nevertheless before in order to know what data are desync and if > desync is only on one way or in two ways between graphdb, i would like to > know if and how is it possible to generate a diff between 2 neo4j graphdb ? > > Thanks in advance for your quick answer. > > Best regards. > > Natasha > > Le jeudi 15 mai 2014 02:47:12 UTC+2, Michael Hunger a écrit : > Did you also delete any stores? > Can you send us the message.log files of both stores? > > Thanks a lot > > Am 13.05.2014 um 17:10 schrieb natasha betcent <[email protected]>: > >> Hi, >> >> I use 2 instances of Neo4j v2.0.1 in HA mode and after a problem of disk >> space on master instance that has involved the unavailibility on master and >> switch on slave several time, after available space on initial master >> instance, I stop and start instance. >> >> All seems to be all right on console.log nevertheless i have notice sync pb >> of data between 2 instances : some data are not available on newly master >> instance. >> >> - Did someone has already experience this problem ? >> - Does the following correction on release note 2.0.2 may have a relation >> with my problem : >> Resolves several cases where Neo4j instances could become unresponsive >> during role switching in a HA cluster (Neo4j Enterprise). >> - How is it possible to resync manually 2 instance of Neo4j ? Shell command >> ? Other ? >> >> Thanks in advance for your help. >> >> Best regards >> >> Natasha >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Neo4j" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
