-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
AggregateTrainingStopManager is trying to cancel disposed tokens #6416
Milestone
Comments
Just noticed this was hit again here: #6607
Here's a copy in case it goes away: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This failure is occuring in multiple PRs during AutoMLExperiment_throw_timeout_exception_when_ct_is_canceled_and_no_trial_completed_Async test
https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-machinelearning-refs-pull-6415-merge-bd52c1f30a6d4e1990/Microsoft.ML.AutoML.Tests/1/console.cd8a8fcf.log?helixlogtype=result
#6412 (comment)
Bug appears to be here:
machinelearning/src/Microsoft.ML.AutoML/AutoMLExperiment/AutoMLExperiment.cs
Lines 267 to 270 in e15ff5f
I see that then handler is detached later in a finally statement. Perhaps there is a race condition?
The text was updated successfully, but these errors were encountered: