- Jun 14, 2022
-
-
Mihai Patrascoiu authored
-
Mihai Patrascoiu authored
-
Mihai Patrascoiu authored
FTS-1801: Only print the S3 alternate setting when explicitly set to "true" during transfer submission. If the transfer submission does not set the alternate flag, let Gfal2 pick up this setting from the [S3:STORAGE] and [S3] config groups
-
- Feb 16, 2022
-
-
Joao Pedro Lopes authored
-
Joao Pedro Lopes authored
-
Mihai Patrascoiu authored
FTS-1757: Prevent FTS from forgetting a hop in a multihop transfer See merge request fts/fts3!33
-
-
FTS-1757: Change MultiopSanityCheck to also consider the case where a multihop job has more than two files: With this consideration the algorithm is briefly described by the following steps: - Scan the t_job table looking for multihop jobs in ACTIVE or SUBMITTED states - For each job in the previous condition: - Find the file in FINISHED state with the highest file_index - If the next file is in NOT_USED state change it to SUBMITTED
-
FTS-1757: Create a new MultiopSanityCheck in the CleanerService.cpp that look for inconsistencies in the DB related with multihop jobs: - This check will run every 600 seconds (configurable via config file) - Will scan the t_job table looking for multihop jobs - If it finds a multihop job where the first file is in 'FINISHED' state and the second in 'NOT_USED' will move the second to 'SUBMITTED'
-
- Feb 14, 2022
-
-
Mihai Patrascoiu authored
-
- Feb 13, 2022
-
-
Mihai Patrascoiu authored
-
- Feb 12, 2022
-
-
Mihai Patrascoiu authored
-
- Feb 10, 2022
-
-
Mihai Patrascoiu authored
-
- Feb 07, 2022
-
-
Ed Dambik authored
-
- Feb 01, 2022
-
-
Ed Dambik authored
New profiling code See merge request fts/fts3!31
-
Ed Dambik authored
-
- Jan 28, 2022
-
-
Ed Dambik authored
-
- Dec 07, 2021
-
-
Mihai Patrascoiu authored
-
- Nov 17, 2021
-
-
Mihai Patrascoiu authored
-
Mihai Patrascoiu authored
Implementation details: - rename "unit" executable to "fts-unit-tests" - install all individual FTS test shared libraries under %{_libdir}/fts-tests - use RPATH in the "fts-unit-tests" executable to find our custom FTS test shared libraries
-
Mihai Patrascoiu authored
-
- Nov 16, 2021
-
-
Mihai Patrascoiu authored
FTS-1740: Initialize building of Docker images in gitlab-CI. Also remove the "Dockerfile-release" template as it is no longer needed
-
Mihai Patrascoiu authored
- Rename fts_bringonline to fts_qos in the supervisord file - Rename docker build example script - Remove docker shell example script - Tweaks to the main Dockerfile
-
- Oct 26, 2021
-
-
Mihai Patrascoiu authored
-
Mihai Patrascoiu authored
-
Mihai Patrascoiu authored
- Build utility files - Gitlab-CI build jobs for CC7 - Gitlab-CI publishing jobs
-
Mihai Patrascoiu authored
-
- Oct 25, 2021
-
-
Mihai Patrascoiu authored
-
Mihai Patrascoiu authored
-
Mihai Patrascoiu authored
-
- Oct 21, 2021
-
-
Mihai Patrascoiu authored
-
Mihai Patrascoiu authored
During the scheduler run, transfers are fetched from the DB and prioritised into activity groups according to the activity weights. However, the activity dataset structure follows an implicit ordering by alphabetical order. Shuffling this dataset avoids that implicit ordering.
-
Mihai Patrascoiu authored
-
- Sep 24, 2021
-
-
Steven Murray authored
-
- Sep 22, 2021
-
-
Mihai Patrascoiu authored
-
Mihai Patrascoiu authored
-
- Sep 21, 2021
-
-
Mihai Patrascoiu authored
-
Joao Pedro Lopes authored
FTS-1726: Schema version 7.0.0 See merge request fts/fts3!30
-
Mihai Patrascoiu authored
-
Mihai Patrascoiu authored
-