- 29 Mar, 2011 2 commits
-
-
Sebastien Ponce authored
-
Sebastien Ponce authored
- fixed the hosts used by command lines to connect to the transfer manager daemon (they were wrongly using the jobmanager host) - better exception handling in case of entry not found in the config file - avoid using JobManager entries of the config file. The involved entries have been duplicated so that the cleanup is easier when the jobManager goes
-
- 28 Mar, 2011 10 commits
-
-
Dennis Waldron authored
Reintroduced the call to dropsegs, this provides backwards compatibility with 2.1.10 making the upgrade/transition process smoother
-
Dennis Waldron authored
-
Krzysztof Blaszczyk authored
-
Krzysztof Blaszczyk authored
-ViewNode has explicit values now. That reduces a lot of potential confusion about what information is contained in ViewNode -renaming imagemap.html to treemap.html, preparing to split treemap.html template in order to reuse it for table view
-
Dennis Waldron authored
- Fixed: (ERRORS) Undefined variable 'reqdiskPool' should by reqdiskpool - Fixed: (ERRORS) Undefined variable 'transferId' should be transferid - Fixed: Bad indentation - Fixed: More than one statement on a single line - Fixed: Comma not followed by a spaces - Fixed: Unnecessary semicolons
-
Dennis Waldron authored
- Fixed: Unused variables - Fixed: More than one statement on a single line - Fixed: Comma not followed by a spaces - Fixed: Unnecessary semicolons
-
Dennis Waldron authored
- Fixed: Bad indentation - Fixed: (ERRORS) Undefined variable 'checkForReconnection - Fixed: Unreachable code blocks - Fixed: More than one statement on a single line - Fixed: Unused variables
-
Dennis Waldron authored
- Fixed: Removed unused module imports - Fixed: Redefinition of built-in types - Fixed: (ERRORS) Usage of undefined variables 'connString' and 'pidFile' - Fixed: Unused variables - Fixed: Bad indentation
-
Dennis Waldron authored
-
Dennis Waldron authored
Modified the stager and request handler daemons to make the JobManager/NotifyHost and JobManager/NotifyPort options in castor.conf optional. This modification is designed to support running CASTOR in a non LSF mode. Note: There is more code duplication here then I would like, but that all disappears once the old scheduling system is removed
-
- 25 Mar, 2011 13 commits
-
-
Dennis Waldron authored
-
Dennis Waldron authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Dennis Waldron authored
-
Steven Murray authored
-
Dennis Waldron authored
Attempt to unmarshall as much information as possible in the Cns_openx call even in cases of failure
-
Sebastien Ponce authored
Many small improvements and fixes to the transfer manager and tools around it. Most credits for finding the problems go to Dennis. - fixed header alignments in listtransfers - fixed case of keys in logs - set JobId to "unused for TM" in the stagerJob log - create the temporary files of the scheduling read only - show fileid in listtransfers - record the request id in all log messages where it makes sense - fixed rebuilding of diskserver manager queue when it restarts - handled properly log values contaning spaces - fixed too zealous retries to schedule d2d destination when source is not ready - improved drain mode, so that the transfer manager stops running when activity is over - fixed automatic reload for all parameters (some were cached and thus not reloaded properly) - reenabled active canceling of jobs on diskservers that did not start it first (was lost in some bad merge)
-
Sebastien Ponce authored
-
Eric Cano authored
-
Dennis Waldron authored
-
Dennis Waldron authored
Removed the DBLISTPTR typedef... 1) It generates 'unused parameter' compiler warnings and 2) It's not actually used by anything
-
Dennis Waldron authored
-
- 24 Mar, 2011 8 commits
-
-
Krzysztof Blaszczyk authored
-very first preparations for tableView
-
Dennis Waldron authored
-
Eric Cano authored
Removed workaround triggers as the framework now can ignore table columns cleanly.
-
Steven Murray authored
Changed tpvid parameter of PL/SQL procedure cancelRecallForTape to inVid in order to follow the CASTOR PL/SQL naming convention. I checked that the new modification stil compiles. CREATE OR REPLACE PROCEDURE cancelRecallForTape (inVid IN VARCHAR2) AS BEGIN FOR a IN (SELECT DISTINCT(DiskCopy.id), DiskCopy.castorfile FROM Segment, Tape, TapeCopy, DiskCopy WHERE Segment.tape = Tape.id AND Segment.copy = TapeCopy.id AND DiskCopy.castorfile = TapeCopy.castorfile AND DiskCopy.status = 2 -- WAITTAPERECALL AND Tape.vid = inVid ORDER BY DiskCopy.id ASC) LOOP cancelRecall(a.castorfile, a.id, 7); END LOOP; 14 END; 15 / Procedure created. SQL> select status from user_objects where object_name = 'CANCELRECALLFORTAPE'; STATUS ------- VALID SQL>
-
Dennis Waldron authored
-
Steven Murray authored
-
Dennis Waldron authored
Removed incorrect dependency on LSF-GLIBC-2.3-devel for the castor-jobmanager-server and castor-rmmaster-server packages
-
Dennis Waldron authored
- Added comment to the Cns_openx call to indicate that it is for internal use only
-
- 23 Mar, 2011 5 commits
-
-
Steven Murray authored
currently contains a command-line tool based VDQM code which sends an RTCOPY job to an rtcpd daemon on a specified host.
-
Sebastien Ponce authored
Fixed checking for random order tags (old check was actually inoperative). Also fixed all the testcases issues uncovered by this fix
-
Dennis Waldron authored
-
Dennis Waldron authored
Fixed: #75644: RFE: provide a nameserver API to atomically stat/create + change fileclass for a file
-
Dennis Waldron authored
Removed the fileclass comment which indicates that experiments should use file class 1 and users file class 2
-
- 22 Mar, 2011 2 commits
-
-
Sebastien Ponce authored
Fixed handling of the diskCopy size that was not properly set by this script. This led to inconsistencies preventing d2d copies to happen
-
Eric Cano authored
-