- 15 Jun, 2021 1 commit
-
-
- 02 Jun, 2021 1 commit
-
-
- 14 Apr, 2020 1 commit
-
-
Cedric Caffy authored
-
- 07 Apr, 2020 1 commit
-
-
Cedric Caffy authored
-
- 23 Oct, 2019 3 commits
-
-
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
-
- 14 Aug, 2018 1 commit
-
-
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.
-
- 21 Jun, 2017 1 commit
-
-
Eric Cano authored
Also added extra logs in ArchiveMount::getNextJobBatch().
-
- 19 Jun, 2017 1 commit
-
-
Eric Cano authored
-
- 13 Apr, 2017 1 commit
-
-
Eric Cano authored
-
- 14 Feb, 2017 1 commit
-
-
Eric Cano authored
-
- 09 Sep, 2016 1 commit
-
-
Victor Kotlyar authored
-
- 05 Sep, 2016 1 commit
-
-
Victor Kotlyar authored
Replaced castor file header with CTA file header Moved castor::server:: BlockingQueue Semaphores AtomicCounter AtomicFlag into cta::threading::
-
- 29 Aug, 2016 1 commit
-
-
Steven Murray authored
-
- 14 Jul, 2016 1 commit
-
-
Eric Cano authored
Completed changes so that archive and retrieves can be queued, mounts created and jobs reported done.
-
- 30 Jun, 2016 1 commit
-
-
Eric Cano authored
-
- 22 Jun, 2016 1 commit
-
-
Eric Cano authored
Removed deprecated structures from archiveNS and nameserver namespaces. Removed RetrieveToFileRequest.
-
- 03 Feb, 2016 1 commit
-
-
Eric Cano authored
This implied removing tpconfig, tplabel and tpstat.
-
- 08 Oct, 2015 1 commit
-
-
Eric Cano authored
Fixed confusion between archive and retieve in logging "path" and creation of file object by file factory.
-
- 15 Sep, 2015 1 commit
-
-
Eric Cano authored
Implemented cta::ArchiveJob::complete(), and added the members that should be set to have the necessary information available at complete() time. Updated the calls in the archive_and_retrieve_new_file unit test.
-
- 03 Sep, 2015 1 commit
-
-
Daniele Kruse authored
-
- 24 Aug, 2015 1 commit
-
-
Daniele Kruse authored
-
- 19 Aug, 2015 1 commit
-
-
Steven Murray authored
-
- 14 Aug, 2015 1 commit
-
-
Daniele Kruse authored
-
- 13 Aug, 2015 1 commit
-
-
Daniele Kruse authored
-
- 24 Jul, 2015 1 commit
-
-
Steven Murray authored
Please note that you will have to install the following CASTOR rpms in order to compile: castor castor-devel castor-lib castor-lib-server castor-lib-tape
-
- 16 Jul, 2015 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
Renamed CTA/tapeserver/castor to CTA/tapeserver/castor_checkout in preparation for the moving the sub-directory CTA/tapeserver/castor/castor up the directory tree
-
- 15 Jul, 2015 2 commits
-
-
Steven Murray authored
-
Eric Cano authored
-
- 01 Dec, 2014 1 commit
-
-
Eric Cano authored
-
- 24 Nov, 2014 1 commit
-
-
Eric Cano authored
-
- 18 Nov, 2014 1 commit
-
-
Eric Cano authored
Added a the new criteria (less that half the work asked for) for ending the session for migrations. The symetric for recalls is not possible currently as we do not know the file size beforehand in recalls (it is found out from data on tape).
-
- 13 Nov, 2014 1 commit
-
-
Steven Murray authored
-
- 27 Sep, 2014 1 commit
-
-
Eric Cano authored
wait for the end of execution pipeline draining in all cases in MigrationTaskInjector::WorkerThread::run. The asynchronous deleteAllTasks deleted the end-of-session signaling to the task injector, which led this end of MigrationTaskInjector::WorkerThread::run into infinte waiting for this dropped end of session signal.
-
- 05 Sep, 2014 1 commit
-
-
Eric Cano authored
Reviewed and fixed the error handling for migrations. A deadlock was created by the competing usage of a stop variable an normal information flow through the threads. The global variable's usage has been reduced and clarified: it is set by the tape thread to indicated an error reached it. From that point on, the remaining disk threads can stop what they are doing (and not before as failing to read a file should not block the completion of previous ones). The file errors are now transmitted to the client before end of session, and in case of flush. The unit tests have been updated accordingly. Report messages have been improved.
-
- 05 Aug, 2014 1 commit
-
-
David COME authored
-
- 01 Aug, 2014 1 commit
-
-
David COME authored
-
- 31 Jul, 2014 1 commit
-
-
Eric Cano authored
-