- 14 Aug, 2018 1 commit
-
-
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.
-
- 01 Aug, 2018 1 commit
-
-
Steven Murray authored
cta/CTA#296 Temporary disabled unit-test OStoreDBPlusMockSchedulerTestVFS/DataTransferSessionTest.DataTransferSessionMissingFilesMigration/0
-
- 31 Jul, 2018 1 commit
-
-
Steven Murray authored
-
- 05 Jul, 2018 1 commit
-
-
Eric Cano authored
This setup allows reproducing a but seen in system tests.
-
- 04 Jul, 2018 2 commits
-
-
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.
-
- 14 May, 2018 1 commit
-
-
Eric Cano authored
This version is not data safe as the request is created late, right after referencing the job to the queue.
-
- 11 May, 2018 1 commit
-
-
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.
-
- 03 May, 2018 1 commit
-
-
Steven Murray authored
-
- 28 Feb, 2018 1 commit
-
-
Steven Murray authored
-
- 31 Jan, 2018 1 commit
-
-
Steven Murray authored
Moved maxTriesToConnect parameter to CatalogueFactory::create().
-
- 09 Nov, 2017 4 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- 05 Oct, 2017 1 commit
-
-
Steven Murray authored
Done.
-
- 18 Aug, 2017 1 commit
-
-
Eric Cano authored
-
- 11 Aug, 2017 1 commit
-
-
Eric Cano authored
-
- 12 Jul, 2017 1 commit
-
-
Steven Murray authored
-
- 30 Jun, 2017 1 commit
-
-
Steven Murray authored
-
- 19 Jun, 2017 1 commit
-
-
Eric Cano authored
Adapted unit tests to validate this fetching.
-
- 01 Jun, 2017 3 commits
-
-
Eric Cano authored
-
Eric Cano authored
-
Cristina Moraru authored
Change RAO synchronization: * move all RAO operations right after mounting, before the exection of any tape read task * while waiting for the tape to be mounted, the ReacallTaskInjector fetches more tape read jobs * once the tape is mounted and the RecallTaskInjector gets access to the drive performs RAO query for all queued files * after performing RAO query for this files, RAO is deactivated Signed-off-by:
Cristina Moraru <cristina-gabriela.moraru@cern.ch>
-
- 29 May, 2017 1 commit
-
-
Steven Murray authored
Removed the "--encryptionkey" option from "cta tape add"
-
- 26 May, 2017 2 commits
-
-
Cristina Moraru authored
Signed-off-by:
Cristina Moraru <cristina-gabriela.moraru@cern.ch>
-
Cristina Moraru authored
This patch extends RecallTaskInjector to perform a Recommended Access Query to the tape drive to reorder a set of jobs. This patch also adds a unit test for the newly added RAO functionality Signed-off-by:
Cristina Moraru <cristina-gabriela.moraru@cern.ch>
-
- 09 May, 2017 1 commit
-
-
Eric Cano authored
-
- 28 Apr, 2017 1 commit
-
-
Eric Cano authored
The VFS implementation only launches the operation in the background (via std::async). The Rados implementation uses the aio features of Rados. Lock and update are launched in the background via std::async. Also now uses override for Backend virtual function.
-
- 20 Apr, 2017 1 commit
-
-
Steven Murray authored
Done.
-
- 03 Apr, 2017 1 commit
-
-
Eric Cano authored
Created a garbage collector subprocess for the drive daemon. Created a AgentHeartbeat thread and added it to frontend, drive subprocess and GC subprocess. Fixed logs and drive subprocess. Renamed common/threading/Threading.[hc]pp to Thread.[hc]pp as there is only one class left in this file.
-
- 09 Feb, 2017 1 commit
-
-
Steven Murray authored
Work for issue #65 EOS+CTA interface definition and implementation
-
- 07 Feb, 2017 1 commit
-
-
Eric Cano authored
-
- 04 Jan, 2017 1 commit
-
-
Steven Murray authored
-
- 02 Dec, 2016 1 commit
-
-
Steven Murray authored
-
- 10 Nov, 2016 1 commit
-
-
Eric Cano authored
-
- 08 Nov, 2016 1 commit
-
-
Eric Cano authored
-
- 07 Nov, 2016 1 commit
-
-
Eric Cano authored
Removed DataTransferSessionEmptyOnVolReq unit test which now locks (sessions now loop until they schedule).
-
- 11 Oct, 2016 1 commit
-
-
Steven Murray authored
-
- 06 Oct, 2016 1 commit
-
-
Eric Cano authored
Added drive status reporting in scheduler Added drive status reporting in OStoreDB Added support for drive status listing in the front end Removed virtual functions from the Scheduler, which is never overloaded. Added DesiredDriveState structure to drive state. Removed usage of duplicate MountType, DriveStatus and DriveState structures. Created DriveInfo structure to allow recreation of drive register entry in all reporting situation (potentially with partial/assumed info).
-