martynia
martynia
I'm working on it ;-). Both on the Dirac client side (almost ready) and the rucio server side. I have added a VO parameter in all required places to get...
We have the `AllowEncodedSlashes on` flag in place in our server at Imperial. Tim has tested the slash issue on the server at RAL, so I believe they have that...
Hi, Following a discussion during last Rucio meeting I checked the value of scope name regex and it is: `SCOPE_NAME_REGEXP = '/([^/]*)(?=/)(.*)’` So before changing that to accept just one...
Hi again, Cedric pointed out that a function: [https://github.com/rucio/rucio/blob/bf4c1e18e15ea5f84d49dfa7e662b504449fbe9c/lib/rucio/web/rest/flaskapi/v1/common.py#L153 ](https://github.com/rucio/rucio/blob/bf4c1e18e15ea5f84d49dfa7e662b504449fbe9c/lib/rucio/web/rest/flaskapi/v1/common.py#L153) incorrectly unpacks scope and name. To bypass this one can use `add_dids` but this clearly bypasses a schema and a...
Hi, The `scope_name` in the function turns out to have a colon replaced with a slash. So, for a basic Dirac scope extraction algorithm it might look like this: `gridpp/gridpp/test`...
The original Oracle probe stored selected data in `rse_usage` with a source set to _'obsolete'_. The `rse_counter` module operates on `rse_usage` and `rse_usage_history` tables with source set to _rucio_. To...
Obsolete replicas are handled independently of regular replicas. The counting system for regular replicas are not used for obsolete replicas; `abacus-rse` daemon counts are not affected by a new `abacus-obsolete-rse`...
> Could you add some tests to ensure this works? I added 1 test for `check_obsolete_replicas`
> When I attempted to rewrite the probe in SQLAlchemy (see [rucio/probes#145](https://github.com/rucio/probes/pull/145)), I opted to have the query be RSE-specific and have an external loop. In my mind, this was...
> Maybe there is an argument to be made that goes beyond performance. For the `obsolete` RSE usage counter it shouldn’t make a noticeable difference. However, issue #4261 states that...