You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
current quota check is "lazy" as creation of several rules can sneak in before user account quota is increased in Rucio to where CRAB limit kicks in.
Lately it resulted in one user being able to ask for recall of O(1.2)PB (out of the dreaded 7PB of HeavyIon AOD) before CRAB refused more submissions.
This is all in all rare, so we do not want to add a lot of code, but it was pointed out that it would be nice to have a way to tell the user something like "hey, are you sure you want to do this ?"
There's no clear good idea yet.
Possibilities include
lowering the current 500PB quota.
doing something special when HI and AOD appear in the dataset name
when creating a recall rule, wait until quota has been updated, to limit damage of concurrent creation
force user to "do something extra" for each large recall (e.g. >100TB or 200TB)
keep track of recall size in our DB so that it is quick and quota check can be effective
investigate with Rucio experts if something can be done on that side
...
The text was updated successfully, but these errors were encountered:
current quota check is "lazy" as creation of several rules can sneak in before user account quota is increased in Rucio to where CRAB limit kicks in.
Lately it resulted in one user being able to ask for recall of O(1.2)PB (out of the dreaded 7PB of HeavyIon AOD) before CRAB refused more submissions.
This is all in all rare, so we do not want to add a lot of code, but it was pointed out that it would be nice to have a way to tell the user something like "hey, are you sure you want to do this ?"
There's no clear good idea yet.
Possibilities include
The text was updated successfully, but these errors were encountered: