- 02 Feb, 2021 19 commits
-
-
Cedric Caffy authored
-
Cedric Caffy authored
-
Cedric Caffy authored
-
Cedric Caffy authored
-
Cedric Caffy authored
-
Cedric Caffy authored
-
Cedric Caffy authored
[cta-admin] Implemented cta-admin recycletf ls [--vid] [--fxid] to list content of the FILE_RECYCLE_LOG table
-
Cedric Caffy authored
[catalogue] Storage class deletion modified to check if there are files on the FILE_RECYCLE_LOG table before deleting the storage class
-
Cedric Caffy authored
-
Cedric Caffy authored
[catalogue] TAPE_FILE.SUPERSEDED_BY_VID and TAPE_FILE.SUPERSEDED_BY_FSEQ are not used in any query anymore
-
Cedric Caffy authored
-
Cedric Caffy authored
-
Cedric Caffy authored
-
Cedric Caffy authored
-
Cedric Caffy authored
-
Cedric Caffy authored
-
Cedric Caffy authored
Oracle DB now insert repacked file to the recycle log and deletes the associated TAPE_FILE entries. Postgres WIP
-
Cedric Caffy authored
-
Julien Leduc authored
-
- 26 Jan, 2021 1 commit
-
-
Michael Davis authored
Adds fields for tape verification to Workflow message
-
- 19 Jan, 2021 1 commit
-
-
Steven Murray authored
This reverts commit 7c6609d2. The orginal commit is being reverted because it intentionally forced the "list contents of a tape" query to use indicies by replacing table joins with sub-queries. These sub-queuries unfortunately turned out to be slower than the original query when it was executed in a "clean" environment and the database live memory cache was cold. By "clean" environment I mean one without PARALLEL enabled on the following two tables: ARCHIVE_FILE TAPE_FILE PARALLEL is enabled on these two tables when a CASTOR to CTA migration takes place. It was left in place with the hope that it would not interferre with the day to day running of CTA. This has now been proven to not be the case.
-
- 15 Jan, 2021 2 commits
-
-
Cedric Caffy authored
Corrected valgrind error for the DataTransferConfig::tapeLoadTimeout attribute not set in the unit tests
-
Cedric Caffy authored
-
- 14 Jan, 2021 6 commits
-
-
Cedric Caffy authored
[cta-taped] Added configuration TapeLoadTimeout to set the timeout after which the tape mount is supposed to be failed
-
Cedric Caffy authored
-
Cedric Caffy authored
-
Cedric Caffy authored
-
Cedric Caffy authored
[objectstore] Corrected the RepackRequest::garbageCollect() method. It now changes the owner of the RepackRequest
-
Cedric Caffy authored
-
- 13 Jan, 2021 1 commit
-
-
Cedric Caffy authored
[objectstore] Fixed the status changing of the successful archive jobs in ArchiveRequest::asyncUpdateTransferSuccessful()
-
- 11 Jan, 2021 1 commit
-
-
Julien Leduc authored
-
- 07 Jan, 2021 1 commit
-
-
Cedric Caffy authored
-
- 06 Jan, 2021 1 commit
-
-
Julien Leduc authored
-
- 22 Dec, 2020 1 commit
-
-
Cedric Caffy authored
[cta-objectstore-dereference-removed-queues] Corrected a bug that prevented other types of queues to be deleted
-
- 18 Dec, 2020 1 commit
-
-
Steven Murray authored
-
- 14 Dec, 2020 1 commit
-
-
Cedric Caffy authored
[cta-objectstore-dereference-removed-queues] This tool now takes into account all queues that can exist in CTA
-
- 11 Dec, 2020 1 commit
-
-
Steven Murray authored
Removed redundant respondPreparationTime from the timing log of the Scheduler::getQueuesAndMountSummaries() method. The meaning of the value was not only redundant after the latests modifications to the method but it had also changed.
-
- 10 Dec, 2020 3 commits
-
-
Steven Murray authored
-
Steven Murray authored
Added extra timimg information to the log of Scheduler::getQueuesAndMountSummaries().
-
Steven Murray authored
Fixed the count of writable tapes. The previous commit counted incorrectly if a tape had more than one state bit set to true (disabled, full and readonly).
-