Thank you for quick response, Michael. I will verify again, but I stopped neo4j server from the list of windows services, I do not think that this is hard kill... My only concern is that neo4j server was installed as windows service my our code, may be there is some issue here. I will try to install it as a service using neo4j bat file, then add some nodes and relationships using neoclipse (not my app under Jboss) and will see the result.
After making this experiment, I will let you know the results. Thanks, Denys On Friday, January 17, 2014 6:51:03 PM UTC+2, Michael Hunger wrote: > > Believe cypher > Ignore webadmin > > This happens after a hard kill > > Try to shutdown your Neo4j correctly with the appropriate jboss undeploy > hooks > > > Sent from mobile device > > Am 17.01.2014 um 17:16 schrieb Denys Hryvastov <[email protected]<javascript:> > >: > > Hi - > > Our team was previously using neo4j-1.8.2, now we want to upgrade to > neo4j-1.9.5 (later on we will possibly upgrade to version 2.0). > > But I have noticed such strange behavior. After loading data from our > application to neo4j, I have 226 nodes in neo4j database and 1092 > relationships. This is correct numbers. > After that I stop Jboss (our application which is working with neo4j is > working under Jboss) and restart neo4j server (Jboss is still stopped to be > sure that nobody creates new entities in neo4j). > When neo4j restart is done, neo4j web admin shows me 1864 nodes (instead > of 226) and 23513 relationships (instead of 1092). > BUT, interesting point is that, when I run cypher query "START > root=node(*) RETURN root" then 226 nodes are returned. > When I run cypher query "START root=relationship(*) RETURN root" then 1092 > relationships are returned. > > If I restart neo4j server for the second time, then the numbers do not > increase any more. > > What can cause this issue? What is happening and how this can we fix this? > Our QA are using neo4j web admin for testing and these numbers looks really > confusing... > Also, what result should I believe: should I believe to what web admin > shows me or should I believe the results of cypher query execution? > > Thanks, > Denys > > -- > 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] <javascript:>. > For more options, visit https://groups.google.com/groups/opt_out. > > -- 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/groups/opt_out.
