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

Crash when MATCH path of length 0 #3213

Closed
ljhhuxiaoba opened this issue Oct 27, 2023 · 2 comments
Closed

Crash when MATCH path of length 0 #3213

ljhhuxiaoba opened this issue Oct 27, 2023 · 2 comments

Comments

@ljhhuxiaoba
Copy link

I execute a query on my empty RedisGraph and get a crash.

Redis version:7.2.0
RedisGraph version: v2.12.10
operating system: windows 11
API:Cypher version 9
error message:"Reached the max retries per request limit (which is 1). Refer to "maxRetriesPerRequest" option for details."

To reproduce:
MATCH (a:L)<-[*0..0]-(b) WHERE a is not null and id(b)>=0 RETURN count(a)

Actual behavior:
The query failed and the redisgraph container exited abnormally with the error message.

@ljhhuxiaoba
Copy link
Author

May I ask if this bug has been fixed?

@gkorland
Copy link
Contributor

gkorland commented Nov 6, 2023

It was fixed on FalkorDB see: FalkorDB/FalkorDB#483

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
@gkorland @ljhhuxiaoba and others