- 29 Aug, 2016 1 commit
-
-
Steven Murray authored
-
- 11 Aug, 2016 1 commit
-
-
Eric Cano authored
Ported DataTransferSessionTest unit test DataTransferSessionGooddayMigration and DataTransferSessionEmptyOnVolReq.
-
- 14 Jul, 2016 1 commit
-
-
Eric Cano authored
Completed changes so that archive and retrieves can be queued, mounts created and jobs reported done.
-
- 22 Jun, 2016 1 commit
-
-
Eric Cano authored
Removed deprecated structures from archiveNS and nameserver namespaces. Removed RetrieveToFileRequest.
-
- 12 Feb, 2016 1 commit
-
-
Steven Murray authored
-
- 03 Feb, 2016 1 commit
-
-
Eric Cano authored
This implied removing tpconfig, tplabel and tpstat.
-
- 20 Nov, 2015 1 commit
-
-
Eric Cano authored
Added protection agains creation of checksums of the wrong size and added casts where needed.
-
- 18 Nov, 2015 1 commit
-
-
Eric Cano authored
Added url style conversion of checksums Added support for checksums in mockNs Fixed support for checksums in the scheduler Re-instated several ASSERT_NO_THROW which were commented out during debugging.
-
- 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.
-
- 06 Oct, 2015 1 commit
-
-
Daniele Kruse authored
Fixed 4 bugs that are preventing DataTransferSessionGooddayRecall test to succeed. One more left: next commit will do
-
- 01 Oct, 2015 1 commit
-
-
Eric Cano authored
-
- 18 Sep, 2015 1 commit
-
-
Eric Cano authored
Adjusted unit test to accomodate the new structure (SchedulerDatabase::RetrieveMount is now a pure virtual class).
-
- 24 Aug, 2015 3 commits
-
-
Steven Murray authored
-
Daniele Kruse authored
-
Daniele Kruse authored
-
- 21 Aug, 2015 1 commit
-
-
Daniele Kruse authored
-
- 20 Aug, 2015 1 commit
-
-
Daniele Kruse authored
-
- 19 Aug, 2015 1 commit
-
-
Steven Murray authored
-
- 14 Aug, 2015 1 commit
-
-
Eric Cano authored
Reworked the queueing of retrieve jobs in the OStoreDB. Improved some variable names.
-
- 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
-
- 18 Mar, 2015 1 commit
-
-
Steven Murray authored
Fixed. Removed "h/" from all #includes.
-
- 04 Dec, 2014 1 commit
-
-
Steven Murray authored
-
- 20 Nov, 2014 1 commit
-
-
Eric Cano authored
-
- 19 Nov, 2014 1 commit
-
-
Eric Cano authored
Propagated references to the watchdog to disk and tape threads and tasks. Added a maps for storing the count of all errors that occured during the session. Added propagation of the counts to the initial process. Added error reporting in disk and tapes threads and tasks by using a string marker allowing to know which part went wrong in high level exception. Exceptions then bumps up the count in the watchdog (synchronously), and the watchdog sends the new count to the initial thread later (in the watchdog's thread). Plus some missing logs fixed when an exception is thrown in a disk write task. Added interface to reference the recall watchdog to the recall disk thread pool. Next: Do same for migration. Actually store the reference. Add new error map storing in watchdog. Add error reporting in tape and disk threads. WIP: Added missing file ID for disk write thread. Added missing error log when an exception is thrown in a disk write task. WIP: switching to CASTOR-4839 tapeserverd: task injector should decide on closing the session earlier WIP. Next: log unmount errors (in the RAII) Finished error counting in data threads.
-
- 11 Nov, 2014 2 commits
- 10 Nov, 2014 1 commit
-
-
Eric Cano authored
CASTOR-4823: tapeserverd's main process should log statistics and status of the closing session in all cases Added new messages between the session process and the main process: addition and removal of log parameters. Added storage of the log parameters in the catalogueTransferSession. Added logging of the tape session at the end in the initial process, allowing statistics gathering even in case of crash. This standard log message is intended to be used as an input for the tape log system. Changed the default off the formatting of doubles in the log so that we don't end up with hard to parse scientific notation in the logs.
-
- 31 Oct, 2014 2 commits
- 30 Oct, 2014 2 commits
- 29 Oct, 2014 1 commit
-
-
Eric Cano authored
-
- 28 Oct, 2014 1 commit
-
-
Eric Cano authored
The offending message has been changed in a previous case: CASTOR-4749 Reviewed all bandwidth calculations to homogenize the statistics printing. Fixed a bug where the total time for a session was not properly retrieved before logging, leading to NaN printouts.
-
- 17 Oct, 2014 1 commit
-
-
Eric Cano authored
Created a new unit test to try and reproduce the problem seen here. It did not. The best explanation we have is a stuck file client. As we totally fail to read data from the tape, it makes no sense to open a file for which we have no data. So we deferred the file opening when the first memory block arrives from the tape thread. The outputs of the unit test showed that the file opening has been successfully deferred.
-
- 15 Oct, 2014 1 commit
-
-
Steven Murray authored
I believe the Timer class is generic enough to be used by any part of CASTOR and not just tape.
-