- Jan 31, 2018
-
-
Steven Murray authored
Moved maxTriesToConnect parameter to CatalogueFactory::create().
-
- Jan 30, 2018
-
-
Steven Murray authored
Corrected handling of LostDatabaseConnection exceptions within OracleCatalogue
-
Steven Murray authored
OracleCatalogue::deleteArchiveFileByDiskFileId() should re-connect to database if connection lost.
-
Steven Murray authored
OracleCatalogue::deleteArchiveFile() should re-connect to database if connection lost.
-
Steven Murray authored
-
Steven Murray authored
Refactored retryOnLostConnection() from OracleCatalogue and RdbmsCatalogue
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- Jan 29, 2018
-
-
Steven Murray authored
RdbmsCatalogue::prepareToRetrieveFileByDiskFileId() should re-connect to database if connection lost.
-
Steven Murray authored
RdbmsCatalogue::prepareToRetrieveFile() should re-connect to database if connection lost.
-
Steven Murray authored
RdbmsCatalogue::noSpaceLeftOnTape() should re-connect to database if connection lost.
-
Steven Murray authored
RdbmsCatalogue::tapeMountedForRetrieve() should re-connect to database if connection lost.
-
Steven Murray authored
RdbmsCatalogue::tapeMountedForArchive() should re-connect to database if connection lost.
-
Steven Murray authored
RdbmsCatalogue::prepareForNewFile() should re-connect to database if connection lost.
-
Steven Murray authored
RdbmsCatalogue::tapeLabelled() should re-connect to database if connection lost.
-
Steven Murray authored
OracleCatalogue::filesWrittenToTape() should re-connect to database if connection lost.
-
Steven Murray authored
RdbmsCatalogue::getTapesForWriting() should re-connect to database if connection lost.
-
Steven Murray authored
Revert "cta/CTA#186 CTA should cope with idle database connections being dropped by the database server" This reverts commit 610e08b3.
-
Steven Murray authored
Revert "cta/CTA#186 CTA should cope with idle database connections being dropped by the database server" This reverts commit 1be86a70.
-
Steven Murray authored
Refactored RdbmsCatalogue::getTapesForWriting() to be like OracleCatalogue::filesWrittenToTape()
-
Steven Murray authored
-
Steven Murray authored
OracleCatalogue::filesWrittenToTape() should now transparently re-connect to the database.
-
Steven Murray authored
RdbmsCatalogue::getTapesForWriting() should now transparently re-connect to the database.
-
- Jan 26, 2018
-
-
Steven Murray authored
Admin commands should now transparently re-connect to the database.
-
Steven Murray authored
-
Steven Murray authored
-
Eric Cano authored
-
Steven Murray authored
Fixed the following offending method: RdbmsCatalogue::prepareForNewFile() Added the following unit-test that explicitly tests for a UserError exception: cta_catalogue_CatalogueTest.prepareForNewFile_no_archive_routes
-
- Jan 25, 2018
-
-
Steven Murray authored
Done
-
Eric Cano authored
The same variable is now used in all cases.
-
Eric Cano authored
-
- Jan 24, 2018
- Jan 22, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-
- Jan 19, 2018
-
-
Eric Cano authored
Updated locking of ObjetOps in order to allow locking of sub-objects. Make cta-objectstore-dump-object lockfree.
-
- Jan 18, 2018
-
-
Julien Leduc authored
removing replace-str option as -L just concatenates args after the replace-str place holder. toto is not a valid rados object which prevents the objectstore cleanup.
-