heyichang
heyichang
 use cypher-shell,it is always stuck on this status @tomasonjo
2018-04-16 09:19:15.464+0000 INFO [o.n.k.i.t.l.p.LogPruningImpl] Log Rotation [15]: Log pruning complete. 2018-04-16 10:13:42.377+0000 ERROR [o.n.b.t.SocketTransportHandler] Fatal error occurred when handling a client connection: syscall:read(..) failed: Connection reset by peer syscall:read(..) failed:...
2018-04-17 06:51:42.996+0000 INFO [o.n.k.i.t.l.c.CheckPointerImpl] Check Pointing triggered by scheduler for time threshold [19590]: Store flush completed 2018-04-17 06:51:42.996+0000 INFO [o.n.k.i.t.l.c.CheckPointerImpl] Check Pointing triggered by scheduler for time threshold [19590]: Starting...
CALL algo.louvain('Account', 'follow', {write:true, writeProperty:'community'}); 2018-04-17 07:05:35.309+0000 INFO [o.n.k.i.p.Procedures] [neo4j.Pooled-2013] LOADING 0% it it always stuck on the status which LOADING 0%
@tomasonjo
#***************************************************************** # Neo4j configuration # # For more details and a complete list of settings, please see # https://neo4j.com/docs/operations-manual/current/reference/configuration-settings/ #***************************************************************** # The name of the database to mount #dbms.active_database=graph.db #...
I am really confuse about this cypher ,which is like that “CALL algo.scc('Account','follow', {write:true,partitionProperty:'community'})”; And then I get the log on debug.log is that 2018-04-17 10:08:34.814+0000 INFO [o.n.k.i.p.Procedures] [neo4j.Pooled-2024] SCC(IterativeTarjan)...
 now I starting the cypher but also stuck in 65% and I am really confuse about that the resource didn't use in full at all like that 
call algo.scc('Account','follow',{write:true,partpartitionProperty:'community'}) YIELD loadMillis, computeMillis, writeMillis, setCount, maxSetSize, minSetSize; the cypher in above
What it is problem ?Because this graph maybe too big which contains 600000nodes,2000000relations. And how can I overcome that?