rcarpa
                                            rcarpa
                                        
                                    Seems like the mentioned decorator is only used to protect calls to _store_path. Would it be difficult to ensure that this function does system calls only on absolute paths and...
Ah ... didn't think about multi-platforming at all :( . Thanks for the explanation !
As a workaround: Isn't it straightforward to use the "script" processor to implement the desired functionality? Either by first applying the decode_json_fields processor, then re-encoding fields into json from javascript;...
The warning was removed by a recent commit, but the issue is still relevant. The problem is that clients try to access memcached, not the warning message.
I just discovered this (I didn't know it existed until today :D ) : https://github.com/rucio/rucio/blob/46dc0d03dccdd8d676e2c3af64146cea968d3fa8/lib/rucio/db/sqla/models.py#L271 maybe worth integrating your change into this function an use it ? it's basically an...
> While we have these in our models, it is not present on arbitrary queries. What about `session.query(models.RSE.id)`. Where do you want to get the information about the available fields...
> Yes, `get_rses_with_attribute` and `get_replica` for example. > > Right now they use the same logic (which is used in other places too). This should be defined in one place...
This is a nightmare to review. Please don't mix multiple unrelated changes in the same commit anymore. Even if I spend an hour trying to understand every single change, I'm...
FTS devs will add an `"archiving": true/false` field to Completion messages. Waiting for their implementation
@cserf , can you please be more specific about what is needed for this ticket ? Do we just want a config option which would enable overwrite on all TAPE...