- Feb 02, 2021
-
-
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
-
- Jan 26, 2021
-
-
Michael Davis authored
Adds fields for tape verification to Workflow message
-
- Jan 19, 2021
-
-
Steven Murray authored
This reverts commit 9ba6951d. 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.
-
- Jan 15, 2021
-
-
Cedric Caffy authored
Corrected valgrind error for the DataTransferConfig::tapeLoadTimeout attribute not set in the unit tests
-
Cedric Caffy authored
-
- Jan 14, 2021
-
-
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
-
- Jan 13, 2021
-
-
Cedric Caffy authored
[objectstore] Fixed the status changing of the successful archive jobs in ArchiveRequest::asyncUpdateTransferSuccessful()
-
- Jan 11, 2021
-
-
Julien Leduc authored
-
- Jan 07, 2021
-
- Jan 06, 2021
-
-
Julien Leduc authored
-
- Dec 22, 2020
-
-
Cedric Caffy authored
[cta-objectstore-dereference-removed-queues] Corrected a bug that prevented other types of queues to be deleted
-
- Dec 18, 2020
-
-
Steven Murray authored
-
- Dec 14, 2020
-
-
Cedric Caffy authored
[cta-objectstore-dereference-removed-queues] This tool now takes into account all queues that can exist in CTA
-
- Dec 11, 2020
-
-
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.
-
- Dec 10, 2020
-
-
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).
-
- Dec 09, 2020
-
-
Steven Murray authored
Scheduler::getQueuesAndMountSummaries() now handles the case when a tape pool cannot be found in the catalgue.
-