- 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 19, 2019
-
-
Steven Murray authored
-
- Feb 11, 2019
-
-
Steven Murray authored
-
Steven Murray authored
-
- Feb 05, 2019
-
-
Steven Murray authored
Modified RdbmsArchiveFileItorImpl.cpp to use autocommitMode default of Stmt::executeQuery() and Stmt::executeNonQuery()
-
- Jan 24, 2019
-
-
Steven Murray authored
implementation of "cta-admin archivefile ls -all". A missing order by clause meant that non deterministic listings were given. This commit adds the missing "order by" clause.
-
- Jan 17, 2019
-
-
Steven Murray authored
Fixed cta/CTA#364 RdbmsArchiveFileItorImpl constructor should NOT return database connection to pool
-
- Jan 14, 2019
-
-
Steven Murray authored
-
- 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
-
- May 30, 2018
-
- Mar 05, 2018
-
- Jan 25, 2018
-
-
Steven Murray authored
Done
-
- Sep 26, 2017
-
-
Steven Murray authored
If the whole contents of the ARCHIVE_FILE and TAPE_FILE tables are listed without a search criteria and with an ORDER BY clause then the first row back from the database will take a relatively long period of time to be returned. This is because the database will have to sort every row before returning the first. This long period of time will cause the current (non SSI) cta command-line tool to time out.
-
Steven Murray authored
-
- Jul 12, 2017
-
-
Steven Murray authored
If the "cta af ls" command is executed and the listing encounters duplicate tape copy numbers then the listing continues with "workaround" number displayed in place of the duplicates and inow with this commit a log message is alseo written to /var/log/cta/cta-frontent.log An example log: 2017-07-12T18:04:40.691236+02:00 itdssbuild01 cta-frontend: LVL="Warn" PID="9423" TID="9436" MSG="Found a duplicate tape copy number when listing archive files" archiveFileID="5" duplicateCopyNb="1" workaroundCopyNb="2" vid="V41001" fSeq="5" blockId="41"
-
- Jun 30, 2017
-
-
Steven Murray authored
-
- Jun 27, 2017
-
-
Steven Murray authored
-