Mihai Patrascoiu

Results 11 comments of Mihai Patrascoiu

Hello, On submitting to FTS, the scitag field will be a per-transfer field. Example on how to submit: 1. From the command line ``` $ fts-rest-transfer-submit --scitag -s ``` 2....

Hello Radu, Yes, this was released in FTS `v3.12.11` + FTS-REST Server `v3.12.4`. Currently, these packages are in the FTS RC repository and installed on the FTS3-Pilot instance (if you...

I definitely encourage improving the archive `destination file exists` handling! However, for the FTS condition of archive-monitoring only (`src_url == dst_url AND archive_timeout > 0`), you need us to implement...

Hello both, This would aid CMS in handling the `Destination file exists` retry loop. We've been discussing this topic extensively with @dynamic-entropy the past weeks. At this moment, we're not...

Hello Radu, No progress on this and it's a low-priority item. With the CMS data management team we are in the middle of a discussion concerning the `Destination file exists`...

Hello, Not sure it's needed. A search would look like: ```sql WHERE dest_surl = "" AND file_metadata.retry = 1 ``` This would allow us to easily find the first transfer...

Hello both, Thanks Dimitrios for your insight. It's a bit of a shame, though :confused: If the counter can never surpass 3, it's not worth having it, then. Any way...

Hello, I don't think this can be fixed in Rucio. The FTS submission for multi-replica would only allow you to submit `file_metadata` once, despite creating multiple transfers from your submission....

All MONIT `monit_prod_fts_raw*` use the data from `file_metadata` as it is. This cannot work. The MONIT `monit_prod_fts_en_complete*` index does field derivation + field enrichment steps. The `data.src_rse` and `data.dst_rse` are...

Hello, We also had the idea of a mapping in place. FTS doesn't put any limits on the `file_metadata` field. All of this will be sent untouched to MONIT, where...