-
Notifications
You must be signed in to change notification settings - Fork 4
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
Glob times out for LIGO origin #72
Comments
Note -- the IGWN origin had an older version of the patch here that caused large directory listings to hang indefinitely. I strongly suspect they are being hit by that. @duncanmmacleod - can you try a glob with the directory above? I suspect it's smaller and hence should succeed. |
@bbockelm, attempting I look forward to this patch being applied to the LIGO origin(s). |
All CIT operated origins were updated to
which I believe is the expected behavior, though @duncanmmacleod should confirm when he is able. |
The glob now returns fine for me. Sidebar: is glob = pelfs.glob(
"/igwn/ligo/frames/O4/hoft_C00/H1/**/*.gwf",
timeout=300,
) I get 0 results. |
Hmm. Let me look into it. I had a hard time getting |
I am attempting to scope out
pelicanfs
as a replacement for a custom LIGO file indexing solution - to provide a backend to the LIGO data discovery client relied upon by many scientific applications.However, when I attempt to perform a 'simple'
glob()
that should return a few (5-10) URL hits, I get a timeout:Full traceback
The text was updated successfully, but these errors were encountered: