We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using nebula-python to execute queries it throws: Storage Error: RPC failure, probably timeout.
Storage Error: RPC failure, probably timeout.
This happens even though, the query is optimized using LIMIT. Here's the query: match (n:malware) return n.malware.name limit 3;
match (n:malware) return n.malware.name limit 3;
Mind you, running the exact same query in Nebula console works.
NebulaGraph is run using the nebula-docker-compose, its version is 3.6.0
All cluster containers are running and healthy; the logs don't log any specific errors.
Any ideas?
The text was updated successfully, but these errors were encountered:
was discussed on another thread and it was resolved and thus closed.
Sorry, something went wrong.
No branches or pull requests
When using nebula-python to execute queries it throws:
Storage Error: RPC failure, probably timeout.
This happens even though, the query is optimized using LIMIT. Here's the query:
match (n:malware) return n.malware.name limit 3;
Mind you, running the exact same query in Nebula console works.
NebulaGraph is run using the nebula-docker-compose, its version is 3.6.0
All cluster containers are running and healthy; the logs don't log any specific errors.
Any ideas?
The text was updated successfully, but these errors were encountered: