Skip to content
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

MATCH (v) RETURN v LIMIT n returns -1005:Storage Error: part: 40, error: E_RPC_FAILURE(-3). #4296

Closed
sunkararp opened this issue Jun 2, 2022 Discussed in #4294 · 1 comment

Comments

@sunkararp
Copy link

Discussed in #4294

Originally posted by sunkararp June 1, 2022
Hi @wey-gu simple below query fails with the error.

MATCH (v:Student) RETURN v LIMIT 10

Error

-1005:Storage Error: part: 40, error: E_RPC_FAILURE(-3)

There are about 10 million Student vertices in the system.

  • Is my query timing out?
  • If timing out, per how to resolve faq I need to extend the connection timeout of the Storage client by setting --storage_client_timeout_ms=60000 in nebula-graphd.conf file
  • Where is nebula-graphd.conf file and how I set --storage_client_timeout_ms in K8S environment?
  • Running below command brings up all graphd severs
show hosts
  • I tried to edit nebula-cluster-graphd, but my edits are overridden by resetting graphd
kubectl edit configmap nebula-cluster-graphd -n mynamespace
@wey-gu
Copy link
Contributor

wey-gu commented Jun 2, 2022

Let's discuss it in discussion further, closing it first, ok? @sunkararp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants