- May 14, 2019
-
-
Julien Leduc authored
-
Cedric CAFFY authored
Added repack_systemtest.sh that allows to execute a repack on a specified VID with only cta-admin and eos commands Created a repack_systemtest_wrapper.sh script to allow to execute the repack_systemtest.sh in the CI Adapted the simple_repack.sh script so that it uses the repack_systemtest.sh script
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Wrapped the content of MaintenanceHandler::runChild() into a new method MaintenanceHandler::exceptionThrowingRunChild() This has been done in order to avoid the MaintenanceHandler to leak exceptions
-
Julien Leduc authored
-
- May 13, 2019
-
-
Eric Cano authored
The garbage collector now sets a flag on the agent object indicating garbage collection. The process will immediately exit when detecting garbage collection.
-
Julien Leduc authored
-
- May 12, 2019
-
-
Julien Leduc authored
-
Julien Leduc authored
-
- May 10, 2019
-
-
Steven Murray authored
-
- May 09, 2019
-
-
Eric Cano authored
This triggered the killing of the maintenance process by a sibling which had an unhandled exception and hence called the destructor of the MaintenanceHandler. Usual use case sees an exit instead with no full stack unwinding.
-
Steven Murray authored
-
Julien Leduc authored
-
Steven Murray authored
-
Cedric CAFFY authored
The status of the repack request is updated throughout all its lifecycle (Pending, ToExpand, Starting, Running, Complete or failed)
-
- May 08, 2019
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
- May 07, 2019
-
-
Julien Leduc authored
-
Julien Leduc authored
Flushing stdout and sending ERROR messages to stdout as redirection would be applied to stdbuff command
-
Julien Leduc authored
-
Eric Cano authored
-
Eric Cano authored
-
Cedric CAFFY authored
-
Eric Cano authored
-
Steven Murray authored
-
Steven Murray authored
Fixed.
-
Giuseppe Lo Presti authored
Moreover, the PL/SQL code for the CTA catalogue is temporarily moved out of the catalogue folder as it requires some schema changes that are still work in progress in a dev branch. Until then, all migration code is evolved in the migration/ folder.
-
- May 06, 2019
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
Cedric CAFFY authored
Moved disk-operations-related code into the new "disk" directory
-
Cedric CAFFY authored
Removed helgrind error by removing a linkage in the tapeserver/castor/tape/tapeserver/file/CMakeLists.txt file
-
- May 03, 2019
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
-
- May 02, 2019
-
-
Cedric CAFFY authored
Refactored the async deletion of repack subrequests files via XRootD (used the xroot's async deletion) Deleted the folder containing the repack subrequests files (Local file + XRootD)
-
- Apr 30, 2019
-
-
Cedric CAFFY authored
The folder containing the files need now to be removed
-
- Apr 29, 2019
-
-
Cedric CAFFY authored
Added the creation of the directory corresponding to the vid of the tape to repack (xroot + local file system)
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
References: https://gitlab.cern.ch/cta/CTA/issues/479 (on the CTA side) Jira: CASTOR-5526: support the migration to CTA (on the CASTOR side) The latter won't be updated further, all required code will be committed here and gitlab tickets will be updated accordingly.
-
- Apr 23, 2019
-
-
Michael Davis authored
Fixes race condition: for text stream responses, guarantees that header is printed before the stream data.
-
- Apr 16, 2019
-
-
Eric Cano authored
-