- 16 Apr, 2014 3 commits
-
-
Eric Cano authored
-
Eric Cano authored
of log to avoid truncation. Added access to the undelying log object in LogContext to allow implementation of logBacktrace (which logs without any extra context). Moved the replacement of spaces with underscore inside the conditional part of cleanString.
-
Eric Cano authored
file description with structures from messages. Simplified the interface of HeaderChecker::checkHeaderNumericalField. Fixed some header checkers where hex format was used instead of decimal. Added healer functions to manipulate the blockIds.
-
- 11 Apr, 2014 8 commits
-
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
The new functionnality allows reading of tape blocks into the MemBlock. The size of the tape blocks is managed here.
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
Only affects the debuf version with file and line numbers.
-
- 10 Apr, 2014 19 commits
-
-
Eric Cano authored
The upcoming modofication will change the tape file interface, switching from the ad-hoc Fileinfo structure to just using the structure from the network messages directly. We will not update those little used test programs.
-
Eric Cano authored
This will impact the unit tests and make them more talking, showing the logs as they come. We might want to make this behavior optional in the long run (to limit the logs in the automatic builds).
-
Eric Cano authored
Fixed comment: the default serrno for castor::exception::Exception(std::string) is SEINTERNAL, not 0.
-
David COME authored
RecallMemoryManager is the memory manager dedicated to the recall. All recall-related files are now using RecallMemoryManager
-
David COME authored
-
David COME authored
-
David COME authored
-
David COME authored
Thus, threads' begins and ends are logged with the threadID
-
David COME authored
-
David COME authored
Some ambigous namespaces no well supported by g++ 4.1
-
David COME authored
-
David COME authored
-
David COME authored
-
David COME authored
And removed functions that were previously removed from DiskWriteTaskInterface
-
David COME authored
-
David COME authored
-
David COME authored
Conditions were misaligned inside WorkerThread::run and a MutexLock was missing at the begining of the finish function
-
David COME authored
-
David COME authored
files,blocks and waitCompletion have been dropped out
-
- 08 Apr, 2014 2 commits
-
-
David COME authored
-
David COME authored
Changed consequently the types to use the interface instead of the derived type : RecallReportPacker
-
- 07 Apr, 2014 8 commits
-
-
Eric Cano authored
-
David COME authored
-
David COME authored
DiskReadThreadPool::WorkerThread::run has been changed consequently
-
David COME authored
thus if m_failled is set at true, then the block is not usable
-
David COME authored
That way, the LogContext is no longer shared between different threads
-
David COME authored
-
David COME authored
-
David COME authored
-