Storage Error: RPC failure, probably timeout. #5357
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
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:
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: