- 02 Apr, 2014 3 commits
-
-
David COME authored
-
David COME authored
-
David COME authored
-
- 01 Apr, 2014 6 commits
-
-
David COME authored
-
David COME authored
DiskReadTask -> DiskReadTaskInterface, DiskReadFileTask -> DiskReadTask, same thing for the write side. Changed the includes files accordingly
-
David COME authored
-
David COME authored
-
David COME authored
-
David COME authored
-
- 31 Mar, 2014 5 commits
-
-
David COME authored
They are sorted into several categories : WIP, Not touched, updated. See the color legend in the file
-
David COME authored
-
David COME authored
They were used for test purpose, but Mock objets are better for that, so removed
-
David COME authored
Otherwhise, after catching up an exception saying we failed to report, we did not leave the loop
-
David COME authored
-
- 28 Mar, 2014 6 commits
-
-
David COME authored
-
David COME authored
-
David COME authored
-
David COME authored
-
Eric Cano authored
This fixes UINT64_C not defined in SLC5.
-
Eric Cano authored
-
- 27 Mar, 2014 8 commits
-
-
David COME authored
-
David COME authored
For instance, we can now ensure client.reportEndOfSession(WithError) is the last function called and check we have the right number of report
-
David COME authored
ReportEndofSession(WithErrors)::goingToEnd returns now true as it should and RecallReportPacker.M-terminate has been removed by goingToEnd+break if true
-
David COME authored
-
Eric Cano authored
-
Eric Cano authored
-
David COME authored
-
David COME authored
Moved all files related to Client to client/, changed the namespace and fixed the files consequently (header,usings,...)
-
- 26 Mar, 2014 12 commits
-
-
David COME authored
-
David COME authored
Modified the FakeClient consequently and the CMake files too
-
David COME authored
-
David COME authored
Relaxed constrain on frequency for flusing report and added logging&report to client in case of mismatch between the report's type for the end of session and the presence of an error Now we call reportEndOfSessionWithErrors if there is an actual error or a mismatch (that implies a bug in the code). Flushing is done as soon as the number of reports is >= frequency (instead of >)
-
David COME authored
Add logging and report to client in case of mismatch between the report's type for the end of session and the presence of an error Now we call reportEndOfSessionWithErrors if there is an actual error or a mismatch (that implies a bug in the code)
-
Eric Cano authored
Removed the exception launcher which was not used anywhere and duplicates the one of castor::exception::Errnum.
-
Eric Cano authored
MemBlock, MemManager, MemManagerClient, MigrationJob, TapeReadFileTask, TapeReadTask, TapeSingleThreadInterface, TapeReadSingleThread, TapeWriteTask, TaskInjector into castor::tape::tapeserver::daemon Fixed tapeserver-mm which makes use of some of the moved classes.
-
Eric Cano authored
-
Daniele Kruse authored
-
Eric Cano authored
-
Eric Cano authored
We currently only cover the Recalls, and we still need to start the threads.
-
Eric Cano authored
intended for protyping. Retyped DiskWriteThreadPool's members to fixed length types.
-