- Jun 17, 2019
- Jun 04, 2019
-
-
Cedric CAFFY authored
Deleted the checking of the presence of non superseded files during an Archive Mount.
-
- May 23, 2019
-
- May 22, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
- May 21, 2019
-
-
Steven Murray authored
-
- May 20, 2019
-
-
Steven Murray authored
-
- May 07, 2019
-
-
Steven Murray authored
Fixed.
-
- Apr 15, 2019
-
-
Cedric CAFFY authored
-
Eric Cano authored
Replaced the map of tape files with a list as the assumption that we have one copy per copyNb is no more valid with repack.
-
Cedric CAFFY authored
Added a check while mounting a tape for writing : if some tape files located in the writing tape are not superseded by others, the write session will fail. Note: The test CatalogueTest.exist_non_superseded_files_after_fseq is supposed to fail.
-
Cedric CAFFY authored
-
- Feb 27, 2019
-
-
Cedric CAFFY authored
Harmonized the copyNb type to uint32_t Corrected a bug in RetrieveQueue::getContainerSummary() --> After insertion in the queue, the number of files and bytes added were equal to 0.
-
- Feb 25, 2019
-
-
Steven Murray authored
-
- Feb 22, 2019
-
-
Steven Murray authored
This commit works towards issue cta/CTA#436.
-
- Feb 19, 2019
-
-
Steven Murray authored
-
- Feb 11, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- Feb 06, 2019
-
-
Steven Murray authored
-
- Feb 05, 2019
-
-
Steven Murray authored
Modified RdbmsCatalogue to use autocommitMode default of Stmt::executeQuery() and Stmt::executeNonQuery() Please note that OracleCatalogue::filesWrittenToTape() now updates the TAPE table row with AUTOCOMMIT_ON before going on to handle the individual file entries. This can be improved when Conn:setAutocommit() becomes available.
-
Steven Murray authored
-
- Feb 02, 2019
-
-
Steven Murray authored
-
- Jan 14, 2019
-
-
Steven Murray authored
-
- Dec 19, 2018
-
- Dec 18, 2018
-
-
Steven Murray authored
-
- Dec 17, 2018
-
-
Steven Murray authored
Added the first version of the specification of the Catalogue::getTapeFilesForRepack() method - there's no implementation yet
-
- Dec 11, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
Added MEDIA_TYPE and VENDOR columns to TAPE table and upgraded xrootd-ssi-protobuf-interface to v0.29
-
- Nov 09, 2018
-
-
Steven Murray authored
Moved autocommitMode parameter from Stmt constructor to Stmt::executeQuery() and Stmt::executeNonQuery()
-
- Nov 07, 2018
-
-
Steven Murray authored
Renamed rdbms::AutocommitMode::ON and rdbms::AutocommitMode::OFF to rdbms::AutocommitMode::AUTOCOMMIT_ON and rdbms::AutocommitMode::OFF respectively
-
- Nov 01, 2018
-
-
Steven Murray authored
Moved OracleCatalogue::deleteArchiveFile to RdbmsCatalogue because Oracle, MySQL and PostgreSQL support 'SELECT FOR UPDATE'. SQLite is the odd one out in that it does not provide support.
-
Steven Murray authored
-
- Oct 30, 2018
-
-
Steven Murray authored
Catalogue::PrepareToRetrieveXXXX() methods now throw UserError exceptions if the tapes involved are disabled. The error message is now clearer: 'No tape files available for archive file with ...
-
- Oct 29, 2018
-
-
Steven Murray authored
-
Steven Murray authored
RdbmsCatalogue::getArchiveFileXXXX() methods now retrieve the latest version of a tape copy accurate to the nearest second
-
Steven Murray authored
-