- Nov 01, 2019
-
-
Steven Murray authored
This reverts commit edf98416.
-
Steven Murray authored
-
Steven Murray authored
docker/ctafrontend/cc7/opt/run/bin/init.sh now installs the standard oracle-instantclient19.3-sqlplus rpm instead of the CERN version
-
Steven Murray authored
Revert "Top CMakeLists.txt now explicitly lists all the REQUIRED components to be found by cmake/Findoracle-instantclient.cmake" This reverts commit 0ee95f93.
-
Steven Murray authored
Modified Findoracle-instantclient.cmake to explicitly look for libocci.so.19.1 because the oracle-instantclient19.3-devel rpm does not create the symbolic link /usr/lib/oracle/19.3/client64/lib/libocci.so
-
Steven Murray authored
Top CMakeLists.txt now explicitly lists all the REQUIRED components to be found by cmake/Findoracle-instantclient.cmake
-
Steven Murray authored
-
- Oct 31, 2019
-
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
-
- Oct 30, 2019
-
-
Giuseppe Lo Presti authored
- Added tool to drop from the CTA catalogue all CASTOR tapes from a given tapepool. This tool makes use of a temporary table and an additional PL/SQL procedure in order to perform efficient bulk operations in the CTA catalogue. - Made tapepool insertion idempotent. - Updated documentation.
-
Giuseppe Lo Presti authored
-
Steven Murray authored
-
- Oct 25, 2019
-
-
Giuseppe Lo Presti authored
-
- Oct 23, 2019
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Corrected scheduling to wait for more files to be queued before creating ArchiveForRepack mount + Unit test
-
- Oct 21, 2019
-
-
Julien Leduc authored
-
Julien Leduc authored
-
Eric Cano authored
-
- Oct 18, 2019
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Corrected auto garbage collection of ArchiveRequest ToTransferForRepack (getQueueType missed one case)
-
Cedric CAFFY authored
-
Steven Murray authored
Changed catch(std::out_of_range) to catch(std::out_of_range &) in order to avoid the following type of compilation error: ../CTA/common/checksum/ChecksumBlob.hpp:145:18: error: catching polymorphic type ‘class std::out_of_range’ by value [-Werror=catch-value=] } catch(std::out_of_range) { ^~~~~~~~~~~~ cc1plus: all warnings being treated as errors
-
- Oct 17, 2019
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Increased the time to lock a Rados object from 300ms to 1 sec. This correction is due to CI repack error (caused by BackendRados::lockBackoff(): timeout)
-
Cedric CAFFY authored
Removed objectstore initialization agent after objectstore initialization (cta-objectstore-initialize.cpp) Catched other exceptions in continuousintegration/orchestration/tests/client-ar-abortPrepare.cpp
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
- Oct 15, 2019
-
-
Steven Murray authored
-
- Oct 10, 2019
-
- Oct 08, 2019
-
-
Cedric CAFFY authored
-
Julien Leduc authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Julien Leduc authored
Should be archiving a different file for every xrdcp. Need to add some comments as it starts to be really really bad...
-
Eric Cano authored
- Oct 04, 2019
-
-
Eric Cano authored
Resolve "Handle the ABORT_PREPARE workflow event in CTA" and #533 Closes #533 and #252 See merge request cta/CTA!7
-