-
Notifications
You must be signed in to change notification settings - Fork 872
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
Read Time Out on command in production #8969
Comments
Nobody have an idea ? |
Hi @StevenHeven is this happens regularly ? Do you have some exception on the logs of the server? Are you using the same version java client and orientdb server 3.0.18? Thanks |
It's happen all the time, and this command it's always in error on execution on production. The stack above is on the logs of the server. And yes, it's same version of java and orientdb on server and client. |
Any idea ? |
Hi @StevenHeven let me try to replicate it Thanks |
You want more info to try to replicate it ? |
@StevenHeven If it will not fail i will ask for more info Thanks |
Hi @StevenHeven i think i've reproduced it. I think there is an issue in the serialization part of the result set of the script. I will work on a fix Meanwhile you can rewrite the script with a single query to workaround it, which actually seems more idiomatic. You can use nested projection on the relationships and build a custom output on the list of neighbours. See here for more info
|
@wolf4ood oh okey, thanks for your answer ! I will come to you to telle you if query do the job ;) Thanks again ! |
Hi @wolf4ood , I tried your conturnment but ... i've got trouble.
It works well and give me in return what i wanted.
So ... I don't understand what there is this mystake. Can you find the fix for command batch told before ? |
Hi @StevenHeven I think the problem here is just the comma at the end:
Thanks Luigi |
@luigidellaquila oh thanks, it's that ! Sorry for this mistake... |
I came back because this solution doesn't for what I wanted. Because I build my own nodes and links in backend for client which it's build with d3 library like that :
Did you found the fix or not ? Or maybe you've got another solutions ? |
Hi, I was in holiday and I want to have some news if you have a fix of command's serialization ? Have a good day. |
Up @wolf4ood or @luigidellaquila ... |
I see you removed label ... so you're on bugfix ? Sorry for spam, but my client wait for this ... it's really slow on server and this command fixed the slowness. Thanks in advance ^^ |
up @wolf4ood .... do you got some news ? |
Hi @wolf4ood , I up this topic because my project touch to the end, ... if you found the bugfix , it will be great ! |
OrientDB Version: 3.0.18
Java Version: 8
OS: Linux (Debian) [PROD]
I add trouble on production. This works well on localhost.
Expected behavior
I want to have all my datas (Vertex and Edges) to create a graph in my front (React) with command batch like that :
I made this command execution by JAVA like that :
And in my orientDB Manager, it's look like :
Actual behavior
I've got a Read Time Out exception when I execute that. I wand to clarify, i use this executeCommand() at another places, and i've no trouble. Just here, I recover the return value.
Here the entire slack :
The text was updated successfully, but these errors were encountered: