-
Notifications
You must be signed in to change notification settings - Fork 1
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
Recurring AssertionError in reconciler #980
Comments
I could drill down under this error and other similar ones: Sometimes, the cached jars become unreadable and break many things.
When a thread that queries the jar is interrupted, the channel gets interrupted automatically and becomes unusable. |
#1047 seems to be a good fix so far. |
This is still happening in some cases. Same cause and it looks like the earlier patch doesn't apply to some cases (when |
The underlying cause seems to be some IO issue. I suspect that (shared) filemanagers and/or the underlying ZipFileSystems that are cached are not thread-safe by default.
The text was updated successfully, but these errors were encountered: