- Apr 15, 2019
-
-
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.
-
- Feb 25, 2019
-
-
Steven Murray authored
-
- Feb 19, 2019
-
-
Steven Murray authored
-
- Feb 05, 2019
-
-
Steven Murray authored
-
Steven Murray authored
Modified MysqlCatalogue.cpp to use autocommitMode default of Stmt::executeQuery() and Stmt::executeNonQuery()
-
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.
-
- Feb 02, 2019
-
-
Steven Murray authored
-
- Nov 16, 2018
-
-
Tao Lin authored
-
- Nov 09, 2018
-
-
Steven Murray authored
Revert "Revert "Removed the need for a deferred transaction from SQLiteCatalogue::getNextArchiveFileId() and getNextStorageClassId()"" This reverts commit 613808d9.
-
Steven Murray authored
Revert "Removed the need for a deferred transaction from SQLiteCatalogue::getNextArchiveFileId() and getNextStorageClassId()" This reverts commit 8f7bd42f.
-
Steven Murray authored
Removed the need for a deferred transaction from SQLiteCatalogue::getNextArchiveFileId() and getNextStorageClassId()
-
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
-
- Oct 29, 2018
-
-
Steven Murray authored
-
- Jul 04, 2018
-
-
Eric Cano authored
The catalogue can receive polymorphic items as input for recording. The strict sequencing of fSeqs is still enforced. Currently, 2 items types are recorded: files and placehoders. Files are recorded to the tape catalogue, while place holders are not, but they are used to enforce the fSeq sequencing.
-
- May 30, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
- May 29, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-
- Mar 16, 2018
-
-
Steven Murray authored
-
- Mar 15, 2018
-
-
Steven Murray authored
cta/CTA#212 Verify the tape catalogue enforces the rule that all tape copies have the same file size and checksum. Fixed.
-
- Jan 31, 2018
-
-
Steven Murray authored
Moved maxTriesToConnect parameter to CatalogueFactory::create().
-
- Jan 25, 2018
-
-
Steven Murray authored
Done
-
- Nov 10, 2017
-
-
Steven Murray authored
-
- Nov 09, 2017
-
-
Steven Murray authored
-
Steven Murray authored
-
- Nov 08, 2017
-
-
Steven Murray authored
-
- Sep 21, 2017
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- Aug 14, 2017
-
-
Steven Murray authored
-
- Jul 19, 2017
-
-
Victor Kotlyar authored
-
- Jul 17, 2017
-
-
Steven Murray authored
This commit does two things. Firstly it puts back the call from: XrdCtaFile::xCom_deletearchive() to: Scheduler::deleteArchive() Secondly it moves the reponsibility of logging the "Archive File Deleted" message from the CTA front-end (XrdCtaFile) to the CTA catalogue. Please note that Scheduler::deleteArchive() still does not call SchedulerDatabase::deleteArchiveRequest().
-
- Jul 12, 2017
-
-
Steven Murray authored
-
- Jun 30, 2017
-
-
Steven Murray authored
-
- Jun 29, 2017
-
-
Steven Murray authored
-