-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graph Editor - canvas is not populated #471
Comments
Hi, Any update on this issue? I have been facing the same issue. Thanks in advance. |
Hi , I've also the same problem : ok in schema panel , but nothing in the Graph with same query |
Hi @SLENGLET which query are you running? |
Just a simple "traverse" like this : traverse * from #37:1424624 I see the result in the schema panel , but nothing Graph panel . I also see many logs like this : "Magic number verification failed for page ..." |
which version are you using? |
By the way , let me describe the situation . |
version: orientdb-community-importers-2.2.30 |
so i guess it's not Graph Editor problem. Can you share the logs of the Server?. Probably there is something related to the Thanks |
Sorry i can't share logs because each time i stop/start the server , logs are lost ( no rotation logs, i know it's not a good practice , but that's the situation ) |
i finally found logs from start server just after the "kill -9 oetl pid" 2018-03-28 13:34:02:080 INFO Loading configuration from: /logiciels/orientdb/orientdb-community-importers-2.2.30/config/orientdb-server-config.xml... [OServerConfigurationLoaderXml] |
I'v decided to do a new import in a new DB . Unfortunaly, after hours without troubles, import is very very very slow 2018-03-29 11:19:15:362 INFO + extracted 20,536 rows (4 rows/sec) - 20,536 rows -> loaded 20,034 vertices (4 vertices/sec) Total time: 1862979ms [0 warnings, 0 errors] [OETLProcessor] --> 8M have to be imported ! My question is simple : if i want to stop oetl.sh process properly ( so no "kill -9 pid" ) , what do i have to do ? Regards |
Hi @SLENGLET can you share the etl configuration? |
Hi { |
I'd try to use |
hi @SLENGLET which is the initial speed of the ETL? are you running it with Thanks |
Around 10 000 rows/s for vertices and 1000 rows/s for edges when all is ok Yes i use ../orientdb-community-importers-2.2.30/bin/oetl.sh |
Is it the slowdown on edges or on vertices? |
Edges ! By the way i sent you a wrong file . Here is the correct file |
I maybe found the reason : vertices "PointEnergie" are not yet created . could it be the reason ? |
hi @SLENGLET could be. Btw you should also increate i think the memory settings in oetl.sh
to
It could be a slowdown due GC activity |
Thx Enrico, i try those changes . i will keep you updated |
Hi @maggiolo00 Many thanks for your help . |
I'm having a similar issue. I can see everything I loaded in the graph in the Browse tab using a simple Other databases on the server (that I did not create) have no issue showing results in the Graph Editor, so I feel like I may have misconfigured something, but I don't see anything in options that seems relevant. I haven't messed with any backend options, I simply created a new database, loaded SQL schema and data, then queried with no result in Graph Editor but the same query gets results in Browse. EDIT: |
Hi,
Under certain conditions writing a query will not produce any graph
I saw this many times now, and it has not been introduced by recent versions
I'm still unsure if this is related to studio or distributed. Opening this issue anyway
Easy way to reproduce for me is the following:
Thanks,
The text was updated successfully, but these errors were encountered: