-
Notifications
You must be signed in to change notification settings - Fork 6
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
StaleStateException when high contention on OutlierDetectionService.identifyOutlierByMedianCorrelation #400
Comments
This problem has been mitigated by using the serializable isolation level which essentialy locks the database while outliers are being computed. Not ideal, but it works. I'll keep this issue open to find a better solution. |
Fixed in 14588b6. We don't compute outliers on-the-fly anymore. |
ppavlidis
added a commit
that referenced
this issue
Feb 23, 2024
…ransaction As discussed in #400 For large data sets, it could still run into trouble. Moving the main data reading part to a read-only transaction should help.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: