- Jul 30, 2018
-
-
Steven Murray authored
-
Steven Murray authored
Modified CMakeLists.txt files to apply -Wno-unused-function for GCC 6 and above. It was GCC 7 and above before.
-
Steven Murray authored
-
Steven Murray authored
-
- Jul 26, 2018
-
-
Steven Murray authored
-
- Jul 25, 2018
-
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
-
Michael Davis authored
On a failed Send(), the client tries to reestablish the connection to the Server.
-
- Jul 20, 2018
-
-
Steven Murray authored
Done.
-
Steven Murray authored
Done.
-
Michael Davis authored
-
- Jul 09, 2018
-
- Jul 05, 2018
- Jul 04, 2018
-
-
Eric Cano authored
This is validated in a unit test.
-
Eric Cano authored
We now fall back to basic error codes when not supporting a specific extended error code.
-
Eric Cano authored
The catalogue can receive polymorphic items as input for recording. The strict sequencing of fSeqs is still enforced. Currently, 2 items types are recorded: files and placehoders. Files are recorded to the tape catalogue, while place holders are not, but they are used to enforce the fSeq sequencing.
-
Eric Cano authored
When no data is received for a given file, the tape server will leave a placeholder on tape an carry on with the writing of the following files, avoiding a tape unmount. Updated unit test.
-
- Jul 02, 2018
-
-
Eric Cano authored
Fixed expected number of retries.
-
Eric Cano authored
This is a stop gap solution for FTS tests which generate too many mounts as many file transfers fail on checksum check and the file gets delete after the archive requests get generated. On the longer run, we will need to imlement a placeholder mechanism where the taper server can skip missing files and carry on with the migration session without unmounting the tape.
-
- Jun 29, 2018
-
-
Eric Cano authored
-
- Jun 28, 2018
-
-
Steven Murray authored
-
Eric Cano authored
The current logging of failures for retrieve requests was attempting to retrieve the list after the object was removed. The failures list has been moved to another log line, similar to how it is done with archive requests.
-
Julien Leduc authored
-
Eric Cano authored
-
Eric Cano authored
-
Steven Murray authored
-
- Jun 27, 2018
- Jun 26, 2018
-
-
Eric Cano authored
The unit test is disabled as it does not pass yet. Templated some structures to reflect imperfect similarities between inserting and popping.
-
- Jun 22, 2018
-
-
Steven Murray authored
Done.
-
Steven Murray authored
-
Michael Davis authored
-
Eric Cano authored
The WrongPreviousOwner exception has been moved out from archive and retrieve requests to have more generic code.
-
Michael Davis authored
Exits from Init() with exit(1) in case of failure instead of returning false, as a temporary workaround until the following XRootD bug is fixed: https://github.com/xrootd/xrootd/issues/751
-
- Jun 21, 2018
-
-
Steven Murray authored
-
Steven Murray authored
Done
-