-
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
Add new lancaster storage. Remove broken status from the old lancaste… #81
base: master
Are you sure you want to change the base?
Conversation
Don't forget to also update the CHANGELOG file. |
Also, are you sure the |
Actually I just tested if one can get files from a t2kdm-get -v /beta-production/sn/sntools/v0.7.2/nakazato/IO_100kpc_2001/HyperK_20perCent/0001/wcsim/v1.9.4_A/wcsr/sn_0001_000020050_wcsr.root When one removes the broken label |
This seems like a bug. Looking at the code, it should just de-prioritize blacklisted or broken SEs: Lines 136 to 146 in 778b68a
Is If it is the old, then I do not understand why it does not work depending on the broken flag, because it should do exactly the same steps. If it is the new, I do not understand why it does not try the broken SE after this one fails. As noted above, it should really just put them at the end of the list but still download from there if all else fails. |
|
Added new lancaster storage.
Removed broken status from old lancaster storage since it works and we need to access it to replicate data from old to new storage.
I tested
t2kdm-put
t2kdm-replicate
and both of these worked with the new SE.