-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
fix SnapshotService algorithm trying to insert duplicate raw rules #357
Comments
Join() was super slow... ref #357
per exceptions caused by PomeloFoundation/Pomelo.EntityFrameworkCore.MySql#667 ref #357
Seeing escaping issues like below when using
Full string from that example (not sure why it seems to break at the parenthesis, and not at a quote):
|
I believe this is resolved using the Am seeing this related issue as well, which I didn't see with the |
Join() was super slow... ref collinbarrett#357
per exceptions caused by PomeloFoundation/Pomelo.EntityFrameworkCore.MySql#667 ref collinbarrett#357
Since adding a unique index on rules.Raw in #353 , I can now see exceptions like below from the SnapshotService that represent a flaw in the algorithm. It should not try to insert duplicate raw rules, but it is fairly often for some reason.
Example:
The text was updated successfully, but these errors were encountered: