-
Notifications
You must be signed in to change notification settings - Fork 362
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
File system registry is not thread safe #1334
Comments
#1237 cc @yarikoptic |
#1249 was supposed to fix this |
Am I just behind on updates? |
I would appreciate if you have the time to try with an upgrade |
Sorry I missed the update - I did search the issue for "registry" |
I believe that even with those changes fsspec is not entirely multi-thread safe. I believe we are running a heavily "overlocked" #1127 which makes it safe but damn slow :-/ would be nice if someone really resolved this properly |
having said that -- that PR/version is based on older release
and I have not tried anything more recent, but also do not spot among recent log messages upon quick look anything which might be relevant to 'lock' or 'thread'. So would be eager to see/hear if may be the problem was already addressed indeed. |
I will report back - thank you both! |
Is there a way good option to make the registry thread safe?
The text was updated successfully, but these errors were encountered: