- Aug 16, 2019
- Aug 14, 2019
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
- Aug 13, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Cedric CAFFY authored
[REPACK] Added a failed to create archive request counter so that the Repack Request is complete or failed if Retrieve subrequest is failed (creation or execution)
-
Cedric CAFFY authored
-
Julien Leduc authored
kill. This is quite likely for cta-taped as its static memory buffer consume a lot of memory.
-
- Aug 12, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- Aug 06, 2019
-
-
Steven Murray authored
Added the new method Rset::isEmpty() - I am guessing that the migration work of Michael would have loved to have had this method
-
Giuseppe Lo Presti authored
-
- Aug 05, 2019
-
-
Steven Murray authored
-
- Aug 02, 2019
-
-
Eric Cano authored
-
- Aug 06, 2019
- Aug 02, 2019
-
-
Eric Cano authored
The sleep time (15 minutes) is currently hardcoded, but implemented in a single place (OStoreDB::fetchMountInfo() ).
-
Eric Cano authored
The process can now indicate the agent structure can be garbage collected, saving a wait for a timeout. This is typically hapenning when archive jobs need requeueing after a session hits the end of the tape.
-
- Aug 01, 2019
-
- Jul 31, 2019
- Jul 30, 2019
-
-
Steven Murray authored
Upgraded to EOS 4.5.3-20190730172748gitea30da3 in order to get the new exception logs from the GrpcNsInterface::FileInsert() and GrpcNsInterface::ContainerInsert() methods
-
Vladimir Bahyl authored
-
Eric Cano authored
-
Eric Cano authored
The disk system is now vetoed for the duration of a mount if we fail to reserve free space.
-
- Jul 29, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
cta-catalogue-schema-create will now start storage class IDs for Oracle databases at 4294967296 in order to avoid clashes with CASTOR
- Jul 26, 2019
-
-
Eric Cano authored
Moved the space reservation information to the DriveStatus object store object instead of a new central registry. The central registry would have been a single point of contention as was the DriveRegistry before being split into DriveStates. As the problem is so close to the one of the drive status, we can actually reuse the drive status for this purpose. The algorithm will also change as we move the responsibility of querying the free space from the disk systems into the OStoreDb object instead of the Scheduler. This leads to a slightly worth layering of responsibilities, making the OStoreDb::RetrieveMount object a client of the disk::DiskSystemFreeSpaceList object. The current implementation will also query the free space from the disk systems on each pop, instead of doing so in a globally cached fashion. With the new model, we could cache the free space per drive (if needed), but not globally. This is not expected to be a real issue and free space is a global counter in the disk system, expected to be readily available.
-