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 encountered about properties() in RETURN #3200

Open
ljhhuxiaoba opened this issue Sep 30, 2023 · 1 comment
Open

Crash encountered about properties() in RETURN #3200

ljhhuxiaoba opened this issue Sep 30, 2023 · 1 comment

Comments

@ljhhuxiaoba
Copy link

ljhhuxiaoba commented Sep 30, 2023

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

Redis version:7.2.0
RedisGraph version: v2.12.10
operating system: windows 11
API:Cypher version 9
query:OPTIONAL MATCH (n0)-[r0]-(n1:L2) MERGE (n2 :L4)<-[r2 :T1]-() RETURN *,properties(r0{.k})
error message:"Reached the max retries per request limit (which is 1). Refer to "maxRetriesPerRequest" option for details."

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

@ljhhuxiaoba
Copy link
Author

ljhhuxiaoba commented Oct 7, 2023

Crash also occurs about properties() when creating node or relationship or in ORDER BY.

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

1 participant