-
Notifications
You must be signed in to change notification settings - Fork 136
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
Bulk release requests are not working if using relative path #7635
Comments
Likely the same patch I did for staging needs to be applied to release. |
OK. Like last time. Here I have built an RPM with a patch: https://drive.google.com/file/d/1mgXibWbUUnqM0WsRclAKh-K8x3awIBkx/view?usp=sharing Could you deploy it on you frontend door. Before doing so, make sure you tried it on our test system. |
Thank you Dmitry for your quick fix.
|
yes. Sorry for all this. This should have been fixed in one go. |
Motivation: commit 922ea44 was incomplete - it did not fix release API Modification: apply similar patch to release resoure. Result: Release by relative path works Issue dCache#7635 addressed Target: trunk Request: 10.x Request: 9.x
Motivation: commit 922ea44 was incomplete - it did not fix release API Modification: apply similar patch to release resoure. Result: Release by relative path works Issue dCache#7635 addressed Target: trunk Request: 10.x Request: 9.x
Motivation: commit 922ea44 was incomplete - it did not fix release API Modification: apply similar patch to release resoure. Result: Release by relative path works Issue dCache#7635 addressed Target: trunk Request: 10.x Request: 9.x
Hi,
I found that release process is not working when the release is using relative path (without prefix) and this could explain why our Atlas staging buffer is full most of the time.
To reproduce it, I send a staging request of this file
/atlasmctape/mc16_13TeV/HITS/e8351_s3126/mc16_13TeV.700337.Sh_2211_Znunu_pTV2_CVetoBVeto.simul.HITS.e8351_s3126_tid30364865_00/HITS.30364865._017868.pool.root.1
Staging is OK and file is pinned on disk cache :
Then I release the file using his relative path :
After 30min, pin is always active :
And if I try to release the file using his full path, the file is instantly unpin from the disk :
In PinManager :
Aug 12 16:17:20 ccdcamcli08 dcache@PinManagerDomain[129736]: 12 Aug 2024 16:17:20 (PinManager) [BackgroundUnpinner-201460] Unpining [955776409] 000098FBFE5589274CABB284DA5BBB379C4B (1b72f21e-d66a-4af7-a784-6178a3c3a35c) by 3327:124 2024-08-12 16:07:39 to 2024-08-14 16:07:45 is READY_TO_UNPIN on pool-atlas-read-li425a:PinManager-0649a68f-2bc8-48e6-8138-c40d0b4bf130
Bulk service also doesn't report when a release request is not done.
Can you check this please?
Adrien
The text was updated successfully, but these errors were encountered: