-
Notifications
You must be signed in to change notification settings - Fork 28
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
[BUG] Running do.when/do.case at the same time crashes Memgraph #442
Labels
bug
bug
community
community
Effort - Medium
Effort - Medium
Frequency - EveryTime
Frequency - EveryTime
Priority - Now
Priority - Now
Reach - VeryFew
Reach - VeryFew
Severity - S2
Severity - S2
Comments
Will be fixed with @Josipmrden 's PR. |
Should be resolved but we didn't test this behaviour. |
@matea16 can you try it out? |
It seems to be working, I wasn't able to crash it. I'll ask user to test it out further and check if it works as expected now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
bug
community
community
Effort - Medium
Effort - Medium
Frequency - EveryTime
Frequency - EveryTime
Priority - Now
Priority - Now
Reach - VeryFew
Reach - VeryFew
Severity - S2
Severity - S2
Running two queries calling do.when/do.case at the same time from a nodeJS client crashes Memgraph. From Discord:
"If I only run one query nothing crashes but as soon as two or more queries get executed simultaneously I need to stop and restart memgraph. I've tried a few other mage algorithms all of which work and do not crash memgraph. Only do.when and do.case exhibit this behaviour."
To replicate, use the following query:
Source
The text was updated successfully, but these errors were encountered: