- Dec 13, 2018
-
-
Cedric CAFFY authored
-
- Dec 12, 2018
-
-
Cedric CAFFY authored
-
Cedric CAFFY authored
of VO and Density"
-
- Dec 11, 2018
-
-
Steven Murray authored
Added MEDIA_TYPE and VENDOR columns to TAPE table and upgraded xrootd-ssi-protobuf-interface to v0.29
-
- Nov 09, 2018
-
-
Steven Murray authored
DataTransferSessionTapeFullMigration and DataTransferSessionTapeFullOnFlushMigration now count the first files archived to tape as opposed to relying on the values of the archive file IDs
-
- Oct 29, 2018
-
-
Steven Murray authored
-
- Sep 27, 2018
-
-
Eric Cano authored
-
- Aug 14, 2018
-
-
Eric Cano authored
The tape write task not lister anymore to the memory manager for zero length files.
-
Eric Cano authored
A retry might sneak into the session (depending of end of sessions and reporting speeds). Relaxed the test criteria for this case.
-
Eric Cano authored
We now leave a placeholder on the tape and carry on in this case. The errors will eventually clear the archive request.
-
Eric Cano authored
The disk read task hangs in this case. The tape write taks is still created, will leave a placeholder on the tape (to be implemented) and count an error for the request.
-
- Aug 01, 2018
-
-
Steven Murray authored
cta/CTA#296 Temporary disabled unit-test OStoreDBPlusMockSchedulerTestVFS/DataTransferSessionTest.DataTransferSessionMissingFilesMigration/0
-
- Jul 31, 2018
-
-
Steven Murray authored
-
- Jul 30, 2018
-
-
Steven Murray authored
Modified CMakeLists.txt files to apply -Wno-unused-function for GCC 6 and above. It was GCC 7 and above before.
-
- Jul 05, 2018
-
-
Eric Cano authored
This setup allows reproducing a but seen in system tests.
- Jul 04, 2018
-
-
Eric Cano authored
This is validated in a unit test.
-
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.
-
- Jun 29, 2018
-
-
Eric Cano authored
-
- Jun 28, 2018
-
-
Eric Cano authored
-
- Jun 06, 2018
-
-
Eric Cano authored
This should ease the contention on the object store.
-
- May 29, 2018
-
-
Eric Cano authored
The error(s) gets recorded at failure time, and the list is printed at job deletion time.
-
- May 15, 2018
-
-
Eric Cano authored
-
- May 14, 2018
-
-
Eric Cano authored
This version is not data safe as the request is created late, right after referencing the job to the queue.
-
- May 11, 2018
-
-
Eric Cano authored
The top half goes as far as when the request is safe in the object store. At that point, the bottom half is launched in a new thread, and success is returned the called. This will enable lower latency for the users while retaining the same data safety. This version is experimental aas it spans an undetermined number of threads. A more controlled version with a work queue should be implenented on the long run.
-
- May 03, 2018
-
- Apr 30, 2018
- Apr 27, 2018
-
-
Julien Leduc authored
-
- Apr 09, 2018
-
-
Anastasia Karachaliou authored
-
Steven Murray authored
Moved SourcedParameter<FetchReportOrFlushLimits>::set() from SourcedParameter.cpp to TapedConfiguration.cpp SourcedParameter.cpp is the "common" CTA directory, in other words CTA/commIit is located at on/SourcedParameter.cpp. The SourceParameter.cpp file should therefore not contain any code specific to a particular CTA daemon such as cta-taped.
-
Steven Murray authored
Moved SourcedParameter<FetchReportOrFlushLimits>::addLogParamForValue() from SourcedParameter.cpp to TapedConfiguration.cpp SourcedParameter.cpp is the "common" CTA directory, in other words CTA/commIit is located at on/SourcedParameter.cpp. The SourceParameter.cpp file should therefore not contain any code specific to a particular CTA daemon such as cta-taped.
-
Steven Murray authored
Moved SourcedParameter<TpconfigLine>::addLogParamForValue() from SourcedParameter.cpp to TapedConfiguration.cpp SourcedParameter.cpp is the "common" CTA directory, in other words CTA/commIit is located at on/SourcedParameter.cpp. The SourceParameter.cpp file should therefore not contain any code specific to a particular CTA daemon such as cta-taped.
-
- Mar 23, 2018
-
-
Eric Cano authored
The jobs will now remain attached to the agent of the drive process. The garbage collector process will now requeue them instead of drive process. This will allow the drive process to restart faster for a new session and the drive process to requeue the jobs faster a it processes jobs in bulk.
-
Eric Cano authored
-
- Mar 22, 2018
-
-
Eric Cano authored
-
Steven Murray authored
-
Eric Cano authored
Successful retrieve requests are asynchronously deleted as soon as they are complete. Then from time to time (every 500), the requests get removed from process ownership in bulk.
-
- Mar 01, 2018
-
-
Eric Cano authored
-