- 25 Oct, 2019 1 commit
-
-
Giuseppe Lo Presti authored
-
- 24 Oct, 2019 1 commit
-
-
Michael Davis authored
Don't append '/' to path if path already ends in '/'
-
- 23 Oct, 2019 5 commits
-
-
Giuseppe Lo Presti authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Corrected scheduling to wait for more files to be queued before creating ArchiveForRepack mount + Unit test
-
Michael Davis authored
-
- 22 Oct, 2019 6 commits
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
If EOS namespace current fileid for directories is < 2.5 billion, this generates a warning on running eos-import-dirs. If eos-import-dirs tries to inject a fileid > EOS current fileid, it stops and throws an exception.
-
Michael Davis authored
-
- 21 Oct, 2019 3 commits
-
-
Julien Leduc authored
-
Julien Leduc authored
-
Eric Cano authored
-
- 18 Oct, 2019 11 commits
-
-
Michael Davis authored
-
Michael Davis authored
This option is enabled by default, and requires all metadata to match for a directory to be removed from the failure table. If it is disabled, it takes a more relaxed approach and checks only the invariant metadata (file id and path)
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
Removes TRUNCATE FILE and disables autocommit, so the temp table is emptied automatically after each batch of failures.
-
Michael Davis authored
-
Michael Davis authored
- removes SQL MERGE - adds separate DELETE, UPDATE and INSERT steps - DELETE and UPDATE steps are only needed for retries (this implies that the failure table should be purged if for some reason it is necessary to try again from the main table)
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Corrected auto garbage collection of ArchiveRequest ToTransferForRepack (getQueueType missed one case)
-
Cedric CAFFY authored
-
Steven Murray authored
Changed catch(std::out_of_range) to catch(std::out_of_range &) in order to avoid the following type of compilation error: ../CTA/common/checksum/ChecksumBlob.hpp:145:18: error: catching polymorphic type ‘class std::out_of_range’ by value [-Werror=catch-value=] } catch(std::out_of_range) { ^~~~~~~~~~~~ cc1plus: all warnings being treated as errors
-
- 17 Oct, 2019 5 commits
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Increased the time to lock a Rados object from 300ms to 1 sec. This correction is due to CI repack error (caused by BackendRados::lockBackoff(): timeout)
-
Cedric CAFFY authored
Removed objectstore initialization agent after objectstore initialization (cta-objectstore-initialize.cpp) Catched other exceptions in continuousintegration/orchestration/tests/client-ar-abortPrepare.cpp
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
- 15 Oct, 2019 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
- 10 Oct, 2019 4 commits
-
-
Eric Cano authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- 08 Oct, 2019 2 commits
-
-
Julien Leduc authored
-
Cedric CAFFY authored
-