Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
e45aa435
Commit
e45aa435
authored
Sep 03, 2014
by
Sebastien Ponce
Browse files
Merge branch 'v2_1_14Version'
parents
a7fb93a4
3f1ef6a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
castor/scheduler/connectionpool.py
View file @
e45aa435
...
...
@@ -46,7 +46,7 @@ def asyncreq(proxy, handler, *args):
return
connection
.
async_request
(
handler
,
oid
,
*
args
)
# initialization of the log messages
msgs
=
dlf
.
enum
(
'CONNLOST'
)
msgs
=
dlf
.
enum
(
'CONNLOST'
,
base
=
1000
)
dlf
.
addmessages
({
msgs
.
CONNLOST
:
'Connection lost'
})
class
ConnectionPool
(
object
):
...
...
castor/scheduler/transfermanager/transfermanagerdlf.py
View file @
e45aa435
...
...
@@ -121,7 +121,7 @@ dlf.addmessages({msgs.ABORTEREXCEPTION : 'Caught exception in Aborter thread',
msgs
.
D2DDESTRESTARTERROR
:
'Unable to put d2ddest back in queue as sources are missing. Probable race condition'
,
msgs
.
INVOKINGTRANSFERBACKTOQUEUE
:
'Invoking transferBackToQueue'
,
msgs
.
TRANSFERSRCCANCELED
:
'denying start of source transfer as it has been canceled'
,
msgs
.
REPORTMANAGEREXCEPTION
:
'Caught exception in
Ab
orter thread'
,
msgs
.
REPORTMANAGEREXCEPTION
:
'Caught exception in
Rep
orter thread'
,
msgs
.
INVOKINGMODIFYDISKSERVERS
:
'Invoking modifyDiskServers'
,
msgs
.
MODIFYDISKSERVERSEXCEPTION
:
'Exception caught while modifying diskserver(s), giving up'
,
msgs
.
INITQUEUES
:
'Initializing Queues from the diskmanagers
\'
ones'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment