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

Query like match (a:Person) return count(distinct a) has an infinite loop problem #3339

Closed
ted-wq-x opened this issue Apr 22, 2024 · 2 comments · Fixed by #3348
Closed

Query like match (a:Person) return count(distinct a) has an infinite loop problem #3339

ted-wq-x opened this issue Apr 22, 2024 · 2 comments · Fixed by #3348
Assignees
Labels
bug Something isn't working

Comments

@ted-wq-x
Copy link
Contributor

ted-wq-x commented Apr 22, 2024

DataSet

ldbc sf100

Problem

While the numbers of a exceeded BaseHashTable#maxNumHashSlots, the dead loop appears in the loop outside the method AggregateHashTable::increaseSlotIdx

@ray6080 ray6080 added the bug Something isn't working label Apr 22, 2024
@acquamarin
Copy link
Collaborator

Hello!
May i know the query that causes the infinte loop?

Thank you!

@ted-wq-x
Copy link
Contributor Author

ted-wq-x commented Apr 22, 2024

MATCH (a:Person) RETURN COUNT(DISTINCT a)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants