- 28 Nov, 2011 5 commits
-
-
Giuseppe Lo Presti authored
documented what it means (Full documentation is anyway in DynamicThreadPool.hpp).
-
Giuseppe Lo Presti authored
-
Steven Murray authored
bug #89253: tapebridged sends end-of-session before the tapegatewayd has finished processing the session Found a bug in the bug-fix. I was trying to use body.rqst.diskFseq to access a pending transfer in the following Indexed container: castor::tape::tapebridged::BridgeProtocolEngine::m_pendingTransferIds The problem was I had, just a few lines before, removed the pending transfer from the container.
-
Steven Murray authored
bug #89253: tapebridged sends end-of-session before the tapegatewayd has finished processing the session Improved the exception messages of the following class: castor::tape::tapebridge::BridgeProtocolEngine
-
Steven Murray authored
bug #89253: tapebridged sends end-of-session before the tapegatewayd has finished processing the session Improved the exception messages generated by the methods of the following class: castor::tape::utils::IndexedContainer
-
- 25 Nov, 2011 3 commits
-
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
-
Steven Murray authored
bug #89253: tapebridged sends end-of-session before the tapegatewayd has finished processing the session First attempt (and hopefully the last) at fixing the out-of-order end-of-session message.
-
- 24 Nov, 2011 4 commits
-
-
Giuseppe Lo Presti authored
This reverts commit e9748d9b94e170ad18bdca8d3db46b65a775e79d.
-
Giuseppe Lo Presti authored
to drop Repack requests when they are just inserted without SubRequests (Only case in the request handling logic). The solution is not perfect though, there's a race between the cleaning job being too aggressive and the NS answering too slowly for a Repack request to start getting populated before the timeout. To be improved.
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
-
- 23 Nov, 2011 1 commit
-
-
Sebastien Ponce authored
Reduced max number of concurrently starting/aborting repack to 3. A more conservative, thus safer number for a production environment
-
- 21 Nov, 2011 5 commits
-
-
Stefano Alberto Russo authored
-
Sebastien Ponce authored
-
Stefano Alberto Russo authored
-
Sebastien Ponce authored
-
Giuseppe Lo Presti authored
-
- 18 Nov, 2011 4 commits
-
-
Giuseppe Lo Presti authored
This is to fix the code base as the previous implementation was broken with the 2.1.12 schema, pending discussion on the role of this procedure and whether the Lemon publishing upstream should be fixed as well or completely dropped.
-
Giuseppe Lo Presti authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
- 17 Nov, 2011 4 commits
-
-
Sebastien Ponce authored
Fixed gathering of segments data from the nameserver. Note that the new code is ORACLE 11 specific. Thus repack will no support ORACLE 10 anymore
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
- 16 Nov, 2011 1 commit
-
-
Sebastien Ponce authored
-
- 14 Nov, 2011 4 commits
-
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
- 11 Nov, 2011 2 commits
-
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
- 10 Nov, 2011 3 commits
-
-
Sebastien Ponce authored
- svcClass was dropped from the MigrationRouting table as unused. Tools have been amended accordingly. - MigrationJob has now an originalCopyNb and originalVID in case of repack migrations that allow to identify repacks properly - a table MigratedSegment has been added holding information on other existing tape segments for the migrating files. This allows to avoid putting 2 copies on a file on the same tape - in general, migrations that can be triggered at recall time (extra copy and repacks) are populated in MigrationJob table from the beginning, in status MIGRATIONJOB_WAITONRECALL. This allows easy triggering of the migrations after the recall and to identify any problematic migration routing before we even recall.
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
- 08 Nov, 2011 2 commits
- 07 Nov, 2011 2 commits
-
-
Giuseppe Lo Presti authored
-
Steven Murray authored
Fixed.
-