- Feb 13, 2018
-
-
Steven Murray authored
-
- Feb 09, 2018
-
-
Steven Murray authored
Catalogue classes now propagate exception::LostDatabaseConnection
-
Steven Murray authored
Added CatalogueRetryWrapper.hpp
-
- Feb 06, 2018
-
-
Steven Murray authored
This reverts commit fc001693. The CI was incorrectly failing. There was nothing wrong with the original commit that made the Catalogue class a pure interface.
-
Steven Murray authored
This reverts commit abe44e72.
-
Steven Murray authored
-
- 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
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
-
- Jan 22, 2018
-
-
Steven Murray authored
-
Michael Davis authored
-
Steven Murray authored
-
- Jan 12, 2018
-
-
Steven Murray authored
Reduced to the minium the number of database connections used by createSameSchemaInTwoSeparateInMemoryDatabases
-
- Jan 11, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-