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

Storage Error: RPC failure, probably timeout. #5357

Closed
porscheme opened this issue Feb 18, 2023 · 1 comment
Closed

Storage Error: RPC failure, probably timeout. #5357

porscheme opened this issue Feb 18, 2023 · 1 comment
Labels
affects/none PR/issue: this bug affects none version. process/fixed Process of bug severity/none Severity of bug type/bug Type: something is unexpected

Comments

@porscheme
Copy link

Please check the FAQ documentation before raising an issue

Describe the bug (required)

Why am I getting this 'Storage Error: RPC failure, probably timeout.' error?

WITH ['100676', '105970', '112165', '112381', '112392', '1200439', '123491', '128485', '137479', '14203', '14400', '14411', '152168', '154130', '166028', '174058', '177420', '177432', '177434', '177762', '177763', '177765', '189075', '191805', '195798', '209651', '214544', '216092', '223363', '24040', '246330', '246546', '246557', '258', '258493', '264389', '2646540', '26699', '276230', '282175', '293044', '300046', '300652', '302710', '307221', '310542', '317515', '317682', '332874', '337560', '34247', '343187', '350103', '350404', '350461', '356196', '358006', '358341', '362806', '369020', '369612', '369660', '371319', '371320', '371408', '371409', '374175', '377233', '380076', '386018', '388068', '388282', '392714', '392715', '392716', '392717', '392718', '394459', '394631', '394641', '39902', '39921', '399994', '404921', '411784', '41207', '41543', '41752', '427488', '429658', '43460', '436962', '446978', '449245', '449756', '450062', '450686', '450687', '450781', '451188', '451566', '451567', '451568', '451569', '451570', '451571', '452234', '452235', '452236', '456369', '45641', '457813', '462508', '462509', '462510', '462511', '464017', '4759', '4966', '4976', '505416', '509203', '513397', '528296', '528302', '528306', '528577', '528579', '528580', '528581', '528582', '528584', '528585', '528586', '528587', '528589', '528590', '528591', '528592', '528599', '528600', '528601', '528602', '528603', '528604', '53382', '54028', '56847', '69100', '70609', '77706', '78251', '79198', '80260', '83631', '84167', '85449', '87178', '88960', '9427', '97050', '9938'] as t
UNWIND t as tc
WITH Collect(DISTINCT tc) AS ids
MATCH (d:SkillCodes)-[:HAS_SKILL]->(p:Student)
WHERE id(d) in ids
WITH p SKIP 0 LIMIT 100
RETURN DISTINCT
p.Student.StudentId as person,
p.Student.Gender as sex,
p.Student.Race as race,
p.Student.Ethnicity as ethnicity,
p.Student.MaritalStatus as maritalstatus

Your Environments (required)
V3.4.0

How To Reproduce(required)

Steps to reproduce the behavior:

  1. Step 1
  2. Step 2
  3. Step 3

Expected behavior

Additional context

@porscheme porscheme added the type/bug Type: something is unexpected label Feb 18, 2023
@github-actions github-actions bot added affects/none PR/issue: this bug affects none version. severity/none Severity of bug labels Feb 18, 2023
@QingZ11
Copy link
Contributor

QingZ11 commented Feb 20, 2023

Have you tried following the steps in the documentation? Docs links: https://docs.nebula-graph.io/3.4.0/20.appendix/0.FAQ/#how_to_resolve_the_error_storage_error_e_rpc_failure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/none PR/issue: this bug affects none version. process/fixed Process of bug severity/none Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

3 participants