0
votes

I encounter a very weird behavior of neo4j, where it reports wrong number of nodes, relationships and properties, which were never were created by anyone (It happened to me both on neo4j-community-1.9-windows and neo4j-community-2.0.0-M03-windows). So that's the scenario:

I downloaded and unpacked the package, launched the command-prompt, and entered neo4j install. It all goes smooth, and when I open localhost:7474, i get the following: enter image description here(nodes: 1, properties: 0, relationships: 0, relationship types: 0)

All is fine till now.

Next, I enter neo4j stop, wait for it to stop, and then enter again neo4j start. After that, the WebAdmin shows the following:

enter image description here(nodes: 1, properties: 1, relationships: 1, relationship types: 0)

Repeating another cycle of neo4j stop/start, produce the following:

enter image description here(nodes: 5093, properties: 1, relationships: 1, relationship types: 0)

This is very weird... anyone knows why it happens or whether it's a bug or not?

Thanks!

1

1 Answers

2
votes

It's not a bug, the numbers shown in webadmin are not exact counts it's a display of the highest id in use.