cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Browser calling CALL dbms.queryJmx("org.neo4j:*")

jsmccrumb
Graph Buddy

I am ending up with multiple (10 or so queries) running

CALL dbms.queryJmx("org.neo4j:*")

about twenty-forty seconds apart. Perhaps due to the large size of the database, or some other factor, they don't finish in a timely manner (3 minutes or so). Is there a setting to disable these calls? It seems that eventually the browser won't send any more queries until all of these are done.

1 ACCEPTED SOLUTION

Which version of Neo4j are you using? We did have one of the JMX beans being particularly slow, though we fixed that in 3.4.10.

View solution in original post

2 REPLIES 2

Which version of Neo4j are you using? We did have one of the JMX beans being particularly slow, though we fixed that in 3.4.10.

jsmccrumb
Graph Buddy

Neo4j Browser version: 3.2.5

Neo4j Server version: 3.4.5 (enterprise)

I'll see about getting that updated, thanks.