- 15 Apr, 2011 12 commits
-
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
Fixed handling of exceptions when informing the destinations of disk to disk copies that it can start
-
Sebastien Ponce authored
Fixed atomicity of transferStarting for source end of a disk to disk copy in case we timeout in the connection to the disk server
-
Sebastien Ponce authored
Fixed default (commented) values of the SynchronizationInterval and ManagementInterval options of the TransferManager and JobManager. They had been inverted
-
Sebastien Ponce authored
-
Sebastien Ponce authored
Make sure that the d2dend command is atomic, that is that it does not leave the d2dsrc on the diskserver while removing it from the headnode
-
Sebastien Ponce authored
-
Sebastien Ponce authored
Limit the length of the internal queue between the DB extraction and the actual dispatching to 2x the number of workers. Also take care that the queue is emptied when we exit gracefully
-
Sebastien Ponce authored
Do not use intermediate status BEINGSCHED for subrequests. It was only present for the cases where LSF was losing jobs. This is no more hapenning, and would it happen, the synchronization would take care of it
-
Steven Murray authored
-
- 14 Apr, 2011 8 commits
-
-
Dennis Waldron authored
-
Krzysztof Blaszczyk authored
-
Dennis Waldron authored
-
Dennis Waldron authored
-
Dennis Waldron authored
-
Dennis Waldron authored
-
Dennis Waldron authored
-
Dennis Waldron authored
-
- 12 Apr, 2011 3 commits
-
-
Sebastien Ponce authored
-
Sebastien Ponce authored
Fixed listtransfers that was not reporting properly all nodes and implemented synchronous ending of the source of d2d transfers when the transfer is over
-
Sebastien Ponce authored
-
- 11 Apr, 2011 2 commits
-
-
Dennis Waldron authored
-
Dennis Waldron authored
-
- 08 Apr, 2011 10 commits
-
-
Krzysztof Blaszczyk authored
No commit message
-
Krzysztof Blaszczyk authored
-some additonal corrections, TreeMap should run pretty stable again, import errors shouldn't occur any more
-
Dennis Waldron authored
Fixed: #80643: Incorrect file size and checksum information after update of files using the xroot protocol
-
Eric Cano authored
Added support for the case when the tape is not know to the name server.
-
Krzysztof Blaszczyk authored
-OnServerStart is a new place to define tasks that have to be executed when server starts -imports reorganized -found a long unrecognized bug in createObject() and getPostProcessorNames() -Exported some helper functions used by views to a separate file. That removes dependencies between Analysis.py and views.py -changing Analysis and few other functions to measure ratio quality (Thesis related)
-
Dennis Waldron authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
Always use tuple when calling remote procedure. This was not done in 2 places for the transfersCanceled one
-
Dennis Waldron authored
Fixed: Exception 'TypeError: int() argument must be a string or a number' caused by attempts to log None type parameter values. Now parameters whose values are None are ignored.
-
Eric Cano authored
Changed the default migration retry logic to always retry as this is the current policy in production.
-
- 07 Apr, 2011 5 commits
-
-
Sebastien Ponce authored
-
Sebastien Ponce authored
Fixed wrong variable name which practically disabled a check for out of memory condition after a malloc
-
Eric Cano authored
Fixed inverted arguments in comparison.
-
Eric Cano authored
Added protection from a vmgr indicating an fseq already referenced in the NS (this protection was present in rctpclientd).
-
Dennis Waldron authored
- Fixed: Removed the isinstance logic to test for strings as it does not work in all cases such as logging of the exception type e.g. 'socket.error' which is not an instance of type 'str'
-