Here is new round, my environment

env | egrep "^Xrd|^XRD"
XRD_NETWORKSTACK=IPv4
XrdSecGSIUSERPROXY=/data/vk/proxy
XRD_LOGLEVEL=Dump
XrdSecDEBUG=2

code:

from XRootD import client
from XRootD.client.flags import OpenFlags
f=client.File()
redirector='root://cms-xrd-global.cern.ch'
#redirector='root://xrootd-cms.infn.it'
#redirector='root://cmsxrootd.fnal.gov'
fin='%s//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root' % redirector
print(fin)
data=f.open(fin, OpenFlags.READ)
print("data", data)

and output (I waited for code to finish by itself without any timeouts):

[2018-10-08 12:47:41.993259 -0400][Warning][Utility           ] Unable to process global config file: [ERROR] OS Error: No such file or directory
[2018-10-08 12:47:41.993546 -0400][Debug  ][Utility           ] Unable to process user config file: [ERROR] OS Error: No such file or directory
[2018-10-08 12:47:41.993669 -0400][Info   ][Utility           ] Env: Importing from shell XRD_NETWORKSTACK=IPv4 as NetworkStack
[2018-10-08 12:47:41.993704 -0400][Debug  ][PlugInMgr         ] Initializing plug-in manager...
[2018-10-08 12:47:41.993715 -0400][Debug  ][PlugInMgr         ] No default plug-in, loading plug-in configs...
[2018-10-08 12:47:41.993723 -0400][Debug  ][PlugInMgr         ] Processing plug-in definitions in /etc/xrootd/client.plugins.d...
[2018-10-08 12:47:41.993740 -0400][Debug  ][PlugInMgr         ] Unable to process directory /etc/xrootd/client.plugins.d: [ERROR] OS Error: No such file or directory
[2018-10-08 12:47:41.993809 -0400][Debug  ][PlugInMgr         ] Processing plug-in definitions in /home/kuznetv/.xrootd/client.plugins.d...
[2018-10-08 12:47:41.993863 -0400][Dump   ][PlugInMgr         ] Processing: /home/kuznetv/.xrootd/client.plugins.d/client-plugin.conf
[2018-10-08 12:47:41.993914 -0400][Debug  ][PlugInMgr         ] Unable to find 'lib' key in the config file /home/kuznetv/.xrootd/client.plugins.d/client-plugin.conf, ignoring this config
[2018-10-08 12:47:42.010680 -0400][Debug  ][Poller            ] Available pollers: built-in
[2018-10-08 12:47:42.010712 -0400][Debug  ][Poller            ] Attempting to create a poller according to preference: built-in
[2018-10-08 12:47:42.010724 -0400][Debug  ][Poller            ] Creating poller: built-in
[2018-10-08 12:47:42.010738 -0400][Debug  ][Poller            ] Creating and starting the built-in poller...
[2018-10-08 12:47:42.010862 -0400][Debug  ][Poller            ] Using 1 poller threads
[2018-10-08 12:47:42.010882 -0400][Debug  ][TaskMgr           ] Starting the task manager...
[2018-10-08 12:47:42.010920 -0400][Debug  ][TaskMgr           ] Task manager started
[2018-10-08 12:47:42.010930 -0400][Debug  ][JobMgr            ] Starting the job manager...
[2018-10-08 12:47:42.011006 -0400][Debug  ][JobMgr            ] Job manager started, 3 workers
[2018-10-08 12:47:42.011017 -0400][Debug  ][TaskMgr           ] Registering task: "FileTimer task" to be run at: [2018-10-08 12:47:42 -0400]
[2018-10-08 12:47:42.011101 -0400][Dump   ][Utility           ] URL: root://cms-xrd-global.cern.ch//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root
[2018-10-08 12:47:42.011101 -0400][Dump   ][Utility           ] Protocol:  root
[2018-10-08 12:47:42.011101 -0400][Dump   ][Utility           ] User Name: 
[2018-10-08 12:47:42.011101 -0400][Dump   ][Utility           ] Password:  
[2018-10-08 12:47:42.011101 -0400][Dump   ][Utility           ] Host Name: cms-xrd-global.cern.ch
[2018-10-08 12:47:42.011101 -0400][Dump   ][Utility           ] Port:      1094
[2018-10-08 12:47:42.011101 -0400][Dump   ][Utility           ] Path:      /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root
[2018-10-08 12:47:42.011145 -0400][Dump   ][Utility           ] URL: root://cms-xrd-global.cern.ch//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root
[2018-10-08 12:47:42.011145 -0400][Dump   ][Utility           ] Protocol:  root
[2018-10-08 12:47:42.011145 -0400][Dump   ][Utility           ] User Name: 
[2018-10-08 12:47:42.011145 -0400][Dump   ][Utility           ] Password:  
[2018-10-08 12:47:42.011145 -0400][Dump   ][Utility           ] Host Name: cms-xrd-global.cern.ch
[2018-10-08 12:47:42.011145 -0400][Dump   ][Utility           ] Port:      1094
[2018-10-08 12:47:42.011145 -0400][Dump   ][Utility           ] Path:      /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root
[2018-10-08 12:47:42.011164 -0400][Debug  ][File              ] [0xd2ad56a0@root://cms-xrd-global.cern.ch:1094//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root] Sending an open command
[2018-10-08 12:47:42.011218 -0400][Dump   ][XRootD            ] [cms-xrd-global.cern.ch:1094] Sending message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root, mode: 00, flags: kXR_open_read kXR_async kXR_retstat )
[2018-10-08 12:47:42.011256 -0400][Dump   ][Utility           ] URL: cms-xrd-global.cern.ch:1094
[2018-10-08 12:47:42.011256 -0400][Dump   ][Utility           ] Protocol:  root
[2018-10-08 12:47:42.011256 -0400][Dump   ][Utility           ] User Name: 
[2018-10-08 12:47:42.011256 -0400][Dump   ][Utility           ] Password:  
[2018-10-08 12:47:42.011256 -0400][Dump   ][Utility           ] Host Name: cms-xrd-global.cern.ch
[2018-10-08 12:47:42.011256 -0400][Dump   ][Utility           ] Port:      1094
[2018-10-08 12:47:42.011256 -0400][Dump   ][Utility           ] Path:      
[2018-10-08 12:47:42.011283 -0400][Debug  ][PostMaster        ] Creating new channel to: cms-xrd-global.cern.ch:1094 1 stream(s)
[2018-10-08 12:47:42.011312 -0400][Debug  ][PostMaster        ] [cms-xrd-global.cern.ch:1094 #0] Stream parameters: Network Stack: IPv4, Connection Window: 120, ConnectionRetry: 5, Stream Error Widnow: 1800
[2018-10-08 12:47:42.017062 -0400][Debug  ][TaskMgr           ] Registering task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" to be run at: [2018-10-08 12:47:57 -0400]
[2018-10-08 12:47:42.017097 -0400][Dump   ][PostMaster        ] [cms-xrd-global.cern.ch:1094 #0] Sending message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60) through substream 0 expecting answer at 0
[2018-10-08 12:47:42.133024 -0400][Debug  ][PostMaster        ] [cms-xrd-global.cern.ch:1094] Found 2 address(es): [::ffff:188.184.161.66]:1094, [::ffff:188.184.67.41]:1094
[2018-10-08 12:47:42.133068 -0400][Debug  ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Attempting connection to [::ffff:188.184.67.41]:1094
[2018-10-08 12:47:42.133117 -0400][Debug  ][Poller            ] Adding socket 0xd2ab4890 to the poller
[2018-10-08 12:47:42.246117 -0400][Debug  ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Async connection call returned
[2018-10-08 12:47:42.246161 -0400][Debug  ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Sending out the initial hand shake + kXR_protocol
[2018-10-08 12:47:42.246206 -0400][Dump   ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Wrote a message:  (0xbc000950), 44 bytes
[2018-10-08 12:47:42.359179 -0400][Dump   ][XRootDTransport   ] [msg: 0xbc000950] Expecting 8 bytes of message body
[2018-10-08 12:47:42.359213 -0400][Dump   ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Received message header, size: 8
[2018-10-08 12:47:42.359224 -0400][Dump   ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Received a message of 16 bytes
[2018-10-08 12:47:42.359238 -0400][Debug  ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Got the server hand shake response (type: manager [], protocol version 310)
[2018-10-08 12:47:42.359251 -0400][Dump   ][XRootDTransport   ] [msg: 0xbc000950] Expecting 8 bytes of message body
[2018-10-08 12:47:42.359259 -0400][Dump   ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Received message header, size: 8
[2018-10-08 12:47:42.359267 -0400][Dump   ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Received a message of 16 bytes
[2018-10-08 12:47:42.359276 -0400][Debug  ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] kXR_protocol successful (type: manager [meta], protocol version 310)
[2018-10-08 12:47:42.371342 -0400][Debug  ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Sending out kXR_login request, username: kuznetv, cgi: ?xrd.cc=us&xrd.tz=-5&xrd.appname=python3.6&xrd.info=&xrd.hostname=goofy&xrd.rn=v4.8.4, dual-stack: true, private IPv4: false, private IPv6: true
[2018-10-08 12:47:42.371426 -0400][Dump   ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Wrote a message:  (0xbc000b40), 109 bytes
[2018-10-08 12:47:42.484227 -0400][Dump   ][XRootDTransport   ] [msg: 0xbc000b40] Expecting 16 bytes of message body
[2018-10-08 12:47:42.484263 -0400][Dump   ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Received message header, size: 8
[2018-10-08 12:47:42.484276 -0400][Dump   ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Received a message of 24 bytes
[2018-10-08 12:47:42.484292 -0400][Debug  ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Logged in, session: ac1a04008ff5010059010000671c0400
[2018-10-08 12:47:42.484306 -0400][Debug  ][PostMaster        ] [cms-xrd-global.cern.ch:1094 #0] Stream 0 connected.
[2018-10-08 12:47:42.484317 -0400][Debug  ][Utility           ] Monitor library name not set. No monitoring
[2018-10-08 12:47:42.484361 -0400][Dump   ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Wrote a message: kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60), 122 bytes
[2018-10-08 12:47:42.484381 -0400][Dump   ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Successfully sent message: kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60).
[2018-10-08 12:47:42.484397 -0400][Dump   ][XRootD            ] [cms-xrd-global.cern.ch:1094] Message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) has been successfully sent.
[2018-10-08 12:47:42.484423 -0400][Dump   ][PostMaster        ] [cms-xrd-global.cern.ch:1094 #0.0] All messages consumed, disable uplink
[2018-10-08 12:47:42.598624 -0400][Dump   ][XRootDTransport   ] [msg: 0xbc000b70] Expecting 21 bytes of message body
[2018-10-08 12:47:42.598660 -0400][Dump   ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Received message header for 0xbc000b70 size: 8
[2018-10-08 12:47:42.598680 -0400][Dump   ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Received message 0xbc000b70 of 29 bytes
[2018-10-08 12:47:42.598691 -0400][Dump   ][PostMaster        ] [cms-xrd-global.cern.ch:1094 #0] Handling received message: 0xbc000b70.
[2018-10-08 12:47:42.598772 -0400][Dump   ][XRootD            ] [cms-xrd-global.cern.ch:1094] Got kXR_redirect response to message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ): xrootd.ba.infn.it, port 1094
[2018-10-08 12:47:42.598834 -0400][Dump   ][XRootD            ] [cms-xrd-global.cern.ch:1094] Current server has been assigned as a load-balancer for message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root, mode: 00, flags: kXR_open_read kXR_async kXR_retstat )
[2018-10-08 12:47:42.598880 -0400][Dump   ][Utility           ] URL: xrootd.ba.infn.it:1094/
[2018-10-08 12:47:42.598880 -0400][Dump   ][Utility           ] Protocol:  root
[2018-10-08 12:47:42.598880 -0400][Dump   ][Utility           ] User Name: 
[2018-10-08 12:47:42.598880 -0400][Dump   ][Utility           ] Password:  
[2018-10-08 12:47:42.598880 -0400][Dump   ][Utility           ] Host Name: xrootd.ba.infn.it
[2018-10-08 12:47:42.598880 -0400][Dump   ][Utility           ] Port:      1094
[2018-10-08 12:47:42.598880 -0400][Dump   ][Utility           ] Path:      
[2018-10-08 12:47:42.598930 -0400][Dump   ][Utility           ] URL: xrootd.ba.infn.it:1094
[2018-10-08 12:47:42.598930 -0400][Dump   ][Utility           ] Protocol:  root
[2018-10-08 12:47:42.598930 -0400][Dump   ][Utility           ] User Name: 
[2018-10-08 12:47:42.598930 -0400][Dump   ][Utility           ] Password:  
[2018-10-08 12:47:42.598930 -0400][Dump   ][Utility           ] Host Name: xrootd.ba.infn.it
[2018-10-08 12:47:42.598930 -0400][Dump   ][Utility           ] Port:      1094
[2018-10-08 12:47:42.598930 -0400][Dump   ][Utility           ] Path:      
[2018-10-08 12:47:42.598971 -0400][Debug  ][PostMaster        ] Creating new channel to: xrootd.ba.infn.it:1094 1 stream(s)
[2018-10-08 12:47:42.599001 -0400][Debug  ][PostMaster        ] [xrootd.ba.infn.it:1094 #0] Stream parameters: Network Stack: IPv4, Connection Window: 120, ConnectionRetry: 5, Stream Error Widnow: 1800
[2018-10-08 12:47:42.605065 -0400][Debug  ][TaskMgr           ] Registering task: "TickGeneratorTask for: xrootd.ba.infn.it:1094" to be run at: [2018-10-08 12:47:57 -0400]
[2018-10-08 12:47:42.605135 -0400][Dump   ][Utility           ] URL: fake://fake:111//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root
[2018-10-08 12:47:42.605135 -0400][Dump   ][Utility           ] Protocol:  fake
[2018-10-08 12:47:42.605135 -0400][Dump   ][Utility           ] User Name: 
[2018-10-08 12:47:42.605135 -0400][Dump   ][Utility           ] Password:  
[2018-10-08 12:47:42.605135 -0400][Dump   ][Utility           ] Host Name: fake
[2018-10-08 12:47:42.605135 -0400][Dump   ][Utility           ] Port:      111
[2018-10-08 12:47:42.605135 -0400][Dump   ][Utility           ] Path:      /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root
[2018-10-08 12:47:42.605198 -0400][Dump   ][PostMaster        ] [xrootd.ba.infn.it:1094 #0] Sending message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60) through substream 0 expecting answer at 0
[2018-10-08 12:47:42.759078 -0400][Debug  ][PostMaster        ] [xrootd.ba.infn.it:1094] Found 1 address(es): [::ffff:90.147.66.75]:1094
[2018-10-08 12:47:42.759128 -0400][Debug  ][AsyncSock         ] [xrootd.ba.infn.it:1094 #0.0] Attempting connection to [::ffff:90.147.66.75]:1094
[2018-10-08 12:47:42.759178 -0400][Debug  ][Poller            ] Adding socket 0xb4001460 to the poller
[2018-10-08 12:47:43.011019 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:47:43.011070 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:47:58 -0400]
[2018-10-08 12:47:57.011967 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:47:57.012056 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:48:12 -0400]
[2018-10-08 12:47:57.012068 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:47:57.012079 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:48:12 -0400]
[2018-10-08 12:47:57.614605 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 15 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:47:57.614660 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 15 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:47:58.012120 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:47:58.012156 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:48:13 -0400]
[2018-10-08 12:48:12.013097 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:48:12.013183 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:48:27 -0400]
[2018-10-08 12:48:12.013194 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:48:12.013205 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:48:27 -0400]
[2018-10-08 12:48:12.629737 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 30 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:48:12.629789 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 30 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:48:13.013295 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:48:13.013350 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:48:28 -0400]
[2018-10-08 12:48:27.014384 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:48:27.014530 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:48:42 -0400]
[2018-10-08 12:48:27.014543 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:48:27.014554 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:48:42 -0400]
[2018-10-08 12:48:27.644483 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 45 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:48:27.644527 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 45 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:48:28.014647 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:48:28.014746 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:48:43 -0400]
[2018-10-08 12:48:42.015807 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:48:42.015883 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:48:57 -0400]
[2018-10-08 12:48:42.015891 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:48:42.015899 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:48:57 -0400]
[2018-10-08 12:48:42.659626 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 60 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:48:42.659708 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 60 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:48:43.015986 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:48:43.016044 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:48:58 -0400]
[2018-10-08 12:48:57.017119 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:48:57.017211 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:49:12 -0400]
[2018-10-08 12:48:57.017224 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:48:57.017236 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:49:12 -0400]
[2018-10-08 12:48:57.674693 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 75 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:48:57.674747 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 75 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:48:58.017312 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:48:58.017363 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:49:13 -0400]
[2018-10-08 12:49:12.018232 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:49:12.018331 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:49:27 -0400]
[2018-10-08 12:49:12.018344 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:49:12.018356 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:49:27 -0400]
[2018-10-08 12:49:12.689837 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 90 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:49:12.689902 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 90 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:49:13.018495 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:49:13.018595 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:49:28 -0400]
[2018-10-08 12:49:27.019848 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:49:27.019945 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:49:42 -0400]
[2018-10-08 12:49:27.019958 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:49:27.019970 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:49:42 -0400]
[2018-10-08 12:49:27.705001 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 105 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:49:27.705068 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 105 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:49:28.020071 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:49:28.020125 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:49:43 -0400]
[2018-10-08 12:49:42.021364 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:49:42.021480 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:49:57 -0400]
[2018-10-08 12:49:42.021493 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:49:42.021503 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:49:57 -0400]
[2018-10-08 12:49:42.720162 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 120 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:49:42.720212 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 120 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:49:43.021625 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:49:43.021704 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:49:58 -0400]
[2018-10-08 12:49:49.993490 -0400][Debug  ][AsyncSock         ] [xrootd.ba.infn.it:1094 #0.0] Async connection call returned
[2018-10-08 12:49:49.993578 -0400][Error  ][AsyncSock         ] [xrootd.ba.infn.it:1094 #0.0] Unable to connect: Connection timed out
[2018-10-08 12:49:49.993590 -0400][Debug  ][AsyncSock         ] [xrootd.ba.infn.it:1094 #0.0] Closing the socket
[2018-10-08 12:49:49.993603 -0400][Debug  ][Poller            ] <x><--><x> Removing socket from the poller
[2018-10-08 12:49:49.993661 -0400][Error  ][PostMaster        ] [xrootd.ba.infn.it:1094 #0] elapsed = 127, pConnectionWindow = 120 seconds.
[2018-10-08 12:49:49.995541 -0400][Debug  ][PostMaster        ] [xrootd.ba.infn.it:1094] Found 1 address(es): [::ffff:90.147.66.75]:1094
[2018-10-08 12:49:49.995605 -0400][Debug  ][AsyncSock         ] [xrootd.ba.infn.it:1094 #0.0] Attempting connection to [::ffff:90.147.66.75]:1094
[2018-10-08 12:49:49.995671 -0400][Debug  ][Poller            ] Adding socket 0xb4001460 to the poller
[2018-10-08 12:49:57.022913 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:49:57.023004 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:50:12 -0400]
[2018-10-08 12:49:57.023017 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:49:57.023028 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:50:12 -0400]
[2018-10-08 12:49:58.003744 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 136 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:49:58.003826 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 136 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:49:58.023141 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:49:58.023227 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:50:13 -0400]
[2018-10-08 12:50:12.024475 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:50:12.024569 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:50:27 -0400]
[2018-10-08 12:50:12.024583 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:50:12.024594 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:50:27 -0400]
[2018-10-08 12:50:13.018932 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 151 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:50:13.019020 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 151 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:50:13.024696 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:50:13.024761 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:50:28 -0400]
[2018-10-08 12:50:27.026052 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:50:27.026151 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:50:42 -0400]
[2018-10-08 12:50:27.026163 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:50:27.026174 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:50:42 -0400]
[2018-10-08 12:50:28.026284 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:50:28.026374 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:50:43 -0400]
[2018-10-08 12:50:28.034057 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 166 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:50:28.034131 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 166 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:50:42.027617 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:50:42.027708 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:50:57 -0400]
[2018-10-08 12:50:42.027720 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:50:42.027730 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:50:57 -0400]
[2018-10-08 12:50:43.027825 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:50:43.027873 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:50:58 -0400]
[2018-10-08 12:50:43.049071 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 181 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:50:43.049143 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 181 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:50:57.028918 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:50:57.029006 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:51:12 -0400]
[2018-10-08 12:50:57.029018 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:50:57.029029 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:51:12 -0400]
[2018-10-08 12:50:58.029146 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:50:58.029249 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:51:13 -0400]
[2018-10-08 12:50:58.064174 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 196 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:50:58.064249 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 196 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:51:12.030535 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:51:12.030628 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:51:27 -0400]
[2018-10-08 12:51:12.030640 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:51:12.030652 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:51:27 -0400]
[2018-10-08 12:51:13.030764 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:51:13.030859 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:51:28 -0400]
[2018-10-08 12:51:13.079332 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 211 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:51:13.079586 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 211 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:51:27.032149 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:51:27.032240 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:51:42 -0400]
[2018-10-08 12:51:27.032252 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:51:27.032281 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:51:42 -0400]
[2018-10-08 12:51:28.032391 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:51:28.032489 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:51:43 -0400]
[2018-10-08 12:51:28.094590 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 226 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:51:28.094661 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 226 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:51:42.033770 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:51:42.033856 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:51:57 -0400]
[2018-10-08 12:51:42.033867 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:51:42.033877 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:51:57 -0400]
[2018-10-08 12:51:43.033938 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:51:43.033959 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:51:58 -0400]
[2018-10-08 12:51:43.109674 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 241 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:51:43.109755 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 241 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:51:57.035289 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:51:57.035377 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:52:12 -0400]
[2018-10-08 12:51:57.035389 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:51:57.035400 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:52:12 -0400]
[2018-10-08 12:51:57.225543 -0400][Debug  ][AsyncSock         ] [xrootd.ba.infn.it:1094 #0.0] Async connection call returned
[2018-10-08 12:51:57.225616 -0400][Error  ][AsyncSock         ] [xrootd.ba.infn.it:1094 #0.0] Unable to connect: Connection timed out
[2018-10-08 12:51:57.225628 -0400][Debug  ][AsyncSock         ] [xrootd.ba.infn.it:1094 #0.0] Closing the socket
[2018-10-08 12:51:57.225641 -0400][Debug  ][Poller            ] <x><--><x> Removing socket from the poller
[2018-10-08 12:51:57.225678 -0400][Error  ][PostMaster        ] [xrootd.ba.infn.it:1094 #0] elapsed = 128, pConnectionWindow = 120 seconds.
[2018-10-08 12:51:57.227519 -0400][Debug  ][PostMaster        ] [xrootd.ba.infn.it:1094] Found 1 address(es): [::ffff:90.147.66.75]:1094
[2018-10-08 12:51:57.227582 -0400][Debug  ][AsyncSock         ] [xrootd.ba.infn.it:1094 #0.0] Attempting connection to [::ffff:90.147.66.75]:1094
[2018-10-08 12:51:57.227649 -0400][Debug  ][Poller            ] Adding socket 0xb4001460 to the poller
[2018-10-08 12:51:58.035522 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:51:58.035569 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:52:13 -0400]
[2018-10-08 12:51:58.228749 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 256 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:51:58.228800 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 256 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:52:12.036940 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:52:12.037031 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:52:27 -0400]
[2018-10-08 12:52:12.037044 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:52:12.037055 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:52:27 -0400]
[2018-10-08 12:52:13.037157 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:52:13.037209 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:52:28 -0400]
[2018-10-08 12:52:13.243916 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 271 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:52:13.243996 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 271 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:52:27.038534 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:52:27.038633 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:52:42 -0400]
[2018-10-08 12:52:27.038646 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:52:27.038657 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:52:42 -0400]
[2018-10-08 12:52:28.038767 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:52:28.038819 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:52:43 -0400]
[2018-10-08 12:52:28.259064 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 286 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:52:28.259133 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 286 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:52:42.040216 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:52:42.040319 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:52:57 -0400]
[2018-10-08 12:52:42.040331 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:52:42.040341 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:52:57 -0400]
[2018-10-08 12:52:43.040456 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:52:43.040509 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:52:58 -0400]
[2018-10-08 12:52:43.274216 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 301 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:52:43.274269 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 301 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:52:57.041904 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:52:57.041996 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:53:12 -0400]
[2018-10-08 12:52:57.042009 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:52:57.042020 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:53:12 -0400]
[2018-10-08 12:52:58.042151 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:52:58.042206 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:53:13 -0400]
[2018-10-08 12:52:58.289335 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 316 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:52:58.289399 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 316 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:53:12.043608 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:53:12.043695 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:53:27 -0400]
[2018-10-08 12:53:12.043708 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:53:12.043719 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:53:27 -0400]
[2018-10-08 12:53:13.043841 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:53:13.043939 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:53:28 -0400]
[2018-10-08 12:53:13.304509 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 331 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:53:13.304576 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 331 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:53:27.045326 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:53:27.045456 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:53:42 -0400]
[2018-10-08 12:53:27.045474 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:53:27.045486 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:53:42 -0400]
[2018-10-08 12:53:28.045599 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:53:28.045667 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:53:43 -0400]
[2018-10-08 12:53:28.319684 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 346 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:53:28.319752 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 346 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:53:42.046802 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:53:42.046895 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:53:57 -0400]
[2018-10-08 12:53:42.046908 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:53:42.046919 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:53:57 -0400]
[2018-10-08 12:53:43.047037 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:53:43.047128 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:53:58 -0400]
[2018-10-08 12:53:43.334856 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 361 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:53:43.334926 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 361 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:53:57.048162 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:53:57.048266 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:54:12 -0400]
[2018-10-08 12:53:57.048279 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:53:57.048290 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:54:12 -0400]
[2018-10-08 12:53:58.048445 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:53:58.048541 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:54:13 -0400]
[2018-10-08 12:53:58.350003 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 376 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:53:58.350083 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 376 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:54:04.457504 -0400][Debug  ][AsyncSock         ] [xrootd.ba.infn.it:1094 #0.0] Async connection call returned
[2018-10-08 12:54:04.457590 -0400][Error  ][AsyncSock         ] [xrootd.ba.infn.it:1094 #0.0] Unable to connect: Connection timed out
[2018-10-08 12:54:04.457602 -0400][Debug  ][AsyncSock         ] [xrootd.ba.infn.it:1094 #0.0] Closing the socket
[2018-10-08 12:54:04.457615 -0400][Debug  ][Poller            ] <x><--><x> Removing socket from the poller
[2018-10-08 12:54:04.457654 -0400][Error  ][PostMaster        ] [xrootd.ba.infn.it:1094 #0] elapsed = 127, pConnectionWindow = 120 seconds.
[2018-10-08 12:54:04.886260 -0400][Debug  ][PostMaster        ] [xrootd.ba.infn.it:1094] Found 1 address(es): [::ffff:90.147.66.75]:1094
[2018-10-08 12:54:04.886288 -0400][Debug  ][AsyncSock         ] [xrootd.ba.infn.it:1094 #0.0] Attempting connection to [::ffff:90.147.66.75]:1094
[2018-10-08 12:54:04.886322 -0400][Debug  ][Poller            ] Adding socket 0xb4001460 to the poller
[2018-10-08 12:54:12.049841 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:54:12.049930 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:54:27 -0400]
[2018-10-08 12:54:12.049943 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:54:12.049954 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:54:27 -0400]
[2018-10-08 12:54:13.050059 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:54:13.050114 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:54:28 -0400]
[2018-10-08 12:54:13.895380 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 391 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:54:13.895440 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 391 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:54:27.051468 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:54:27.051554 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:54:42 -0400]
[2018-10-08 12:54:27.051566 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:54:27.051576 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:54:42 -0400]
[2018-10-08 12:54:28.051721 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:54:28.051814 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:54:43 -0400]
[2018-10-08 12:54:28.910556 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 406 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:54:28.910625 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 406 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:54:42.053136 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:54:42.053234 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:54:57 -0400]
[2018-10-08 12:54:42.053247 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:54:42.053258 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:54:57 -0400]
[2018-10-08 12:54:43.053357 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:54:43.053470 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:54:58 -0400]
[2018-10-08 12:54:43.925750 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 421 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:54:43.925817 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 421 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:54:57.054644 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:54:57.054736 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:55:12 -0400]
[2018-10-08 12:54:57.054749 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:54:57.054760 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:55:12 -0400]
[2018-10-08 12:54:58.054843 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:54:58.054909 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:55:13 -0400]
[2018-10-08 12:54:58.940958 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 436 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:54:58.941032 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 436 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:55:12.055939 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:55:12.056033 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:55:27 -0400]
[2018-10-08 12:55:12.056046 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:55:12.056057 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:55:27 -0400]
[2018-10-08 12:55:13.056131 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:55:13.056192 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:55:28 -0400]
[2018-10-08 12:55:13.956170 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 451 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:55:13.956276 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 451 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:55:27.057112 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:55:27.057201 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:55:42 -0400]
[2018-10-08 12:55:27.057213 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:55:27.057223 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:55:42 -0400]
[2018-10-08 12:55:28.057331 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:55:28.057438 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:55:43 -0400]
[2018-10-08 12:55:28.971462 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 466 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:55:28.971546 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 466 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:55:42.058766 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:55:42.058865 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:55:57 -0400]
[2018-10-08 12:55:42.058877 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:55:42.058889 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:55:57 -0400]
[2018-10-08 12:55:43.059003 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:55:43.059075 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:55:58 -0400]
[2018-10-08 12:55:43.986672 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 481 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:55:43.986742 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 481 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:55:57.060459 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:55:57.060550 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:56:12 -0400]
[2018-10-08 12:55:57.060560 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:55:57.060568 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:56:12 -0400]
[2018-10-08 12:55:58.060675 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:55:58.060727 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:56:13 -0400]
[2018-10-08 12:55:59.001891 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 497 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:55:59.001949 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 497 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:56:12.062131 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:56:12.062222 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:56:27 -0400]
[2018-10-08 12:56:12.062264 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:56:12.062276 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:56:27 -0400]
[2018-10-08 12:56:12.201502 -0400][Debug  ][AsyncSock         ] [xrootd.ba.infn.it:1094 #0.0] Async connection call returned
[2018-10-08 12:56:12.201570 -0400][Error  ][AsyncSock         ] [xrootd.ba.infn.it:1094 #0.0] Unable to connect: Connection timed out
[2018-10-08 12:56:12.201590 -0400][Debug  ][AsyncSock         ] [xrootd.ba.infn.it:1094 #0.0] Closing the socket
[2018-10-08 12:56:12.201603 -0400][Debug  ][Poller            ] <x><--><x> Removing socket from the poller
[2018-10-08 12:56:12.201638 -0400][Error  ][PostMaster        ] [xrootd.ba.infn.it:1094 #0] elapsed = 128, pConnectionWindow = 120 seconds.
[2018-10-08 12:56:12.203812 -0400][Debug  ][PostMaster        ] [xrootd.ba.infn.it:1094] Found 1 address(es): [::ffff:90.147.66.75]:1094
[2018-10-08 12:56:12.203864 -0400][Debug  ][AsyncSock         ] [xrootd.ba.infn.it:1094 #0.0] Attempting connection to [::ffff:90.147.66.75]:1094
[2018-10-08 12:56:12.203920 -0400][Debug  ][Poller            ] Adding socket 0xb4001460 to the poller
[2018-10-08 12:56:13.062384 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:56:13.062473 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:56:28 -0400]
[2018-10-08 12:56:14.206013 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 512 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:56:14.206101 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 512 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:56:27.063799 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:56:27.063890 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:56:42 -0400]
[2018-10-08 12:56:27.063902 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:56:27.063914 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:56:42 -0400]
[2018-10-08 12:56:28.064010 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:56:28.064061 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:56:43 -0400]
[2018-10-08 12:56:29.221075 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 527 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:56:29.221143 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 527 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:56:42.065292 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:56:42.065383 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:56:57 -0400]
[2018-10-08 12:56:42.065395 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:56:42.065427 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:56:57 -0400]
[2018-10-08 12:56:43.065553 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:56:43.065653 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:56:58 -0400]
[2018-10-08 12:56:44.236161 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 542 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:56:44.236230 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 542 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:56:57.066918 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:56:57.067033 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:57:12 -0400]
[2018-10-08 12:56:57.067046 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:56:57.067058 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:57:12 -0400]
[2018-10-08 12:56:58.067164 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:56:58.067251 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:57:13 -0400]
[2018-10-08 12:56:59.251249 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 557 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:56:59.251319 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 557 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:57:12.071220 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:57:12.071316 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:57:27 -0400]
[2018-10-08 12:57:12.071328 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:57:12.071339 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:57:27 -0400]
[2018-10-08 12:57:13.071447 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:57:13.071546 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:57:28 -0400]
[2018-10-08 12:57:14.266378 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 572 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:57:14.266548 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 572 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:57:27.072548 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:57:27.072637 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:57:42 -0400]
[2018-10-08 12:57:27.072650 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:57:27.072662 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:57:42 -0400]
[2018-10-08 12:57:28.072746 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:57:28.072846 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:57:43 -0400]
[2018-10-08 12:57:29.281606 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 587 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:57:29.281660 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 587 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:57:42.073853 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:57:42.073950 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:57:57 -0400]
[2018-10-08 12:57:42.073963 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:57:42.073998 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:57:57 -0400]
[2018-10-08 12:57:43.074118 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:57:43.074203 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:57:58 -0400]
[2018-10-08 12:57:44.296744 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 602 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:57:44.296803 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 602 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:57:57.075232 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:57:57.075331 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:58:12 -0400]
[2018-10-08 12:57:57.075344 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:57:57.075355 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:58:12 -0400]
[2018-10-08 12:57:58.075458 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:57:58.075514 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:58:13 -0400]
[2018-10-08 12:57:59.311842 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 617 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:57:59.311904 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 617 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:58:12.076512 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:58:12.076596 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:58:27 -0400]
[2018-10-08 12:58:12.076602 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:58:12.076607 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:58:27 -0400]
[2018-10-08 12:58:13.076666 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:58:13.076720 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:58:28 -0400]
[2018-10-08 12:58:14.326963 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 632 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:58:14.327049 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 632 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400
[2018-10-08 12:58:19.433486 -0400][Debug  ][AsyncSock         ] [xrootd.ba.infn.it:1094 #0.0] Async connection call returned
[2018-10-08 12:58:19.433549 -0400][Error  ][AsyncSock         ] [xrootd.ba.infn.it:1094 #0.0] Unable to connect: Connection timed out
[2018-10-08 12:58:19.433561 -0400][Debug  ][AsyncSock         ] [xrootd.ba.infn.it:1094 #0.0] Closing the socket
[2018-10-08 12:58:19.433573 -0400][Debug  ][Poller            ] <x><--><x> Removing socket from the poller
[2018-10-08 12:58:19.433610 -0400][Error  ][PostMaster        ] [xrootd.ba.infn.it:1094 #0] elapsed = 127, pConnectionWindow = 120 seconds.
[2018-10-08 12:58:19.433627 -0400][Error  ][PostMaster        ] [xrootd.ba.infn.it:1094 #0] Unable to recover: [ERROR] Connection error.
[2018-10-08 12:58:19.433640 -0400][Error  ][XRootD            ] [xrootd.ba.infn.it:1094] Impossible to send message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ). Trying to recover.
[2018-10-08 12:58:19.433667 -0400][Debug  ][XRootD            ] [xrootd.ba.infn.it:1094] Handling error while processing kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ): [FATAL] Connection error.
[2018-10-08 12:58:19.433724 -0400][Dump   ][Utility           ] URL: fake://fake:111//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root
[2018-10-08 12:58:19.433724 -0400][Dump   ][Utility           ] Protocol:  fake
[2018-10-08 12:58:19.433724 -0400][Dump   ][Utility           ] User Name: 
[2018-10-08 12:58:19.433724 -0400][Dump   ][Utility           ] Password:  
[2018-10-08 12:58:19.433724 -0400][Dump   ][Utility           ] Host Name: fake
[2018-10-08 12:58:19.433724 -0400][Dump   ][Utility           ] Port:      111
[2018-10-08 12:58:19.433724 -0400][Dump   ][Utility           ] Path:      /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root
[2018-10-08 12:58:19.433801 -0400][Dump   ][PostMaster        ] [cms-xrd-global.cern.ch:1094 #0] Sending message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60) through substream 0 expecting answer at 0
[2018-10-08 12:58:19.433885 -0400][Dump   ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Wrote a message: kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60), 146 bytes
[2018-10-08 12:58:19.433902 -0400][Dump   ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Successfully sent message: kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60).
[2018-10-08 12:58:19.433912 -0400][Dump   ][XRootD            ] [cms-xrd-global.cern.ch:1094] Message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) has been successfully sent.
[2018-10-08 12:58:19.433923 -0400][Dump   ][PostMaster        ] [cms-xrd-global.cern.ch:1094 #0.0] All messages consumed, disable uplink
[2018-10-08 12:58:19.548026 -0400][Dump   ][XRootDTransport   ] [msg: 0xbc000bc0] Expecting 39 bytes of message body
[2018-10-08 12:58:19.548068 -0400][Dump   ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Received message header for 0xbc000bc0 size: 8
[2018-10-08 12:58:19.548085 -0400][Dump   ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Received message 0xbc000bc0 of 47 bytes
[2018-10-08 12:58:19.548097 -0400][Dump   ][PostMaster        ] [cms-xrd-global.cern.ch:1094 #0] Handling received message: 0xbc000bc0.
[2018-10-08 12:58:19.548206 -0400][Dump   ][XRootD            ] [cms-xrd-global.cern.ch:1094] Got kXR_redirect response to message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ): xrootd-cms-redir-01.cr.cnaf.infn.it, port 1094
[2018-10-08 12:58:19.548265 -0400][Dump   ][XRootD            ] [cms-xrd-global.cern.ch:1094] Current server has been assigned as a load-balancer for message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat )
[2018-10-08 12:58:19.548303 -0400][Dump   ][Utility           ] URL: xrootd-cms-redir-01.cr.cnaf.infn.it:1094/
[2018-10-08 12:58:19.548303 -0400][Dump   ][Utility           ] Protocol:  root
[2018-10-08 12:58:19.548303 -0400][Dump   ][Utility           ] User Name: 
[2018-10-08 12:58:19.548303 -0400][Dump   ][Utility           ] Password:  
[2018-10-08 12:58:19.548303 -0400][Dump   ][Utility           ] Host Name: xrootd-cms-redir-01.cr.cnaf.infn.it
[2018-10-08 12:58:19.548303 -0400][Dump   ][Utility           ] Port:      1094
[2018-10-08 12:58:19.548303 -0400][Dump   ][Utility           ] Path:      
[2018-10-08 12:58:19.548351 -0400][Dump   ][Utility           ] URL: xrootd-cms-redir-01.cr.cnaf.infn.it:1094
[2018-10-08 12:58:19.548351 -0400][Dump   ][Utility           ] Protocol:  root
[2018-10-08 12:58:19.548351 -0400][Dump   ][Utility           ] User Name: 
[2018-10-08 12:58:19.548351 -0400][Dump   ][Utility           ] Password:  
[2018-10-08 12:58:19.548351 -0400][Dump   ][Utility           ] Host Name: xrootd-cms-redir-01.cr.cnaf.infn.it
[2018-10-08 12:58:19.548351 -0400][Dump   ][Utility           ] Port:      1094
[2018-10-08 12:58:19.548351 -0400][Dump   ][Utility           ] Path:      
[2018-10-08 12:58:19.548374 -0400][Debug  ][PostMaster        ] Creating new channel to: xrootd-cms-redir-01.cr.cnaf.infn.it:1094 1 stream(s)
[2018-10-08 12:58:19.548400 -0400][Debug  ][PostMaster        ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0] Stream parameters: Network Stack: IPv4, Connection Window: 120, ConnectionRetry: 5, Stream Error Widnow: 1800
[2018-10-08 12:58:19.555061 -0400][Debug  ][TaskMgr           ] Registering task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" to be run at: [2018-10-08 12:58:34 -0400]
[2018-10-08 12:58:19.555139 -0400][Dump   ][Utility           ] URL: fake://fake:111//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it
[2018-10-08 12:58:19.555139 -0400][Dump   ][Utility           ] Protocol:  fake
[2018-10-08 12:58:19.555139 -0400][Dump   ][Utility           ] User Name: 
[2018-10-08 12:58:19.555139 -0400][Dump   ][Utility           ] Password:  
[2018-10-08 12:58:19.555139 -0400][Dump   ][Utility           ] Host Name: fake
[2018-10-08 12:58:19.555139 -0400][Dump   ][Utility           ] Port:      111
[2018-10-08 12:58:19.555139 -0400][Dump   ][Utility           ] Path:      /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root
[2018-10-08 12:58:19.555204 -0400][Dump   ][PostMaster        ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0] Sending message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60) through substream 0 expecting answer at 0
[2018-10-08 12:58:19.556748 -0400][Debug  ][PostMaster        ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094] Found 1 address(es): [::ffff:131.154.216.11]:1094
[2018-10-08 12:58:19.556810 -0400][Debug  ][AsyncSock         ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Attempting connection to [::ffff:131.154.216.11]:1094
[2018-10-08 12:58:19.556871 -0400][Debug  ][Poller            ] Adding socket 0xac001530 to the poller
[2018-10-08 12:58:27.077813 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:58:27.077907 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:58:42 -0400]
[2018-10-08 12:58:27.077919 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:58:27.077930 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:58:42 -0400]
[2018-10-08 12:58:28.077994 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:58:28.078046 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:58:43 -0400]
[2018-10-08 12:58:34.078511 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 12:58:34.078600 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 12:58:49 -0400]
[2018-10-08 12:58:34.563081 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 15 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:58:34.563160 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 15 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 12:58:42.079225 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:58:42.079320 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:58:57 -0400]
[2018-10-08 12:58:42.079334 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:58:42.079345 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:58:57 -0400]
[2018-10-08 12:58:43.079458 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:58:43.079517 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:58:58 -0400]
[2018-10-08 12:58:49.079964 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 12:58:49.080037 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 12:59:04 -0400]
[2018-10-08 12:58:49.578179 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 30 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:58:49.578245 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 30 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 12:58:57.080692 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:58:57.080790 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:59:12 -0400]
[2018-10-08 12:58:57.080803 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:58:57.080814 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:59:12 -0400]
[2018-10-08 12:58:58.080909 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:58:58.080964 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:59:13 -0400]
[2018-10-08 12:59:04.081436 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 12:59:04.081518 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 12:59:19 -0400]
[2018-10-08 12:59:04.593285 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 45 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:59:04.593352 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 45 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 12:59:12.082193 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:59:12.082291 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:59:27 -0400]
[2018-10-08 12:59:12.082304 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:59:12.082332 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:59:27 -0400]
[2018-10-08 12:59:13.082426 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:59:13.082490 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:59:28 -0400]
[2018-10-08 12:59:19.083028 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 12:59:19.083113 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 12:59:34 -0400]
[2018-10-08 12:59:19.608485 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 60 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:59:19.608563 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 60 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 12:59:27.083866 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:59:27.083957 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:59:42 -0400]
[2018-10-08 12:59:27.083970 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:59:27.083981 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:59:42 -0400]
[2018-10-08 12:59:28.084091 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:59:28.084164 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:59:43 -0400]
[2018-10-08 12:59:34.084736 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 12:59:34.084832 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 12:59:49 -0400]
[2018-10-08 12:59:34.623543 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 75 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:59:34.623628 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 75 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 12:59:42.085595 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:59:42.085689 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 12:59:57 -0400]
[2018-10-08 12:59:42.085703 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:59:42.085714 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 12:59:57 -0400]
[2018-10-08 12:59:43.085824 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:59:43.085878 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 12:59:58 -0400]
[2018-10-08 12:59:49.086446 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 12:59:49.086550 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:00:04 -0400]
[2018-10-08 12:59:49.638636 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 90 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 12:59:49.638706 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 90 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 12:59:57.087121 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 12:59:57.087208 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:00:12 -0400]
[2018-10-08 12:59:57.087220 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 12:59:57.087231 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:00:12 -0400]
[2018-10-08 12:59:58.087340 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 12:59:58.087461 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:00:13 -0400]
[2018-10-08 13:00:04.087953 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:00:04.088048 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:00:19 -0400]
[2018-10-08 13:00:04.653765 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 105 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:00:04.653832 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 105 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:00:12.088634 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:00:12.088730 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:00:27 -0400]
[2018-10-08 13:00:12.088743 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:00:12.088754 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:00:27 -0400]
[2018-10-08 13:00:13.088831 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:00:13.088921 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:00:28 -0400]
[2018-10-08 13:00:19.089472 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:00:19.089568 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:00:34 -0400]
[2018-10-08 13:00:19.668907 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 120 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:00:19.668971 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 120 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:00:26.793476 -0400][Debug  ][AsyncSock         ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Async connection call returned
[2018-10-08 13:00:26.793546 -0400][Error  ][AsyncSock         ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Unable to connect: Connection timed out
[2018-10-08 13:00:26.793553 -0400][Debug  ][AsyncSock         ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Closing the socket
[2018-10-08 13:00:26.793563 -0400][Debug  ][Poller            ] <x><--><x> Removing socket from the poller
[2018-10-08 13:00:26.793592 -0400][Error  ][PostMaster        ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0] elapsed = 127, pConnectionWindow = 120 seconds.
[2018-10-08 13:00:27.090283 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:00:27.090360 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:00:42 -0400]
[2018-10-08 13:00:27.090385 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:00:27.090396 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:00:42 -0400]
[2018-10-08 13:00:27.223640 -0400][Debug  ][PostMaster        ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094] Found 1 address(es): [::ffff:131.154.216.11]:1094
[2018-10-08 13:00:27.223704 -0400][Debug  ][AsyncSock         ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Attempting connection to [::ffff:131.154.216.11]:1094
[2018-10-08 13:00:27.223771 -0400][Debug  ][Poller            ] Adding socket 0xac001530 to the poller
[2018-10-08 13:00:28.090528 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:00:28.090584 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:00:43 -0400]
[2018-10-08 13:00:34.091129 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:00:34.091231 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:00:49 -0400]
[2018-10-08 13:00:34.230880 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 135 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:00:34.230973 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 135 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:00:42.091974 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:00:42.092060 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:00:57 -0400]
[2018-10-08 13:00:42.092072 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:00:42.092083 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:00:57 -0400]
[2018-10-08 13:00:43.092204 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:00:43.092295 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:00:58 -0400]
[2018-10-08 13:00:49.092950 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:00:49.093046 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:01:04 -0400]
[2018-10-08 13:00:49.246002 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 150 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:00:49.246082 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 150 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:00:57.093814 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:00:57.093905 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:01:12 -0400]
[2018-10-08 13:00:57.093918 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:00:57.093929 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:01:12 -0400]
[2018-10-08 13:00:58.094038 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:00:58.094106 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:01:13 -0400]
[2018-10-08 13:01:04.094681 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:01:04.094792 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:01:19 -0400]
[2018-10-08 13:01:04.261205 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 165 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:01:04.261273 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 165 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:01:12.095582 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:01:12.095674 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:01:27 -0400]
[2018-10-08 13:01:12.095687 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:01:12.095697 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:01:27 -0400]
[2018-10-08 13:01:13.095817 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:01:13.095895 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:01:28 -0400]
[2018-10-08 13:01:19.096477 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:01:19.096553 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:01:34 -0400]
[2018-10-08 13:01:19.276386 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 180 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:01:19.276482 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 180 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:01:27.097323 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:01:27.097484 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:01:42 -0400]
[2018-10-08 13:01:27.097502 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:01:27.097514 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:01:42 -0400]
[2018-10-08 13:01:28.097622 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:01:28.097682 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:01:43 -0400]
[2018-10-08 13:01:34.098244 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:01:34.098305 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:01:49 -0400]
[2018-10-08 13:01:34.291544 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 195 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:01:34.291622 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 195 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:01:42.099099 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:01:42.099197 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:01:57 -0400]
[2018-10-08 13:01:42.099211 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:01:42.099222 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:01:57 -0400]
[2018-10-08 13:01:43.099350 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:01:43.099403 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:01:58 -0400]
[2018-10-08 13:01:49.099982 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:01:49.100067 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:02:04 -0400]
[2018-10-08 13:01:49.306648 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 210 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:01:49.306723 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 210 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:01:57.100524 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:01:57.100613 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:02:12 -0400]
[2018-10-08 13:01:57.100625 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:01:57.100634 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:02:12 -0400]
[2018-10-08 13:01:58.100675 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:01:58.100709 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:02:13 -0400]
[2018-10-08 13:02:04.101137 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:02:04.101208 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:02:19 -0400]
[2018-10-08 13:02:04.321793 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 225 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:02:04.321878 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 225 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:02:12.101659 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:02:12.101765 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:02:27 -0400]
[2018-10-08 13:02:12.101779 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:02:12.101790 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:02:27 -0400]
[2018-10-08 13:02:13.101828 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:02:13.101876 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:02:28 -0400]
[2018-10-08 13:02:19.102259 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:02:19.102351 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:02:34 -0400]
[2018-10-08 13:02:19.337011 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 240 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:02:19.337086 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 240 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:02:27.102768 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:02:27.102880 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:02:42 -0400]
[2018-10-08 13:02:27.102894 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:02:27.102906 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:02:42 -0400]
[2018-10-08 13:02:28.102970 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:02:28.103025 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:02:43 -0400]
[2018-10-08 13:02:34.103332 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:02:34.103446 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:02:49 -0400]
[2018-10-08 13:02:34.352216 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 255 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:02:34.352295 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 255 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:02:34.409478 -0400][Debug  ][AsyncSock         ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Async connection call returned
[2018-10-08 13:02:34.409527 -0400][Error  ][AsyncSock         ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Unable to connect: Connection timed out
[2018-10-08 13:02:34.409539 -0400][Debug  ][AsyncSock         ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Closing the socket
[2018-10-08 13:02:34.409551 -0400][Debug  ][Poller            ] <x><--><x> Removing socket from the poller
[2018-10-08 13:02:34.409592 -0400][Error  ][PostMaster        ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0] elapsed = 127, pConnectionWindow = 120 seconds.
[2018-10-08 13:02:34.411518 -0400][Debug  ][PostMaster        ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094] Found 1 address(es): [::ffff:131.154.216.11]:1094
[2018-10-08 13:02:34.411574 -0400][Debug  ][AsyncSock         ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Attempting connection to [::ffff:131.154.216.11]:1094
[2018-10-08 13:02:34.411635 -0400][Debug  ][Poller            ] Adding socket 0xac001530 to the poller
[2018-10-08 13:02:42.103872 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:02:42.103980 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:02:57 -0400]
[2018-10-08 13:02:42.103993 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:02:42.104004 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:02:57 -0400]
[2018-10-08 13:02:43.104084 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:02:43.104144 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:02:58 -0400]
[2018-10-08 13:02:49.104447 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:02:49.104538 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:03:04 -0400]
[2018-10-08 13:02:49.426715 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 270 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:02:49.426785 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 270 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:02:57.105214 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:02:57.105312 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:03:12 -0400]
[2018-10-08 13:02:57.105325 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:02:57.105336 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:03:12 -0400]
[2018-10-08 13:02:58.105435 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:02:58.105494 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:03:13 -0400]
[2018-10-08 13:03:04.106015 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:03:04.106082 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:03:19 -0400]
[2018-10-08 13:03:04.441893 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 285 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:03:04.441971 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 285 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:03:12.106803 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:03:12.106895 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:03:27 -0400]
[2018-10-08 13:03:12.106908 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:03:12.106919 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:03:27 -0400]
[2018-10-08 13:03:13.107026 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:03:13.107090 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:03:28 -0400]
[2018-10-08 13:03:19.107659 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:03:19.107757 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:03:34 -0400]
[2018-10-08 13:03:19.442482 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 300 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:03:19.442552 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 300 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:03:27.108534 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:03:27.108628 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:03:42 -0400]
[2018-10-08 13:03:27.108640 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:03:27.108651 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:03:42 -0400]
[2018-10-08 13:03:28.108757 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:03:28.108802 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:03:43 -0400]
[2018-10-08 13:03:34.109273 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:03:34.109360 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:03:49 -0400]
[2018-10-08 13:03:34.457628 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 315 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:03:34.457703 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 315 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:03:42.110012 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:03:42.110108 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:03:57 -0400]
[2018-10-08 13:03:42.110121 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:03:42.110132 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:03:57 -0400]
[2018-10-08 13:03:43.110240 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:03:43.110293 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:03:58 -0400]
[2018-10-08 13:03:49.110809 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:03:49.110896 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:04:04 -0400]
[2018-10-08 13:03:49.472739 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 330 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:03:49.472806 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 330 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:03:57.111629 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:03:57.111718 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:04:12 -0400]
[2018-10-08 13:03:57.111732 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:03:57.111743 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:04:12 -0400]
[2018-10-08 13:03:58.111846 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:03:58.111898 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:04:13 -0400]
[2018-10-08 13:04:04.112429 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:04:04.112518 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:04:19 -0400]
[2018-10-08 13:04:04.487899 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 345 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:04:04.487972 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 345 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:04:12.113104 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:04:12.113193 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:04:27 -0400]
[2018-10-08 13:04:12.113204 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:04:12.113214 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:04:27 -0400]
[2018-10-08 13:04:13.113297 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:04:13.113475 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:04:28 -0400]
[2018-10-08 13:04:19.114034 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:04:19.114119 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:04:34 -0400]
[2018-10-08 13:04:19.503068 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 360 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:04:19.503154 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 360 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:04:27.114816 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:04:27.114897 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:04:42 -0400]
[2018-10-08 13:04:27.114909 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:04:27.114919 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:04:42 -0400]
[2018-10-08 13:04:28.115012 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:04:28.115066 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:04:43 -0400]
[2018-10-08 13:04:34.115517 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:04:34.115613 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:04:49 -0400]
[2018-10-08 13:04:34.518217 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 375 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:04:34.518284 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 375 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:04:41.641487 -0400][Debug  ][AsyncSock         ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Async connection call returned
[2018-10-08 13:04:41.641571 -0400][Error  ][AsyncSock         ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Unable to connect: Connection timed out
[2018-10-08 13:04:41.641581 -0400][Debug  ][AsyncSock         ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Closing the socket
[2018-10-08 13:04:41.641594 -0400][Debug  ][Poller            ] <x><--><x> Removing socket from the poller
[2018-10-08 13:04:41.641632 -0400][Error  ][PostMaster        ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0] elapsed = 127, pConnectionWindow = 120 seconds.
[2018-10-08 13:04:41.643290 -0400][Debug  ][PostMaster        ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094] Found 1 address(es): [::ffff:131.154.216.11]:1094
[2018-10-08 13:04:41.643339 -0400][Debug  ][AsyncSock         ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Attempting connection to [::ffff:131.154.216.11]:1094
[2018-10-08 13:04:41.643393 -0400][Debug  ][Poller            ] Adding socket 0xac001530 to the poller
[2018-10-08 13:04:42.116309 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:04:42.116385 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:04:57 -0400]
[2018-10-08 13:04:42.116397 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:04:42.116426 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:04:57 -0400]
[2018-10-08 13:04:43.116585 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:04:43.116695 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:04:58 -0400]
[2018-10-08 13:04:49.117247 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:04:49.117333 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:05:04 -0400]
[2018-10-08 13:04:49.651499 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 390 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:04:49.651555 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 390 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:04:57.117962 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:04:57.118051 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:05:12 -0400]
[2018-10-08 13:04:57.118060 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:04:57.118069 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:05:12 -0400]
[2018-10-08 13:04:58.118114 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:04:58.118168 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:05:13 -0400]
[2018-10-08 13:05:04.121820 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:05:04.121905 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:05:19 -0400]
[2018-10-08 13:05:04.666661 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 405 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:05:04.666736 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 405 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:05:12.122428 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:05:12.122507 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:05:27 -0400]
[2018-10-08 13:05:12.122518 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:05:12.122528 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:05:27 -0400]
[2018-10-08 13:05:13.122611 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:05:13.122691 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:05:28 -0400]
[2018-10-08 13:05:19.123213 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:05:19.123317 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:05:34 -0400]
[2018-10-08 13:05:19.681894 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 420 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:05:19.681956 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 420 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:05:27.124055 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:05:27.124148 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:05:42 -0400]
[2018-10-08 13:05:27.124160 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:05:27.124170 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:05:42 -0400]
[2018-10-08 13:05:28.124273 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:05:28.124369 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:05:43 -0400]
[2018-10-08 13:05:34.124896 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:05:34.124992 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:05:49 -0400]
[2018-10-08 13:05:34.697070 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 435 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:05:34.697123 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 435 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:05:42.125708 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:05:42.125801 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:05:57 -0400]
[2018-10-08 13:05:42.125814 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:05:42.125825 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:05:57 -0400]
[2018-10-08 13:05:43.125949 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:05:43.126037 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:05:58 -0400]
[2018-10-08 13:05:49.126571 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:05:49.126644 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:06:04 -0400]
[2018-10-08 13:05:49.712284 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 450 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:05:49.712355 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 450 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:05:57.127306 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:05:57.127398 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:06:12 -0400]
[2018-10-08 13:05:57.127441 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:05:57.127453 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:06:12 -0400]
[2018-10-08 13:05:58.127539 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:05:58.127577 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:06:13 -0400]
[2018-10-08 13:06:04.128108 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:06:04.128190 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:06:19 -0400]
[2018-10-08 13:06:04.727493 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 465 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:06:04.727577 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 465 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:06:12.128896 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:06:12.128981 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:06:27 -0400]
[2018-10-08 13:06:12.128994 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:06:12.129005 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:06:27 -0400]
[2018-10-08 13:06:13.129102 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:06:13.129153 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:06:28 -0400]
[2018-10-08 13:06:19.129710 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:06:19.129802 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:06:34 -0400]
[2018-10-08 13:06:19.742736 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 480 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:06:19.742813 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 480 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:06:27.130552 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:06:27.130640 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:06:42 -0400]
[2018-10-08 13:06:27.130653 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:06:27.130664 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:06:42 -0400]
[2018-10-08 13:06:28.130755 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:06:28.130812 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:06:43 -0400]
[2018-10-08 13:06:34.131338 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:06:34.131444 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:06:49 -0400]
[2018-10-08 13:06:34.751233 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 495 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:06:34.751342 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 495 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:06:42.132210 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:06:42.132316 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:06:57 -0400]
[2018-10-08 13:06:42.132329 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:06:42.132340 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:06:57 -0400]
[2018-10-08 13:06:43.132456 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:06:43.132531 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:06:58 -0400]
[2018-10-08 13:06:48.873491 -0400][Debug  ][AsyncSock         ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Async connection call returned
[2018-10-08 13:06:48.873572 -0400][Error  ][AsyncSock         ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Unable to connect: Connection timed out
[2018-10-08 13:06:48.873584 -0400][Debug  ][AsyncSock         ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Closing the socket
[2018-10-08 13:06:48.873597 -0400][Debug  ][Poller            ] <x><--><x> Removing socket from the poller
[2018-10-08 13:06:48.873633 -0400][Error  ][PostMaster        ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0] elapsed = 127, pConnectionWindow = 120 seconds.
[2018-10-08 13:06:48.875645 -0400][Debug  ][PostMaster        ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094] Found 1 address(es): [::ffff:131.154.216.11]:1094
[2018-10-08 13:06:48.875698 -0400][Debug  ][AsyncSock         ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Attempting connection to [::ffff:131.154.216.11]:1094
[2018-10-08 13:06:48.875755 -0400][Debug  ][Poller            ] Adding socket 0xac001530 to the poller
[2018-10-08 13:06:49.133092 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:06:49.133162 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:07:04 -0400]
[2018-10-08 13:06:49.876824 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 510 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:06:49.876866 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 510 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:06:57.133879 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:06:57.133969 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:07:12 -0400]
[2018-10-08 13:06:57.133982 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:06:57.133992 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:07:12 -0400]
[2018-10-08 13:06:58.134094 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:06:58.134171 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:07:13 -0400]
[2018-10-08 13:07:04.134719 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:07:04.134814 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:07:19 -0400]
[2018-10-08 13:07:04.892007 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 525 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:07:04.892090 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 525 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:07:12.135543 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:07:12.135636 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:07:27 -0400]
[2018-10-08 13:07:12.135649 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:07:12.135660 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:07:27 -0400]
[2018-10-08 13:07:13.135761 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:07:13.135843 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:07:28 -0400]
[2018-10-08 13:07:19.136388 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:07:19.136489 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:07:34 -0400]
[2018-10-08 13:07:19.907186 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 540 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:07:19.907268 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 540 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:07:27.137221 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:07:27.137304 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:07:42 -0400]
[2018-10-08 13:07:27.137316 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:07:27.137326 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:07:42 -0400]
[2018-10-08 13:07:28.137456 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:07:28.137548 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:07:43 -0400]
[2018-10-08 13:07:34.138101 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:07:34.138197 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:07:49 -0400]
[2018-10-08 13:07:34.922384 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 555 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:07:34.922467 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 555 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:07:42.138919 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:07:42.139008 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:07:57 -0400]
[2018-10-08 13:07:42.139021 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:07:42.139032 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:07:57 -0400]
[2018-10-08 13:07:43.139146 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:07:43.139234 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:07:58 -0400]
[2018-10-08 13:07:49.139777 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:07:49.139860 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:08:04 -0400]
[2018-10-08 13:07:49.937579 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 570 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:07:49.937645 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 570 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:07:57.140680 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:07:57.140769 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:08:12 -0400]
[2018-10-08 13:07:57.140802 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:07:57.140814 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:08:12 -0400]
[2018-10-08 13:07:58.140924 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:07:58.140978 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:08:13 -0400]
[2018-10-08 13:08:04.141592 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:08:04.141687 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:08:19 -0400]
[2018-10-08 13:08:04.952742 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 585 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:08:04.952811 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 585 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:08:12.142470 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:08:12.142557 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:08:27 -0400]
[2018-10-08 13:08:12.142569 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:08:12.142580 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:08:27 -0400]
[2018-10-08 13:08:13.142688 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:08:13.142742 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:08:28 -0400]
[2018-10-08 13:08:19.143296 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:08:19.143376 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:08:34 -0400]
[2018-10-08 13:08:19.967928 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 600 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:08:19.968009 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 600 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:08:27.144108 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:08:27.144199 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:08:42 -0400]
[2018-10-08 13:08:27.144212 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:08:27.144223 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:08:42 -0400]
[2018-10-08 13:08:28.144354 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:08:28.144472 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:08:43 -0400]
[2018-10-08 13:08:34.145006 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:08:34.145096 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:08:49 -0400]
[2018-10-08 13:08:34.983139 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 615 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:08:34.983233 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 615 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:08:42.145813 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:08:42.145916 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:08:57 -0400]
[2018-10-08 13:08:42.145929 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:08:42.145940 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:08:57 -0400]
[2018-10-08 13:08:43.146061 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:08:43.146132 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:08:58 -0400]
[2018-10-08 13:08:49.146652 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:08:49.146727 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:09:04 -0400]
[2018-10-08 13:08:49.998392 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 630 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:08:49.998474 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 630 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400
[2018-10-08 13:08:56.105494 -0400][Debug  ][AsyncSock         ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Async connection call returned
[2018-10-08 13:08:56.105576 -0400][Error  ][AsyncSock         ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Unable to connect: Connection timed out
[2018-10-08 13:08:56.105587 -0400][Debug  ][AsyncSock         ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Closing the socket
[2018-10-08 13:08:56.105601 -0400][Debug  ][Poller            ] <x><--><x> Removing socket from the poller
[2018-10-08 13:08:56.105640 -0400][Error  ][PostMaster        ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0] elapsed = 128, pConnectionWindow = 120 seconds.
[2018-10-08 13:08:56.105657 -0400][Error  ][PostMaster        ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0] Unable to recover: [ERROR] Connection error.
[2018-10-08 13:08:56.105670 -0400][Error  ][XRootD            ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094] Impossible to send message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ). Trying to recover.
[2018-10-08 13:08:56.105684 -0400][Debug  ][XRootD            ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094] Handling error while processing kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ): [FATAL] Connection error.
[2018-10-08 13:08:56.105751 -0400][Dump   ][Utility           ] URL: fake://fake:111//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it
[2018-10-08 13:08:56.105751 -0400][Dump   ][Utility           ] Protocol:  fake
[2018-10-08 13:08:56.105751 -0400][Dump   ][Utility           ] User Name: 
[2018-10-08 13:08:56.105751 -0400][Dump   ][Utility           ] Password:  
[2018-10-08 13:08:56.105751 -0400][Dump   ][Utility           ] Host Name: fake
[2018-10-08 13:08:56.105751 -0400][Dump   ][Utility           ] Port:      111
[2018-10-08 13:08:56.105751 -0400][Dump   ][Utility           ] Path:      /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root
[2018-10-08 13:08:56.105826 -0400][Dump   ][PostMaster        ] [cms-xrd-global.cern.ch:1094 #0] Sending message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it,xrootd-cms-redir-01.cr.cnaf.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60) through substream 0 expecting answer at 0
[2018-10-08 13:08:56.105922 -0400][Dump   ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Wrote a message: kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it,xrootd-cms-redir-01.cr.cnaf.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60), 182 bytes
[2018-10-08 13:08:56.105940 -0400][Dump   ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Successfully sent message: kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it,xrootd-cms-redir-01.cr.cnaf.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60).
[2018-10-08 13:08:56.105951 -0400][Dump   ][XRootD            ] [cms-xrd-global.cern.ch:1094] Message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it,xrootd-cms-redir-01.cr.cnaf.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) has been successfully sent.
[2018-10-08 13:08:56.105962 -0400][Dump   ][PostMaster        ] [cms-xrd-global.cern.ch:1094 #0.0] All messages consumed, disable uplink
[2018-10-08 13:08:56.220429 -0400][Dump   ][XRootDTransport   ] [msg: 0xbc000c10] Expecting 27 bytes of message body
[2018-10-08 13:08:56.220485 -0400][Dump   ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Received message header for 0xbc000c10 size: 8
[2018-10-08 13:08:56.220501 -0400][Dump   ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Received message 0xbc000c10 of 35 bytes
[2018-10-08 13:08:56.220512 -0400][Dump   ][PostMaster        ] [cms-xrd-global.cern.ch:1094 #0] Handling received message: 0xbc000c10.
[2018-10-08 13:08:56.220583 -0400][Dump   ][XRootD            ] [cms-xrd-global.cern.ch:1094] Got kXR_redirect response to message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it,xrootd-cms-redir-01.cr.cnaf.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ): xrootd-redic.pi.infn.it, port 1094
[2018-10-08 13:08:56.220637 -0400][Dump   ][XRootD            ] [cms-xrd-global.cern.ch:1094] Current server has been assigned as a load-balancer for message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it,xrootd-cms-redir-01.cr.cnaf.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat )
[2018-10-08 13:08:56.220670 -0400][Dump   ][Utility           ] URL: xrootd-redic.pi.infn.it:1094/
[2018-10-08 13:08:56.220670 -0400][Dump   ][Utility           ] Protocol:  root
[2018-10-08 13:08:56.220670 -0400][Dump   ][Utility           ] User Name: 
[2018-10-08 13:08:56.220670 -0400][Dump   ][Utility           ] Password:  
[2018-10-08 13:08:56.220670 -0400][Dump   ][Utility           ] Host Name: xrootd-redic.pi.infn.it
[2018-10-08 13:08:56.220670 -0400][Dump   ][Utility           ] Port:      1094
[2018-10-08 13:08:56.220670 -0400][Dump   ][Utility           ] Path:      
[2018-10-08 13:08:56.220703 -0400][Dump   ][Utility           ] URL: xrootd-redic.pi.infn.it:1094
[2018-10-08 13:08:56.220703 -0400][Dump   ][Utility           ] Protocol:  root
[2018-10-08 13:08:56.220703 -0400][Dump   ][Utility           ] User Name: 
[2018-10-08 13:08:56.220703 -0400][Dump   ][Utility           ] Password:  
[2018-10-08 13:08:56.220703 -0400][Dump   ][Utility           ] Host Name: xrootd-redic.pi.infn.it
[2018-10-08 13:08:56.220703 -0400][Dump   ][Utility           ] Port:      1094
[2018-10-08 13:08:56.220703 -0400][Dump   ][Utility           ] Path:      
[2018-10-08 13:08:56.220732 -0400][Debug  ][PostMaster        ] Creating new channel to: xrootd-redic.pi.infn.it:1094 1 stream(s)
[2018-10-08 13:08:56.220755 -0400][Debug  ][PostMaster        ] [xrootd-redic.pi.infn.it:1094 #0] Stream parameters: Network Stack: IPv4, Connection Window: 120, ConnectionRetry: 5, Stream Error Widnow: 1800
[2018-10-08 13:08:56.227537 -0400][Debug  ][TaskMgr           ] Registering task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" to be run at: [2018-10-08 13:09:11 -0400]
[2018-10-08 13:08:56.227619 -0400][Dump   ][Utility           ] URL: fake://fake:111//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it,xrootd-cms-redir-01.cr.cnaf.infn.it
[2018-10-08 13:08:56.227619 -0400][Dump   ][Utility           ] Protocol:  fake
[2018-10-08 13:08:56.227619 -0400][Dump   ][Utility           ] User Name: 
[2018-10-08 13:08:56.227619 -0400][Dump   ][Utility           ] Password:  
[2018-10-08 13:08:56.227619 -0400][Dump   ][Utility           ] Host Name: fake
[2018-10-08 13:08:56.227619 -0400][Dump   ][Utility           ] Port:      111
[2018-10-08 13:08:56.227619 -0400][Dump   ][Utility           ] Path:      /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root
[2018-10-08 13:08:56.227686 -0400][Dump   ][PostMaster        ] [xrootd-redic.pi.infn.it:1094 #0] Sending message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it,xrootd-cms-redir-01.cr.cnaf.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60) through substream 0 expecting answer at 0
[2018-10-08 13:08:56.359380 -0400][Debug  ][PostMaster        ] [xrootd-redic.pi.infn.it:1094] Found 1 address(es): [::ffff:193.205.76.83]:1094
[2018-10-08 13:08:56.359468 -0400][Debug  ][AsyncSock         ] [xrootd-redic.pi.infn.it:1094 #0.0] Attempting connection to [::ffff:193.205.76.83]:1094
[2018-10-08 13:08:56.359532 -0400][Debug  ][Poller            ] Adding socket 0xb0001500 to the poller
[2018-10-08 13:08:57.147437 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:08:57.147529 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:09:12 -0400]
[2018-10-08 13:08:57.147541 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:08:57.147553 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:09:12 -0400]
[2018-10-08 13:08:58.147658 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:08:58.147745 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:09:13 -0400]
[2018-10-08 13:09:04.148297 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:09:04.148386 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:09:19 -0400]
[2018-10-08 13:09:11.149012 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:09:11.149100 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:09:26 -0400]
[2018-10-08 13:09:11.235606 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 15 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:09:11.235674 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 15 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:09:12.149215 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:09:12.149323 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:09:27 -0400]
[2018-10-08 13:09:12.149337 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:09:12.149347 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:09:27 -0400]
[2018-10-08 13:09:13.149457 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:09:13.149505 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:09:28 -0400]
[2018-10-08 13:09:19.150046 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:09:19.150135 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:09:34 -0400]
[2018-10-08 13:09:26.150783 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:09:26.150869 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:09:41 -0400]
[2018-10-08 13:09:26.241548 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 30 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:09:26.241625 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 30 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:09:27.150998 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:09:27.151083 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:09:42 -0400]
[2018-10-08 13:09:27.151096 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:09:27.151107 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:09:42 -0400]
[2018-10-08 13:09:28.151199 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:09:28.151249 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:09:43 -0400]
[2018-10-08 13:09:34.151758 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:09:34.151847 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:09:49 -0400]
[2018-10-08 13:09:41.152492 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:09:41.152590 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:09:56 -0400]
[2018-10-08 13:09:41.256743 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 45 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:09:41.256826 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 45 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:09:42.152699 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:09:42.152781 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:09:57 -0400]
[2018-10-08 13:09:42.152793 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:09:42.152804 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:09:57 -0400]
[2018-10-08 13:09:43.152915 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:09:43.152980 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:09:58 -0400]
[2018-10-08 13:09:49.153523 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:09:49.153620 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:10:04 -0400]
[2018-10-08 13:09:56.154339 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:09:56.154433 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:10:11 -0400]
[2018-10-08 13:09:56.271924 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 60 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:09:56.271992 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 60 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:09:57.154563 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:09:57.154658 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:10:12 -0400]
[2018-10-08 13:09:57.154670 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:09:57.154681 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:10:12 -0400]
[2018-10-08 13:09:58.154793 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:09:58.154851 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:10:13 -0400]
[2018-10-08 13:10:04.155489 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:10:04.155579 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:10:19 -0400]
[2018-10-08 13:10:11.156261 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:10:11.156348 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:10:26 -0400]
[2018-10-08 13:10:11.287096 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 75 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:10:11.287163 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 75 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:10:12.156460 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:10:12.156548 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:10:27 -0400]
[2018-10-08 13:10:12.156560 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:10:12.156571 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:10:27 -0400]
[2018-10-08 13:10:13.156634 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:10:13.156688 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:10:28 -0400]
[2018-10-08 13:10:19.157191 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:10:19.157274 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:10:34 -0400]
[2018-10-08 13:10:26.157769 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:10:26.157861 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:10:41 -0400]
[2018-10-08 13:10:26.302255 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 90 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:10:26.302327 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 90 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:10:27.157982 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:10:27.158067 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:10:42 -0400]
[2018-10-08 13:10:27.158079 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:10:27.158089 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:10:42 -0400]
[2018-10-08 13:10:28.158186 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:10:28.158228 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:10:43 -0400]
[2018-10-08 13:10:34.158632 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:10:34.158719 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:10:49 -0400]
[2018-10-08 13:10:41.159276 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:10:41.159376 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:10:56 -0400]
[2018-10-08 13:10:41.316491 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 105 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:10:41.316564 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 105 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:10:42.159481 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:10:42.159539 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:10:57 -0400]
[2018-10-08 13:10:42.159551 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:10:42.159562 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:10:57 -0400]
[2018-10-08 13:10:43.159667 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:10:43.159721 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:10:58 -0400]
[2018-10-08 13:10:49.160115 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:10:49.160186 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:11:04 -0400]
[2018-10-08 13:10:56.160812 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:10:56.160913 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:11:11 -0400]
[2018-10-08 13:10:56.331658 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 120 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:10:56.331740 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 120 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:10:57.161006 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:10:57.161049 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:11:12 -0400]
[2018-10-08 13:10:57.161060 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:10:57.161070 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:11:12 -0400]
[2018-10-08 13:10:58.161159 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:10:58.161208 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:11:13 -0400]
[2018-10-08 13:11:03.593491 -0400][Debug  ][AsyncSock         ] [xrootd-redic.pi.infn.it:1094 #0.0] Async connection call returned
[2018-10-08 13:11:03.593576 -0400][Error  ][AsyncSock         ] [xrootd-redic.pi.infn.it:1094 #0.0] Unable to connect: Connection timed out
[2018-10-08 13:11:03.593587 -0400][Debug  ][AsyncSock         ] [xrootd-redic.pi.infn.it:1094 #0.0] Closing the socket
[2018-10-08 13:11:03.593599 -0400][Debug  ][Poller            ] <x><--><x> Removing socket from the poller
[2018-10-08 13:11:03.593651 -0400][Error  ][PostMaster        ] [xrootd-redic.pi.infn.it:1094 #0] elapsed = 127, pConnectionWindow = 120 seconds.
[2018-10-08 13:11:03.595688 -0400][Debug  ][PostMaster        ] [xrootd-redic.pi.infn.it:1094] Found 1 address(es): [::ffff:193.205.76.83]:1094
[2018-10-08 13:11:03.595750 -0400][Debug  ][AsyncSock         ] [xrootd-redic.pi.infn.it:1094 #0.0] Attempting connection to [::ffff:193.205.76.83]:1094
[2018-10-08 13:11:03.595811 -0400][Debug  ][Poller            ] Adding socket 0xb0001500 to the poller
[2018-10-08 13:11:04.161722 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:11:04.161792 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:11:19 -0400]
[2018-10-08 13:11:11.162399 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:11:11.162483 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:11:26 -0400]
[2018-10-08 13:11:11.603920 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 135 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:11:11.603998 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 135 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:11:12.162578 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:11:12.162631 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:11:27 -0400]
[2018-10-08 13:11:12.162644 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:11:12.162655 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:11:27 -0400]
[2018-10-08 13:11:13.162748 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:11:13.162802 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:11:28 -0400]
[2018-10-08 13:11:19.166538 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:11:19.166744 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:11:34 -0400]
[2018-10-08 13:11:26.167330 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:11:26.167453 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:11:41 -0400]
[2018-10-08 13:11:26.619163 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 150 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:11:26.619239 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 150 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:11:27.167576 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:11:27.167639 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:11:42 -0400]
[2018-10-08 13:11:27.167652 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:11:27.167662 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:11:42 -0400]
[2018-10-08 13:11:28.167735 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:11:28.167785 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:11:43 -0400]
[2018-10-08 13:11:34.168244 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:11:34.168334 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:11:49 -0400]
[2018-10-08 13:11:41.168898 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:11:41.168989 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:11:56 -0400]
[2018-10-08 13:11:41.634321 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 165 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:11:41.634398 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 165 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:11:42.169063 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:11:42.169108 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:11:57 -0400]
[2018-10-08 13:11:42.169119 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:11:42.169130 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:11:57 -0400]
[2018-10-08 13:11:43.169244 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:11:43.169324 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:11:58 -0400]
[2018-10-08 13:11:49.169842 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:11:49.169933 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:12:04 -0400]
[2018-10-08 13:11:56.170532 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:11:56.170622 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:12:11 -0400]
[2018-10-08 13:11:56.649556 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 180 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:11:56.649646 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 180 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:11:57.170728 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:11:57.170776 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:12:12 -0400]
[2018-10-08 13:11:57.170788 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:11:57.170798 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:12:12 -0400]
[2018-10-08 13:11:58.170888 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:11:58.170982 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:12:13 -0400]
[2018-10-08 13:12:04.171461 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:12:04.171555 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:12:19 -0400]
[2018-10-08 13:12:11.172081 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:12:11.172151 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:12:26 -0400]
[2018-10-08 13:12:11.664788 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 195 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:12:11.664860 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 195 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:12:12.172229 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:12:12.172280 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:12:27 -0400]
[2018-10-08 13:12:12.172292 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:12:12.172303 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:12:27 -0400]
[2018-10-08 13:12:13.172436 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:12:13.172537 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:12:28 -0400]
[2018-10-08 13:12:19.173021 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:12:19.173117 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:12:34 -0400]
[2018-10-08 13:12:26.173658 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:12:26.173735 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:12:41 -0400]
[2018-10-08 13:12:26.679911 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 210 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:12:26.679989 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 210 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:12:27.173855 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:12:27.173960 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:12:42 -0400]
[2018-10-08 13:12:27.173973 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:12:27.173984 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:12:42 -0400]
[2018-10-08 13:12:28.174086 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:12:28.174179 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:12:43 -0400]
[2018-10-08 13:12:34.174675 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:12:34.174763 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:12:49 -0400]
[2018-10-08 13:12:41.175341 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:12:41.175455 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:12:56 -0400]
[2018-10-08 13:12:41.695064 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 225 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:12:41.695138 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 225 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:12:42.175568 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:12:42.175659 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:12:57 -0400]
[2018-10-08 13:12:42.175671 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:12:42.175682 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:12:57 -0400]
[2018-10-08 13:12:43.175802 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:12:43.175894 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:12:58 -0400]
[2018-10-08 13:12:49.176450 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:12:49.176540 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:13:04 -0400]
[2018-10-08 13:12:56.177254 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:12:56.177344 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:13:11 -0400]
[2018-10-08 13:12:56.710241 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 240 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:12:56.710319 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 240 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:12:57.177458 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:12:57.177506 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:13:12 -0400]
[2018-10-08 13:12:57.177517 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:12:57.177527 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:13:12 -0400]
[2018-10-08 13:12:58.177633 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:12:58.177708 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:13:13 -0400]
[2018-10-08 13:13:04.178314 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:13:04.178428 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:13:19 -0400]
[2018-10-08 13:13:10.825488 -0400][Debug  ][AsyncSock         ] [xrootd-redic.pi.infn.it:1094 #0.0] Async connection call returned
[2018-10-08 13:13:10.825586 -0400][Error  ][AsyncSock         ] [xrootd-redic.pi.infn.it:1094 #0.0] Unable to connect: Connection timed out
[2018-10-08 13:13:10.825598 -0400][Debug  ][AsyncSock         ] [xrootd-redic.pi.infn.it:1094 #0.0] Closing the socket
[2018-10-08 13:13:10.825611 -0400][Debug  ][Poller            ] <x><--><x> Removing socket from the poller
[2018-10-08 13:13:10.825653 -0400][Error  ][PostMaster        ] [xrootd-redic.pi.infn.it:1094 #0] elapsed = 127, pConnectionWindow = 120 seconds.
[2018-10-08 13:13:11.179130 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:13:12.560492 -0400][Debug  ][PostMaster        ] [xrootd-redic.pi.infn.it:1094] Found 1 address(es): [::ffff:193.205.76.83]:1094
[2018-10-08 13:13:12.560570 -0400][Debug  ][AsyncSock         ] [xrootd-redic.pi.infn.it:1094 #0.0] Attempting connection to [::ffff:193.205.76.83]:1094
[2018-10-08 13:13:12.560635 -0400][Debug  ][Poller            ] Adding socket 0xb0001500 to the poller
[2018-10-08 13:13:12.560691 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 256 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:13:12.560708 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 256 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:13:12.560754 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:13:26 -0400]
[2018-10-08 13:13:13.560944 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:13:13.561048 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:13:28 -0400]
[2018-10-08 13:13:13.561061 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:13:13.561072 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:13:28 -0400]
[2018-10-08 13:13:13.561081 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:13:13.561093 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:13:28 -0400]
[2018-10-08 13:13:19.561605 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:13:19.561696 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:13:34 -0400]
[2018-10-08 13:13:26.562255 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:13:26.562336 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:13:41 -0400]
[2018-10-08 13:13:27.575807 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 271 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:13:27.575884 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 271 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:13:28.562524 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:13:28.562604 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:13:43 -0400]
[2018-10-08 13:13:28.562618 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:13:28.562629 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:13:43 -0400]
[2018-10-08 13:13:28.562637 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:13:28.562649 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:13:43 -0400]
[2018-10-08 13:13:34.563162 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:13:34.563233 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:13:49 -0400]
[2018-10-08 13:13:41.563912 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:13:41.564002 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:13:56 -0400]
[2018-10-08 13:13:42.591006 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 286 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:13:42.591093 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 286 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:13:43.564201 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:13:43.564281 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:13:58 -0400]
[2018-10-08 13:13:43.564294 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:13:43.564305 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:13:58 -0400]
[2018-10-08 13:13:43.564314 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:13:43.564327 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:13:58 -0400]
[2018-10-08 13:13:49.564847 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:13:49.564928 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:14:04 -0400]
[2018-10-08 13:13:56.565613 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:13:56.565704 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:14:11 -0400]
[2018-10-08 13:13:57.606182 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 301 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:13:57.606256 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 301 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:13:58.565915 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:13:58.565980 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:14:13 -0400]
[2018-10-08 13:13:58.565993 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:13:58.566004 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:14:13 -0400]
[2018-10-08 13:13:58.566027 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:13:58.566039 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:14:13 -0400]
[2018-10-08 13:14:04.566648 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:14:04.566738 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:14:19 -0400]
[2018-10-08 13:14:11.567461 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:14:11.567564 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:14:26 -0400]
[2018-10-08 13:14:12.621365 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 316 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:14:12.621464 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 316 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:14:13.567780 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:14:13.567857 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:14:28 -0400]
[2018-10-08 13:14:13.567868 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:14:13.567878 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:14:28 -0400]
[2018-10-08 13:14:13.567886 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:14:13.567898 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:14:28 -0400]
[2018-10-08 13:14:19.568502 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:14:19.568594 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:14:34 -0400]
[2018-10-08 13:14:26.569310 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:14:26.569424 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:14:41 -0400]
[2018-10-08 13:14:27.636562 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 331 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:14:27.636641 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 331 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:14:28.569643 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:14:28.569718 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:14:43 -0400]
[2018-10-08 13:14:28.569730 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:14:28.569741 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:14:43 -0400]
[2018-10-08 13:14:28.569750 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:14:28.569763 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:14:43 -0400]
[2018-10-08 13:14:34.570326 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:14:34.570445 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:14:49 -0400]
[2018-10-08 13:14:41.571111 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:14:41.571189 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:14:56 -0400]
[2018-10-08 13:14:42.651748 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 346 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:14:42.651826 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 346 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:14:43.571390 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:14:43.571519 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:14:58 -0400]
[2018-10-08 13:14:43.571533 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:14:43.571544 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:14:58 -0400]
[2018-10-08 13:14:43.571553 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:14:43.571566 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:14:58 -0400]
[2018-10-08 13:14:49.572099 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:14:49.572189 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:15:04 -0400]
[2018-10-08 13:14:56.572876 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:14:56.572966 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:15:11 -0400]
[2018-10-08 13:14:57.666935 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 361 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:14:57.667017 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 361 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:14:58.573197 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:14:58.573276 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:15:13 -0400]
[2018-10-08 13:14:58.573289 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:14:58.573300 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:15:13 -0400]
[2018-10-08 13:14:58.573309 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:14:58.573321 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:15:13 -0400]
[2018-10-08 13:15:04.573939 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:15:04.574028 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:15:19 -0400]
[2018-10-08 13:15:11.574763 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:15:11.574853 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:15:26 -0400]
[2018-10-08 13:15:12.682131 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 376 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:15:12.682237 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 376 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:15:13.575074 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:15:13.575151 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:15:28 -0400]
[2018-10-08 13:15:13.575175 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:15:13.575186 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:15:28 -0400]
[2018-10-08 13:15:13.575195 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:15:13.575207 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:15:28 -0400]
[2018-10-08 13:15:19.575825 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:15:19.575918 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:15:34 -0400]
[2018-10-08 13:15:19.849486 -0400][Debug  ][AsyncSock         ] [xrootd-redic.pi.infn.it:1094 #0.0] Async connection call returned
[2018-10-08 13:15:19.849557 -0400][Error  ][AsyncSock         ] [xrootd-redic.pi.infn.it:1094 #0.0] Unable to connect: Connection timed out
[2018-10-08 13:15:19.849569 -0400][Debug  ][AsyncSock         ] [xrootd-redic.pi.infn.it:1094 #0.0] Closing the socket
[2018-10-08 13:15:19.849582 -0400][Debug  ][Poller            ] <x><--><x> Removing socket from the poller
[2018-10-08 13:15:19.849617 -0400][Error  ][PostMaster        ] [xrootd-redic.pi.infn.it:1094 #0] elapsed = 127, pConnectionWindow = 120 seconds.
[2018-10-08 13:15:19.851483 -0400][Debug  ][PostMaster        ] [xrootd-redic.pi.infn.it:1094] Found 1 address(es): [::ffff:193.205.76.83]:1094
[2018-10-08 13:15:19.851536 -0400][Debug  ][AsyncSock         ] [xrootd-redic.pi.infn.it:1094 #0.0] Attempting connection to [::ffff:193.205.76.83]:1094
[2018-10-08 13:15:19.851595 -0400][Debug  ][Poller            ] Adding socket 0xb0001500 to the poller
[2018-10-08 13:15:26.576641 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:15:26.576726 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:15:41 -0400]
[2018-10-08 13:15:27.859691 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 391 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:15:27.859768 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 391 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:15:28.576937 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:15:28.576995 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:15:43 -0400]
[2018-10-08 13:15:28.577007 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:15:28.577019 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:15:43 -0400]
[2018-10-08 13:15:28.577028 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:15:28.577040 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:15:43 -0400]
[2018-10-08 13:15:34.577652 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:15:34.577754 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:15:49 -0400]
[2018-10-08 13:15:41.578465 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:15:41.578565 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:15:56 -0400]
[2018-10-08 13:15:42.874665 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 406 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:15:42.874741 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 406 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:15:43.578788 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:15:43.578865 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:15:58 -0400]
[2018-10-08 13:15:43.578878 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:15:43.578889 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:15:58 -0400]
[2018-10-08 13:15:43.578898 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:15:43.578910 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:15:58 -0400]
[2018-10-08 13:15:49.579539 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:15:49.579633 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:16:04 -0400]
[2018-10-08 13:15:56.580349 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:15:56.580473 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:16:11 -0400]
[2018-10-08 13:15:57.889794 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 421 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:15:57.889866 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 421 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:15:58.580694 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:15:58.580757 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:16:13 -0400]
[2018-10-08 13:15:58.580770 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:15:58.580781 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:16:13 -0400]
[2018-10-08 13:15:58.580790 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:15:58.580803 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:16:13 -0400]
[2018-10-08 13:16:04.581385 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:16:04.581479 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:16:19 -0400]
[2018-10-08 13:16:11.582190 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:16:11.582279 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:16:26 -0400]
[2018-10-08 13:16:12.904974 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 436 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:16:12.905055 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 436 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:16:13.582523 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:16:13.582597 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:16:28 -0400]
[2018-10-08 13:16:13.582609 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:16:13.582619 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:16:28 -0400]
[2018-10-08 13:16:13.582627 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:16:13.582639 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:16:28 -0400]
[2018-10-08 13:16:19.583214 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:16:19.583304 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:16:34 -0400]
[2018-10-08 13:16:26.584029 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:16:26.584122 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:16:41 -0400]
[2018-10-08 13:16:27.920172 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 451 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:16:27.920252 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 451 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:16:28.584334 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:16:28.584402 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:16:43 -0400]
[2018-10-08 13:16:28.584431 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:16:28.584443 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:16:43 -0400]
[2018-10-08 13:16:28.584452 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:16:28.584464 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:16:43 -0400]
[2018-10-08 13:16:34.585092 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:16:34.585176 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:16:49 -0400]
[2018-10-08 13:16:41.585922 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:16:41.586018 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:16:56 -0400]
[2018-10-08 13:16:42.935282 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 466 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:16:42.935373 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 466 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:16:43.586238 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:16:43.586316 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:16:58 -0400]
[2018-10-08 13:16:43.586327 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:16:43.586338 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:16:58 -0400]
[2018-10-08 13:16:43.586357 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:16:43.586370 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:16:58 -0400]
[2018-10-08 13:16:49.586985 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:16:49.587061 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:17:04 -0400]
[2018-10-08 13:16:56.587789 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:16:56.587899 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:17:11 -0400]
[2018-10-08 13:16:57.950456 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 481 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:16:57.950527 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 481 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:16:58.588122 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:16:58.588206 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:17:13 -0400]
[2018-10-08 13:16:58.588218 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:16:58.588228 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:17:13 -0400]
[2018-10-08 13:16:58.588236 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:16:58.588248 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:17:13 -0400]
[2018-10-08 13:17:04.588853 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:17:04.588943 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:17:19 -0400]
[2018-10-08 13:17:11.589665 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:17:11.589754 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:17:26 -0400]
[2018-10-08 13:17:12.965574 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 496 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:17:12.965643 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 496 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:17:13.589978 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:17:13.590073 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:17:28 -0400]
[2018-10-08 13:17:13.590084 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:17:13.590094 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:17:28 -0400]
[2018-10-08 13:17:13.590117 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:17:13.590129 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:17:28 -0400]
[2018-10-08 13:17:19.590743 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:17:19.590834 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:17:34 -0400]
[2018-10-08 13:17:26.591535 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:17:26.591630 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:17:41 -0400]
[2018-10-08 13:17:27.081491 -0400][Debug  ][AsyncSock         ] [xrootd-redic.pi.infn.it:1094 #0.0] Async connection call returned
[2018-10-08 13:17:27.081566 -0400][Error  ][AsyncSock         ] [xrootd-redic.pi.infn.it:1094 #0.0] Unable to connect: Connection timed out
[2018-10-08 13:17:27.081578 -0400][Debug  ][AsyncSock         ] [xrootd-redic.pi.infn.it:1094 #0.0] Closing the socket
[2018-10-08 13:17:27.081592 -0400][Debug  ][Poller            ] <x><--><x> Removing socket from the poller
[2018-10-08 13:17:27.081630 -0400][Error  ][PostMaster        ] [xrootd-redic.pi.infn.it:1094 #0] elapsed = 128, pConnectionWindow = 120 seconds.
[2018-10-08 13:17:27.083585 -0400][Debug  ][PostMaster        ] [xrootd-redic.pi.infn.it:1094] Found 1 address(es): [::ffff:193.205.76.83]:1094
[2018-10-08 13:17:27.083646 -0400][Debug  ][AsyncSock         ] [xrootd-redic.pi.infn.it:1094 #0.0] Attempting connection to [::ffff:193.205.76.83]:1094
[2018-10-08 13:17:27.083711 -0400][Debug  ][Poller            ] Adding socket 0xb0001500 to the poller
[2018-10-08 13:17:27.083752 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 511 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:17:27.083768 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 511 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:17:28.591861 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:17:28.591959 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:17:43 -0400]
[2018-10-08 13:17:28.591971 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:17:28.591982 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:17:43 -0400]
[2018-10-08 13:17:28.591990 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:17:28.592002 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:17:43 -0400]
[2018-10-08 13:17:34.592596 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:17:34.592681 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:17:49 -0400]
[2018-10-08 13:17:41.593383 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:17:41.593472 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:17:56 -0400]
[2018-10-08 13:17:42.098757 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 526 seconds, TTL: 1200, allocated SIDs: 0, open files: 0
[2018-10-08 13:17:42.098838 -0400][Dump   ][XRootDTransport   ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 526 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400
[2018-10-08 13:17:43.593698 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:17:43.593787 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: cms-xrd-global.cern.ch:1094" at [2018-10-08 13:17:58 -0400]
[2018-10-08 13:17:43.593799 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:17:43.593810 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd.ba.infn.it:1094" at [2018-10-08 13:17:58 -0400]
[2018-10-08 13:17:43.593818 -0400][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2018-10-08 13:17:43.593830 -0400][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2018-10-08 13:17:58 -0400]
[2018-10-08 13:17:49.594448 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:17:49.594534 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094" at [2018-10-08 13:18:04 -0400]
[2018-10-08 13:17:56.595269 -0400][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:17:56.595357 -0400][Error  ][XRootD            ] [xrootd-redic.pi.infn.it:1094] Impossible to send message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it,xrootd-cms-redir-01.cr.cnaf.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ). Trying to recover.
[2018-10-08 13:17:56.595376 -0400][Debug  ][XRootD            ] [xrootd-redic.pi.infn.it:1094] Handling error while processing kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it,xrootd-cms-redir-01.cr.cnaf.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ): [ERROR] Operation expired.
[2018-10-08 13:17:56.595387 -0400][Error  ][XRootD            ] [xrootd-redic.pi.infn.it:1094] Unable to get the response to request kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it,xrootd-cms-redir-01.cr.cnaf.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat )
[2018-10-08 13:17:56.595429 -0400][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094" at [2018-10-08 13:18:11 -0400]
[2018-10-08 13:17:56.595546 -0400][Debug  ][File              ] [0xd2ad56a0@root://cms-xrd-global.cern.ch:1094//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root] Open has returned with status [ERROR] Operation expired
[2018-10-08 13:17:56.595592 -0400][Debug  ][File              ] [0xd2ad56a0@root://cms-xrd-global.cern.ch:1094//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root] Error while opening at xrootd-redic.pi.infn.it:1094: [ERROR] Operation expired
root://cms-xrd-global.cern.ch//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root
data (<status: 1, code: 206, errno: 0, message: '[ERROR] Operation expired', shellcode: 52, error: True, fatal: False, ok: False>, None)
[2018-10-08 13:17:56.605292 -0400][Debug  ][JobMgr            ] Stopping the job manager...
[2018-10-08 13:17:56.605336 -0400][Dump   ][JobMgr            ] Stopping worker #0...
[2018-10-08 13:17:56.605556 -0400][Dump   ][JobMgr            ] Worker #0 stopped
[2018-10-08 13:17:56.605575 -0400][Dump   ][JobMgr            ] Stopping worker #1...
[2018-10-08 13:17:56.605660 -0400][Dump   ][JobMgr            ] Worker #1 stopped
[2018-10-08 13:17:56.605670 -0400][Dump   ][JobMgr            ] Stopping worker #2...
[2018-10-08 13:17:56.605711 -0400][Dump   ][JobMgr            ] Worker #2 stopped
[2018-10-08 13:17:56.605720 -0400][Debug  ][JobMgr            ] Job manager stopped
[2018-10-08 13:17:56.605739 -0400][Debug  ][TaskMgr           ] Stopping the task manager...
[2018-10-08 13:17:56.605893 -0400][Debug  ][TaskMgr           ] Task manager stopped
[2018-10-08 13:17:56.605904 -0400][Debug  ][Poller            ] Stopping the poller...
[2018-10-08 13:17:56.606015 -0400][Debug  ][TaskMgr           ] Requesting unregistration of: "TickGeneratorTask for: cms-xrd-global.cern.ch:1094"
[2018-10-08 13:17:56.606031 -0400][Debug  ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Closing the socket
[2018-10-08 13:17:56.606042 -0400][Debug  ][Poller            ] <[::ffff:198.30.88.250]:54796><--><[::ffff:188.184.67.41]:1094> Removing socket from the poller
[2018-10-08 13:17:56.606113 -0400][Debug  ][PostMaster        ] [cms-xrd-global.cern.ch:1094 #0] Destroying stream
[2018-10-08 13:17:56.606135 -0400][Debug  ][AsyncSock         ] [cms-xrd-global.cern.ch:1094 #0.0] Closing the socket
[2018-10-08 13:17:56.606158 -0400][Debug  ][TaskMgr           ] Requesting unregistration of: "TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094"
[2018-10-08 13:17:56.606167 -0400][Debug  ][AsyncSock         ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Closing the socket
[2018-10-08 13:17:56.606176 -0400][Debug  ][PostMaster        ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0] Destroying stream
[2018-10-08 13:17:56.606183 -0400][Debug  ][AsyncSock         ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Closing the socket
[2018-10-08 13:17:56.606194 -0400][Debug  ][TaskMgr           ] Requesting unregistration of: "TickGeneratorTask for: xrootd-redic.pi.infn.it:1094"
[2018-10-08 13:17:56.606202 -0400][Debug  ][AsyncSock         ] [xrootd-redic.pi.infn.it:1094 #0.0] Closing the socket
[2018-10-08 13:17:56.606211 -0400][Debug  ][Poller            ] <x><--><x> Removing socket from the poller
[2018-10-08 13:17:56.606231 -0400][Debug  ][PostMaster        ] [xrootd-redic.pi.infn.it:1094 #0] Destroying stream
[2018-10-08 13:17:56.606239 -0400][Debug  ][AsyncSock         ] [xrootd-redic.pi.infn.it:1094 #0.0] Closing the socket
[2018-10-08 13:17:56.606249 -0400][Debug  ][TaskMgr           ] Requesting unregistration of: "TickGeneratorTask for: xrootd.ba.infn.it:1094"
[2018-10-08 13:17:56.606256 -0400][Debug  ][AsyncSock         ] [xrootd.ba.infn.it:1094 #0.0] Closing the socket
[2018-10-08 13:17:56.606264 -0400][Debug  ][PostMaster        ] [xrootd.ba.infn.it:1094 #0] Destroying stream
[2018-10-08 13:17:56.606271 -0400][Debug  ][AsyncSock         ] [xrootd.ba.infn.it:1094 #0.0] Closing the socket

and the result is the same

[2018-10-08 13:17:56.595592 -0400][Debug  ][File              ] [0xd2ad56a0@root://cms-xrd-global.cern.ch:1094//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root] Error while opening at xrootd-redic.pi.infn.it:1094: [ERROR] Operation expired
root://cms-xrd-global.cern.ch//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root
data (<status: 1, code: 206, errno: 0, message: '[ERROR] Operation expired', shellcode: 52, error: True, fatal: False, ok: False>, None)


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/xrootd/xrootd","title":"xrootd/xrootd","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/xrootd/xrootd"}},"updates":{"snippets":[{"icon":"PERSON","message":"@vkuznet in #836: Here is new round, my environment\r\n```\r\nenv | egrep \"^Xrd|^XRD\"\r\nXRD_NETWORKSTACK=IPv4\r\nXrdSecGSIUSERPROXY=/data/vk/proxy\r\nXRD_LOGLEVEL=Dump\r\nXrdSecDEBUG=2\r\n```\r\n\r\ncode:\r\n```\r\nfrom XRootD import client\r\nfrom XRootD.client.flags import OpenFlags\r\nf=client.File()\r\nredirector='root://cms-xrd-global.cern.ch'\r\n#redirector='root://xrootd-cms.infn.it'\r\n#redirector='root://cmsxrootd.fnal.gov'\r\nfin='%s//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root' % redirector\r\nprint(fin)\r\ndata=f.open(fin, OpenFlags.READ)\r\nprint(\"data\", data)\r\n```\r\n\r\nand output (I waited for code to finish by itself without any timeouts):\r\n```\r\n[2018-10-08 12:47:41.993259 -0400][Warning][Utility ] Unable to process global config file: [ERROR] OS Error: No such file or directory\r\n[2018-10-08 12:47:41.993546 -0400][Debug ][Utility ] Unable to process user config file: [ERROR] OS Error: No such file or directory\r\n[2018-10-08 12:47:41.993669 -0400][Info ][Utility ] Env: Importing from shell XRD_NETWORKSTACK=IPv4 as NetworkStack\r\n[2018-10-08 12:47:41.993704 -0400][Debug ][PlugInMgr ] Initializing plug-in manager...\r\n[2018-10-08 12:47:41.993715 -0400][Debug ][PlugInMgr ] No default plug-in, loading plug-in configs...\r\n[2018-10-08 12:47:41.993723 -0400][Debug ][PlugInMgr ] Processing plug-in definitions in /etc/xrootd/client.plugins.d...\r\n[2018-10-08 12:47:41.993740 -0400][Debug ][PlugInMgr ] Unable to process directory /etc/xrootd/client.plugins.d: [ERROR] OS Error: No such file or directory\r\n[2018-10-08 12:47:41.993809 -0400][Debug ][PlugInMgr ] Processing plug-in definitions in /home/kuznetv/.xrootd/client.plugins.d...\r\n[2018-10-08 12:47:41.993863 -0400][Dump ][PlugInMgr ] Processing: /home/kuznetv/.xrootd/client.plugins.d/client-plugin.conf\r\n[2018-10-08 12:47:41.993914 -0400][Debug ][PlugInMgr ] Unable to find 'lib' key in the config file /home/kuznetv/.xrootd/client.plugins.d/client-plugin.conf, ignoring this config\r\n[2018-10-08 12:47:42.010680 -0400][Debug ][Poller ] Available pollers: built-in\r\n[2018-10-08 12:47:42.010712 -0400][Debug ][Poller ] Attempting to create a poller according to preference: built-in\r\n[2018-10-08 12:47:42.010724 -0400][Debug ][Poller ] Creating poller: built-in\r\n[2018-10-08 12:47:42.010738 -0400][Debug ][Poller ] Creating and starting the built-in poller...\r\n[2018-10-08 12:47:42.010862 -0400][Debug ][Poller ] Using 1 poller threads\r\n[2018-10-08 12:47:42.010882 -0400][Debug ][TaskMgr ] Starting the task manager...\r\n[2018-10-08 12:47:42.010920 -0400][Debug ][TaskMgr ] Task manager started\r\n[2018-10-08 12:47:42.010930 -0400][Debug ][JobMgr ] Starting the job manager...\r\n[2018-10-08 12:47:42.011006 -0400][Debug ][JobMgr ] Job manager started, 3 workers\r\n[2018-10-08 12:47:42.011017 -0400][Debug ][TaskMgr ] Registering task: \"FileTimer task\" to be run at: [2018-10-08 12:47:42 -0400]\r\n[2018-10-08 12:47:42.011101 -0400][Dump ][Utility ] URL: root://cms-xrd-global.cern.ch//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root\r\n[2018-10-08 12:47:42.011101 -0400][Dump ][Utility ] Protocol: root\r\n[2018-10-08 12:47:42.011101 -0400][Dump ][Utility ] User Name: \r\n[2018-10-08 12:47:42.011101 -0400][Dump ][Utility ] Password: \r\n[2018-10-08 12:47:42.011101 -0400][Dump ][Utility ] Host Name: cms-xrd-global.cern.ch\r\n[2018-10-08 12:47:42.011101 -0400][Dump ][Utility ] Port: 1094\r\n[2018-10-08 12:47:42.011101 -0400][Dump ][Utility ] Path: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root\r\n[2018-10-08 12:47:42.011145 -0400][Dump ][Utility ] URL: root://cms-xrd-global.cern.ch//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root\r\n[2018-10-08 12:47:42.011145 -0400][Dump ][Utility ] Protocol: root\r\n[2018-10-08 12:47:42.011145 -0400][Dump ][Utility ] User Name: \r\n[2018-10-08 12:47:42.011145 -0400][Dump ][Utility ] Password: \r\n[2018-10-08 12:47:42.011145 -0400][Dump ][Utility ] Host Name: cms-xrd-global.cern.ch\r\n[2018-10-08 12:47:42.011145 -0400][Dump ][Utility ] Port: 1094\r\n[2018-10-08 12:47:42.011145 -0400][Dump ][Utility ] Path: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root\r\n[2018-10-08 12:47:42.011164 -0400][Debug ][File ] [0xd2ad56a0@root://cms-xrd-global.cern.ch:1094//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root] Sending an open command\r\n[2018-10-08 12:47:42.011218 -0400][Dump ][XRootD ] [cms-xrd-global.cern.ch:1094] Sending message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root, mode: 00, flags: kXR_open_read kXR_async kXR_retstat )\r\n[2018-10-08 12:47:42.011256 -0400][Dump ][Utility ] URL: cms-xrd-global.cern.ch:1094\r\n[2018-10-08 12:47:42.011256 -0400][Dump ][Utility ] Protocol: root\r\n[2018-10-08 12:47:42.011256 -0400][Dump ][Utility ] User Name: \r\n[2018-10-08 12:47:42.011256 -0400][Dump ][Utility ] Password: \r\n[2018-10-08 12:47:42.011256 -0400][Dump ][Utility ] Host Name: cms-xrd-global.cern.ch\r\n[2018-10-08 12:47:42.011256 -0400][Dump ][Utility ] Port: 1094\r\n[2018-10-08 12:47:42.011256 -0400][Dump ][Utility ] Path: \r\n[2018-10-08 12:47:42.011283 -0400][Debug ][PostMaster ] Creating new channel to: cms-xrd-global.cern.ch:1094 1 stream(s)\r\n[2018-10-08 12:47:42.011312 -0400][Debug ][PostMaster ] [cms-xrd-global.cern.ch:1094 #0] Stream parameters: Network Stack: IPv4, Connection Window: 120, ConnectionRetry: 5, Stream Error Widnow: 1800\r\n[2018-10-08 12:47:42.017062 -0400][Debug ][TaskMgr ] Registering task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" to be run at: [2018-10-08 12:47:57 -0400]\r\n[2018-10-08 12:47:42.017097 -0400][Dump ][PostMaster ] [cms-xrd-global.cern.ch:1094 #0] Sending message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60) through substream 0 expecting answer at 0\r\n[2018-10-08 12:47:42.133024 -0400][Debug ][PostMaster ] [cms-xrd-global.cern.ch:1094] Found 2 address(es): [::ffff:188.184.161.66]:1094, [::ffff:188.184.67.41]:1094\r\n[2018-10-08 12:47:42.133068 -0400][Debug ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Attempting connection to [::ffff:188.184.67.41]:1094\r\n[2018-10-08 12:47:42.133117 -0400][Debug ][Poller ] Adding socket 0xd2ab4890 to the poller\r\n[2018-10-08 12:47:42.246117 -0400][Debug ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Async connection call returned\r\n[2018-10-08 12:47:42.246161 -0400][Debug ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Sending out the initial hand shake + kXR_protocol\r\n[2018-10-08 12:47:42.246206 -0400][Dump ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Wrote a message: (0xbc000950), 44 bytes\r\n[2018-10-08 12:47:42.359179 -0400][Dump ][XRootDTransport ] [msg: 0xbc000950] Expecting 8 bytes of message body\r\n[2018-10-08 12:47:42.359213 -0400][Dump ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Received message header, size: 8\r\n[2018-10-08 12:47:42.359224 -0400][Dump ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Received a message of 16 bytes\r\n[2018-10-08 12:47:42.359238 -0400][Debug ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Got the server hand shake response (type: manager [], protocol version 310)\r\n[2018-10-08 12:47:42.359251 -0400][Dump ][XRootDTransport ] [msg: 0xbc000950] Expecting 8 bytes of message body\r\n[2018-10-08 12:47:42.359259 -0400][Dump ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Received message header, size: 8\r\n[2018-10-08 12:47:42.359267 -0400][Dump ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Received a message of 16 bytes\r\n[2018-10-08 12:47:42.359276 -0400][Debug ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] kXR_protocol successful (type: manager [meta], protocol version 310)\r\n[2018-10-08 12:47:42.371342 -0400][Debug ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Sending out kXR_login request, username: kuznetv, cgi: ?xrd.cc=us\u0026xrd.tz=-5\u0026xrd.appname=python3.6\u0026xrd.info=\u0026xrd.hostname=goofy\u0026xrd.rn=v4.8.4, dual-stack: true, private IPv4: false, private IPv6: true\r\n[2018-10-08 12:47:42.371426 -0400][Dump ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Wrote a message: (0xbc000b40), 109 bytes\r\n[2018-10-08 12:47:42.484227 -0400][Dump ][XRootDTransport ] [msg: 0xbc000b40] Expecting 16 bytes of message body\r\n[2018-10-08 12:47:42.484263 -0400][Dump ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Received message header, size: 8\r\n[2018-10-08 12:47:42.484276 -0400][Dump ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Received a message of 24 bytes\r\n[2018-10-08 12:47:42.484292 -0400][Debug ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Logged in, session: ac1a04008ff5010059010000671c0400\r\n[2018-10-08 12:47:42.484306 -0400][Debug ][PostMaster ] [cms-xrd-global.cern.ch:1094 #0] Stream 0 connected.\r\n[2018-10-08 12:47:42.484317 -0400][Debug ][Utility ] Monitor library name not set. No monitoring\r\n[2018-10-08 12:47:42.484361 -0400][Dump ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Wrote a message: kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60), 122 bytes\r\n[2018-10-08 12:47:42.484381 -0400][Dump ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Successfully sent message: kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60).\r\n[2018-10-08 12:47:42.484397 -0400][Dump ][XRootD ] [cms-xrd-global.cern.ch:1094] Message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) has been successfully sent.\r\n[2018-10-08 12:47:42.484423 -0400][Dump ][PostMaster ] [cms-xrd-global.cern.ch:1094 #0.0] All messages consumed, disable uplink\r\n[2018-10-08 12:47:42.598624 -0400][Dump ][XRootDTransport ] [msg: 0xbc000b70] Expecting 21 bytes of message body\r\n[2018-10-08 12:47:42.598660 -0400][Dump ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Received message header for 0xbc000b70 size: 8\r\n[2018-10-08 12:47:42.598680 -0400][Dump ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Received message 0xbc000b70 of 29 bytes\r\n[2018-10-08 12:47:42.598691 -0400][Dump ][PostMaster ] [cms-xrd-global.cern.ch:1094 #0] Handling received message: 0xbc000b70.\r\n[2018-10-08 12:47:42.598772 -0400][Dump ][XRootD ] [cms-xrd-global.cern.ch:1094] Got kXR_redirect response to message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ): xrootd.ba.infn.it, port 1094\r\n[2018-10-08 12:47:42.598834 -0400][Dump ][XRootD ] [cms-xrd-global.cern.ch:1094] Current server has been assigned as a load-balancer for message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root, mode: 00, flags: kXR_open_read kXR_async kXR_retstat )\r\n[2018-10-08 12:47:42.598880 -0400][Dump ][Utility ] URL: xrootd.ba.infn.it:1094/\r\n[2018-10-08 12:47:42.598880 -0400][Dump ][Utility ] Protocol: root\r\n[2018-10-08 12:47:42.598880 -0400][Dump ][Utility ] User Name: \r\n[2018-10-08 12:47:42.598880 -0400][Dump ][Utility ] Password: \r\n[2018-10-08 12:47:42.598880 -0400][Dump ][Utility ] Host Name: xrootd.ba.infn.it\r\n[2018-10-08 12:47:42.598880 -0400][Dump ][Utility ] Port: 1094\r\n[2018-10-08 12:47:42.598880 -0400][Dump ][Utility ] Path: \r\n[2018-10-08 12:47:42.598930 -0400][Dump ][Utility ] URL: xrootd.ba.infn.it:1094\r\n[2018-10-08 12:47:42.598930 -0400][Dump ][Utility ] Protocol: root\r\n[2018-10-08 12:47:42.598930 -0400][Dump ][Utility ] User Name: \r\n[2018-10-08 12:47:42.598930 -0400][Dump ][Utility ] Password: \r\n[2018-10-08 12:47:42.598930 -0400][Dump ][Utility ] Host Name: xrootd.ba.infn.it\r\n[2018-10-08 12:47:42.598930 -0400][Dump ][Utility ] Port: 1094\r\n[2018-10-08 12:47:42.598930 -0400][Dump ][Utility ] Path: \r\n[2018-10-08 12:47:42.598971 -0400][Debug ][PostMaster ] Creating new channel to: xrootd.ba.infn.it:1094 1 stream(s)\r\n[2018-10-08 12:47:42.599001 -0400][Debug ][PostMaster ] [xrootd.ba.infn.it:1094 #0] Stream parameters: Network Stack: IPv4, Connection Window: 120, ConnectionRetry: 5, Stream Error Widnow: 1800\r\n[2018-10-08 12:47:42.605065 -0400][Debug ][TaskMgr ] Registering task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" to be run at: [2018-10-08 12:47:57 -0400]\r\n[2018-10-08 12:47:42.605135 -0400][Dump ][Utility ] URL: fake://fake:111//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root\r\n[2018-10-08 12:47:42.605135 -0400][Dump ][Utility ] Protocol: fake\r\n[2018-10-08 12:47:42.605135 -0400][Dump ][Utility ] User Name: \r\n[2018-10-08 12:47:42.605135 -0400][Dump ][Utility ] Password: \r\n[2018-10-08 12:47:42.605135 -0400][Dump ][Utility ] Host Name: fake\r\n[2018-10-08 12:47:42.605135 -0400][Dump ][Utility ] Port: 111\r\n[2018-10-08 12:47:42.605135 -0400][Dump ][Utility ] Path: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root\r\n[2018-10-08 12:47:42.605198 -0400][Dump ][PostMaster ] [xrootd.ba.infn.it:1094 #0] Sending message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60) through substream 0 expecting answer at 0\r\n[2018-10-08 12:47:42.759078 -0400][Debug ][PostMaster ] [xrootd.ba.infn.it:1094] Found 1 address(es): [::ffff:90.147.66.75]:1094\r\n[2018-10-08 12:47:42.759128 -0400][Debug ][AsyncSock ] [xrootd.ba.infn.it:1094 #0.0] Attempting connection to [::ffff:90.147.66.75]:1094\r\n[2018-10-08 12:47:42.759178 -0400][Debug ][Poller ] Adding socket 0xb4001460 to the poller\r\n[2018-10-08 12:47:43.011019 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:47:43.011070 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:47:58 -0400]\r\n[2018-10-08 12:47:57.011967 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:47:57.012056 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:48:12 -0400]\r\n[2018-10-08 12:47:57.012068 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:47:57.012079 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:48:12 -0400]\r\n[2018-10-08 12:47:57.614605 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 15 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:47:57.614660 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 15 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:47:58.012120 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:47:58.012156 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:48:13 -0400]\r\n[2018-10-08 12:48:12.013097 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:48:12.013183 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:48:27 -0400]\r\n[2018-10-08 12:48:12.013194 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:48:12.013205 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:48:27 -0400]\r\n[2018-10-08 12:48:12.629737 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 30 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:48:12.629789 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 30 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:48:13.013295 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:48:13.013350 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:48:28 -0400]\r\n[2018-10-08 12:48:27.014384 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:48:27.014530 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:48:42 -0400]\r\n[2018-10-08 12:48:27.014543 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:48:27.014554 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:48:42 -0400]\r\n[2018-10-08 12:48:27.644483 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 45 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:48:27.644527 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 45 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:48:28.014647 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:48:28.014746 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:48:43 -0400]\r\n[2018-10-08 12:48:42.015807 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:48:42.015883 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:48:57 -0400]\r\n[2018-10-08 12:48:42.015891 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:48:42.015899 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:48:57 -0400]\r\n[2018-10-08 12:48:42.659626 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 60 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:48:42.659708 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 60 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:48:43.015986 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:48:43.016044 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:48:58 -0400]\r\n[2018-10-08 12:48:57.017119 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:48:57.017211 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:49:12 -0400]\r\n[2018-10-08 12:48:57.017224 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:48:57.017236 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:49:12 -0400]\r\n[2018-10-08 12:48:57.674693 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 75 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:48:57.674747 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 75 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:48:58.017312 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:48:58.017363 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:49:13 -0400]\r\n[2018-10-08 12:49:12.018232 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:49:12.018331 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:49:27 -0400]\r\n[2018-10-08 12:49:12.018344 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:49:12.018356 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:49:27 -0400]\r\n[2018-10-08 12:49:12.689837 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 90 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:49:12.689902 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 90 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:49:13.018495 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:49:13.018595 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:49:28 -0400]\r\n[2018-10-08 12:49:27.019848 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:49:27.019945 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:49:42 -0400]\r\n[2018-10-08 12:49:27.019958 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:49:27.019970 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:49:42 -0400]\r\n[2018-10-08 12:49:27.705001 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 105 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:49:27.705068 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 105 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:49:28.020071 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:49:28.020125 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:49:43 -0400]\r\n[2018-10-08 12:49:42.021364 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:49:42.021480 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:49:57 -0400]\r\n[2018-10-08 12:49:42.021493 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:49:42.021503 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:49:57 -0400]\r\n[2018-10-08 12:49:42.720162 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 120 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:49:42.720212 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 120 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:49:43.021625 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:49:43.021704 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:49:58 -0400]\r\n[2018-10-08 12:49:49.993490 -0400][Debug ][AsyncSock ] [xrootd.ba.infn.it:1094 #0.0] Async connection call returned\r\n[2018-10-08 12:49:49.993578 -0400][Error ][AsyncSock ] [xrootd.ba.infn.it:1094 #0.0] Unable to connect: Connection timed out\r\n[2018-10-08 12:49:49.993590 -0400][Debug ][AsyncSock ] [xrootd.ba.infn.it:1094 #0.0] Closing the socket\r\n[2018-10-08 12:49:49.993603 -0400][Debug ][Poller ] \u003cx\u003e\u003c--\u003e\u003cx\u003e Removing socket from the poller\r\n[2018-10-08 12:49:49.993661 -0400][Error ][PostMaster ] [xrootd.ba.infn.it:1094 #0] elapsed = 127, pConnectionWindow = 120 seconds.\r\n[2018-10-08 12:49:49.995541 -0400][Debug ][PostMaster ] [xrootd.ba.infn.it:1094] Found 1 address(es): [::ffff:90.147.66.75]:1094\r\n[2018-10-08 12:49:49.995605 -0400][Debug ][AsyncSock ] [xrootd.ba.infn.it:1094 #0.0] Attempting connection to [::ffff:90.147.66.75]:1094\r\n[2018-10-08 12:49:49.995671 -0400][Debug ][Poller ] Adding socket 0xb4001460 to the poller\r\n[2018-10-08 12:49:57.022913 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:49:57.023004 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:50:12 -0400]\r\n[2018-10-08 12:49:57.023017 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:49:57.023028 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:50:12 -0400]\r\n[2018-10-08 12:49:58.003744 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 136 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:49:58.003826 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 136 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:49:58.023141 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:49:58.023227 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:50:13 -0400]\r\n[2018-10-08 12:50:12.024475 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:50:12.024569 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:50:27 -0400]\r\n[2018-10-08 12:50:12.024583 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:50:12.024594 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:50:27 -0400]\r\n[2018-10-08 12:50:13.018932 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 151 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:50:13.019020 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 151 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:50:13.024696 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:50:13.024761 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:50:28 -0400]\r\n[2018-10-08 12:50:27.026052 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:50:27.026151 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:50:42 -0400]\r\n[2018-10-08 12:50:27.026163 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:50:27.026174 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:50:42 -0400]\r\n[2018-10-08 12:50:28.026284 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:50:28.026374 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:50:43 -0400]\r\n[2018-10-08 12:50:28.034057 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 166 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:50:28.034131 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 166 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:50:42.027617 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:50:42.027708 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:50:57 -0400]\r\n[2018-10-08 12:50:42.027720 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:50:42.027730 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:50:57 -0400]\r\n[2018-10-08 12:50:43.027825 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:50:43.027873 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:50:58 -0400]\r\n[2018-10-08 12:50:43.049071 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 181 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:50:43.049143 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 181 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:50:57.028918 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:50:57.029006 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:51:12 -0400]\r\n[2018-10-08 12:50:57.029018 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:50:57.029029 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:51:12 -0400]\r\n[2018-10-08 12:50:58.029146 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:50:58.029249 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:51:13 -0400]\r\n[2018-10-08 12:50:58.064174 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 196 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:50:58.064249 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 196 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:51:12.030535 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:51:12.030628 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:51:27 -0400]\r\n[2018-10-08 12:51:12.030640 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:51:12.030652 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:51:27 -0400]\r\n[2018-10-08 12:51:13.030764 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:51:13.030859 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:51:28 -0400]\r\n[2018-10-08 12:51:13.079332 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 211 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:51:13.079586 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 211 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:51:27.032149 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:51:27.032240 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:51:42 -0400]\r\n[2018-10-08 12:51:27.032252 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:51:27.032281 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:51:42 -0400]\r\n[2018-10-08 12:51:28.032391 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:51:28.032489 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:51:43 -0400]\r\n[2018-10-08 12:51:28.094590 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 226 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:51:28.094661 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 226 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:51:42.033770 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:51:42.033856 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:51:57 -0400]\r\n[2018-10-08 12:51:42.033867 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:51:42.033877 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:51:57 -0400]\r\n[2018-10-08 12:51:43.033938 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:51:43.033959 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:51:58 -0400]\r\n[2018-10-08 12:51:43.109674 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 241 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:51:43.109755 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 241 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:51:57.035289 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:51:57.035377 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:52:12 -0400]\r\n[2018-10-08 12:51:57.035389 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:51:57.035400 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:52:12 -0400]\r\n[2018-10-08 12:51:57.225543 -0400][Debug ][AsyncSock ] [xrootd.ba.infn.it:1094 #0.0] Async connection call returned\r\n[2018-10-08 12:51:57.225616 -0400][Error ][AsyncSock ] [xrootd.ba.infn.it:1094 #0.0] Unable to connect: Connection timed out\r\n[2018-10-08 12:51:57.225628 -0400][Debug ][AsyncSock ] [xrootd.ba.infn.it:1094 #0.0] Closing the socket\r\n[2018-10-08 12:51:57.225641 -0400][Debug ][Poller ] \u003cx\u003e\u003c--\u003e\u003cx\u003e Removing socket from the poller\r\n[2018-10-08 12:51:57.225678 -0400][Error ][PostMaster ] [xrootd.ba.infn.it:1094 #0] elapsed = 128, pConnectionWindow = 120 seconds.\r\n[2018-10-08 12:51:57.227519 -0400][Debug ][PostMaster ] [xrootd.ba.infn.it:1094] Found 1 address(es): [::ffff:90.147.66.75]:1094\r\n[2018-10-08 12:51:57.227582 -0400][Debug ][AsyncSock ] [xrootd.ba.infn.it:1094 #0.0] Attempting connection to [::ffff:90.147.66.75]:1094\r\n[2018-10-08 12:51:57.227649 -0400][Debug ][Poller ] Adding socket 0xb4001460 to the poller\r\n[2018-10-08 12:51:58.035522 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:51:58.035569 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:52:13 -0400]\r\n[2018-10-08 12:51:58.228749 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 256 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:51:58.228800 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 256 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:52:12.036940 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:52:12.037031 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:52:27 -0400]\r\n[2018-10-08 12:52:12.037044 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:52:12.037055 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:52:27 -0400]\r\n[2018-10-08 12:52:13.037157 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:52:13.037209 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:52:28 -0400]\r\n[2018-10-08 12:52:13.243916 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 271 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:52:13.243996 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 271 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:52:27.038534 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:52:27.038633 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:52:42 -0400]\r\n[2018-10-08 12:52:27.038646 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:52:27.038657 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:52:42 -0400]\r\n[2018-10-08 12:52:28.038767 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:52:28.038819 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:52:43 -0400]\r\n[2018-10-08 12:52:28.259064 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 286 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:52:28.259133 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 286 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:52:42.040216 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:52:42.040319 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:52:57 -0400]\r\n[2018-10-08 12:52:42.040331 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:52:42.040341 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:52:57 -0400]\r\n[2018-10-08 12:52:43.040456 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:52:43.040509 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:52:58 -0400]\r\n[2018-10-08 12:52:43.274216 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 301 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:52:43.274269 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 301 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:52:57.041904 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:52:57.041996 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:53:12 -0400]\r\n[2018-10-08 12:52:57.042009 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:52:57.042020 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:53:12 -0400]\r\n[2018-10-08 12:52:58.042151 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:52:58.042206 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:53:13 -0400]\r\n[2018-10-08 12:52:58.289335 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 316 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:52:58.289399 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 316 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:53:12.043608 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:53:12.043695 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:53:27 -0400]\r\n[2018-10-08 12:53:12.043708 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:53:12.043719 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:53:27 -0400]\r\n[2018-10-08 12:53:13.043841 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:53:13.043939 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:53:28 -0400]\r\n[2018-10-08 12:53:13.304509 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 331 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:53:13.304576 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 331 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:53:27.045326 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:53:27.045456 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:53:42 -0400]\r\n[2018-10-08 12:53:27.045474 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:53:27.045486 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:53:42 -0400]\r\n[2018-10-08 12:53:28.045599 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:53:28.045667 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:53:43 -0400]\r\n[2018-10-08 12:53:28.319684 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 346 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:53:28.319752 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 346 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:53:42.046802 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:53:42.046895 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:53:57 -0400]\r\n[2018-10-08 12:53:42.046908 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:53:42.046919 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:53:57 -0400]\r\n[2018-10-08 12:53:43.047037 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:53:43.047128 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:53:58 -0400]\r\n[2018-10-08 12:53:43.334856 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 361 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:53:43.334926 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 361 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:53:57.048162 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:53:57.048266 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:54:12 -0400]\r\n[2018-10-08 12:53:57.048279 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:53:57.048290 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:54:12 -0400]\r\n[2018-10-08 12:53:58.048445 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:53:58.048541 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:54:13 -0400]\r\n[2018-10-08 12:53:58.350003 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 376 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:53:58.350083 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 376 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:54:04.457504 -0400][Debug ][AsyncSock ] [xrootd.ba.infn.it:1094 #0.0] Async connection call returned\r\n[2018-10-08 12:54:04.457590 -0400][Error ][AsyncSock ] [xrootd.ba.infn.it:1094 #0.0] Unable to connect: Connection timed out\r\n[2018-10-08 12:54:04.457602 -0400][Debug ][AsyncSock ] [xrootd.ba.infn.it:1094 #0.0] Closing the socket\r\n[2018-10-08 12:54:04.457615 -0400][Debug ][Poller ] \u003cx\u003e\u003c--\u003e\u003cx\u003e Removing socket from the poller\r\n[2018-10-08 12:54:04.457654 -0400][Error ][PostMaster ] [xrootd.ba.infn.it:1094 #0] elapsed = 127, pConnectionWindow = 120 seconds.\r\n[2018-10-08 12:54:04.886260 -0400][Debug ][PostMaster ] [xrootd.ba.infn.it:1094] Found 1 address(es): [::ffff:90.147.66.75]:1094\r\n[2018-10-08 12:54:04.886288 -0400][Debug ][AsyncSock ] [xrootd.ba.infn.it:1094 #0.0] Attempting connection to [::ffff:90.147.66.75]:1094\r\n[2018-10-08 12:54:04.886322 -0400][Debug ][Poller ] Adding socket 0xb4001460 to the poller\r\n[2018-10-08 12:54:12.049841 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:54:12.049930 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:54:27 -0400]\r\n[2018-10-08 12:54:12.049943 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:54:12.049954 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:54:27 -0400]\r\n[2018-10-08 12:54:13.050059 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:54:13.050114 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:54:28 -0400]\r\n[2018-10-08 12:54:13.895380 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 391 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:54:13.895440 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 391 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:54:27.051468 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:54:27.051554 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:54:42 -0400]\r\n[2018-10-08 12:54:27.051566 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:54:27.051576 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:54:42 -0400]\r\n[2018-10-08 12:54:28.051721 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:54:28.051814 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:54:43 -0400]\r\n[2018-10-08 12:54:28.910556 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 406 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:54:28.910625 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 406 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:54:42.053136 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:54:42.053234 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:54:57 -0400]\r\n[2018-10-08 12:54:42.053247 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:54:42.053258 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:54:57 -0400]\r\n[2018-10-08 12:54:43.053357 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:54:43.053470 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:54:58 -0400]\r\n[2018-10-08 12:54:43.925750 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 421 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:54:43.925817 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 421 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:54:57.054644 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:54:57.054736 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:55:12 -0400]\r\n[2018-10-08 12:54:57.054749 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:54:57.054760 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:55:12 -0400]\r\n[2018-10-08 12:54:58.054843 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:54:58.054909 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:55:13 -0400]\r\n[2018-10-08 12:54:58.940958 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 436 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:54:58.941032 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 436 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:55:12.055939 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:55:12.056033 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:55:27 -0400]\r\n[2018-10-08 12:55:12.056046 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:55:12.056057 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:55:27 -0400]\r\n[2018-10-08 12:55:13.056131 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:55:13.056192 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:55:28 -0400]\r\n[2018-10-08 12:55:13.956170 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 451 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:55:13.956276 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 451 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:55:27.057112 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:55:27.057201 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:55:42 -0400]\r\n[2018-10-08 12:55:27.057213 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:55:27.057223 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:55:42 -0400]\r\n[2018-10-08 12:55:28.057331 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:55:28.057438 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:55:43 -0400]\r\n[2018-10-08 12:55:28.971462 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 466 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:55:28.971546 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 466 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:55:42.058766 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:55:42.058865 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:55:57 -0400]\r\n[2018-10-08 12:55:42.058877 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:55:42.058889 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:55:57 -0400]\r\n[2018-10-08 12:55:43.059003 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:55:43.059075 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:55:58 -0400]\r\n[2018-10-08 12:55:43.986672 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 481 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:55:43.986742 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 481 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:55:57.060459 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:55:57.060550 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:56:12 -0400]\r\n[2018-10-08 12:55:57.060560 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:55:57.060568 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:56:12 -0400]\r\n[2018-10-08 12:55:58.060675 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:55:58.060727 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:56:13 -0400]\r\n[2018-10-08 12:55:59.001891 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 497 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:55:59.001949 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 497 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:56:12.062131 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:56:12.062222 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:56:27 -0400]\r\n[2018-10-08 12:56:12.062264 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:56:12.062276 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:56:27 -0400]\r\n[2018-10-08 12:56:12.201502 -0400][Debug ][AsyncSock ] [xrootd.ba.infn.it:1094 #0.0] Async connection call returned\r\n[2018-10-08 12:56:12.201570 -0400][Error ][AsyncSock ] [xrootd.ba.infn.it:1094 #0.0] Unable to connect: Connection timed out\r\n[2018-10-08 12:56:12.201590 -0400][Debug ][AsyncSock ] [xrootd.ba.infn.it:1094 #0.0] Closing the socket\r\n[2018-10-08 12:56:12.201603 -0400][Debug ][Poller ] \u003cx\u003e\u003c--\u003e\u003cx\u003e Removing socket from the poller\r\n[2018-10-08 12:56:12.201638 -0400][Error ][PostMaster ] [xrootd.ba.infn.it:1094 #0] elapsed = 128, pConnectionWindow = 120 seconds.\r\n[2018-10-08 12:56:12.203812 -0400][Debug ][PostMaster ] [xrootd.ba.infn.it:1094] Found 1 address(es): [::ffff:90.147.66.75]:1094\r\n[2018-10-08 12:56:12.203864 -0400][Debug ][AsyncSock ] [xrootd.ba.infn.it:1094 #0.0] Attempting connection to [::ffff:90.147.66.75]:1094\r\n[2018-10-08 12:56:12.203920 -0400][Debug ][Poller ] Adding socket 0xb4001460 to the poller\r\n[2018-10-08 12:56:13.062384 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:56:13.062473 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:56:28 -0400]\r\n[2018-10-08 12:56:14.206013 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 512 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:56:14.206101 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 512 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:56:27.063799 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:56:27.063890 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:56:42 -0400]\r\n[2018-10-08 12:56:27.063902 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:56:27.063914 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:56:42 -0400]\r\n[2018-10-08 12:56:28.064010 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:56:28.064061 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:56:43 -0400]\r\n[2018-10-08 12:56:29.221075 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 527 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:56:29.221143 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 527 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:56:42.065292 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:56:42.065383 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:56:57 -0400]\r\n[2018-10-08 12:56:42.065395 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:56:42.065427 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:56:57 -0400]\r\n[2018-10-08 12:56:43.065553 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:56:43.065653 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:56:58 -0400]\r\n[2018-10-08 12:56:44.236161 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 542 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:56:44.236230 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 542 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:56:57.066918 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:56:57.067033 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:57:12 -0400]\r\n[2018-10-08 12:56:57.067046 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:56:57.067058 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:57:12 -0400]\r\n[2018-10-08 12:56:58.067164 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:56:58.067251 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:57:13 -0400]\r\n[2018-10-08 12:56:59.251249 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 557 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:56:59.251319 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 557 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:57:12.071220 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:57:12.071316 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:57:27 -0400]\r\n[2018-10-08 12:57:12.071328 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:57:12.071339 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:57:27 -0400]\r\n[2018-10-08 12:57:13.071447 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:57:13.071546 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:57:28 -0400]\r\n[2018-10-08 12:57:14.266378 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 572 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:57:14.266548 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 572 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:57:27.072548 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:57:27.072637 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:57:42 -0400]\r\n[2018-10-08 12:57:27.072650 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:57:27.072662 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:57:42 -0400]\r\n[2018-10-08 12:57:28.072746 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:57:28.072846 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:57:43 -0400]\r\n[2018-10-08 12:57:29.281606 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 587 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:57:29.281660 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 587 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:57:42.073853 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:57:42.073950 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:57:57 -0400]\r\n[2018-10-08 12:57:42.073963 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:57:42.073998 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:57:57 -0400]\r\n[2018-10-08 12:57:43.074118 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:57:43.074203 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:57:58 -0400]\r\n[2018-10-08 12:57:44.296744 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 602 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:57:44.296803 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 602 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:57:57.075232 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:57:57.075331 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:58:12 -0400]\r\n[2018-10-08 12:57:57.075344 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:57:57.075355 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:58:12 -0400]\r\n[2018-10-08 12:57:58.075458 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:57:58.075514 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:58:13 -0400]\r\n[2018-10-08 12:57:59.311842 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 617 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:57:59.311904 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 617 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:58:12.076512 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:58:12.076596 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:58:27 -0400]\r\n[2018-10-08 12:58:12.076602 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:58:12.076607 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:58:27 -0400]\r\n[2018-10-08 12:58:13.076666 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:58:13.076720 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:58:28 -0400]\r\n[2018-10-08 12:58:14.326963 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 632 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:58:14.327049 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 632 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:47:42 -0400\r\n[2018-10-08 12:58:19.433486 -0400][Debug ][AsyncSock ] [xrootd.ba.infn.it:1094 #0.0] Async connection call returned\r\n[2018-10-08 12:58:19.433549 -0400][Error ][AsyncSock ] [xrootd.ba.infn.it:1094 #0.0] Unable to connect: Connection timed out\r\n[2018-10-08 12:58:19.433561 -0400][Debug ][AsyncSock ] [xrootd.ba.infn.it:1094 #0.0] Closing the socket\r\n[2018-10-08 12:58:19.433573 -0400][Debug ][Poller ] \u003cx\u003e\u003c--\u003e\u003cx\u003e Removing socket from the poller\r\n[2018-10-08 12:58:19.433610 -0400][Error ][PostMaster ] [xrootd.ba.infn.it:1094 #0] elapsed = 127, pConnectionWindow = 120 seconds.\r\n[2018-10-08 12:58:19.433627 -0400][Error ][PostMaster ] [xrootd.ba.infn.it:1094 #0] Unable to recover: [ERROR] Connection error.\r\n[2018-10-08 12:58:19.433640 -0400][Error ][XRootD ] [xrootd.ba.infn.it:1094] Impossible to send message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ). Trying to recover.\r\n[2018-10-08 12:58:19.433667 -0400][Debug ][XRootD ] [xrootd.ba.infn.it:1094] Handling error while processing kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ): [FATAL] Connection error.\r\n[2018-10-08 12:58:19.433724 -0400][Dump ][Utility ] URL: fake://fake:111//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root\r\n[2018-10-08 12:58:19.433724 -0400][Dump ][Utility ] Protocol: fake\r\n[2018-10-08 12:58:19.433724 -0400][Dump ][Utility ] User Name: \r\n[2018-10-08 12:58:19.433724 -0400][Dump ][Utility ] Password: \r\n[2018-10-08 12:58:19.433724 -0400][Dump ][Utility ] Host Name: fake\r\n[2018-10-08 12:58:19.433724 -0400][Dump ][Utility ] Port: 111\r\n[2018-10-08 12:58:19.433724 -0400][Dump ][Utility ] Path: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root\r\n[2018-10-08 12:58:19.433801 -0400][Dump ][PostMaster ] [cms-xrd-global.cern.ch:1094 #0] Sending message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60) through substream 0 expecting answer at 0\r\n[2018-10-08 12:58:19.433885 -0400][Dump ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Wrote a message: kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60), 146 bytes\r\n[2018-10-08 12:58:19.433902 -0400][Dump ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Successfully sent message: kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60).\r\n[2018-10-08 12:58:19.433912 -0400][Dump ][XRootD ] [cms-xrd-global.cern.ch:1094] Message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) has been successfully sent.\r\n[2018-10-08 12:58:19.433923 -0400][Dump ][PostMaster ] [cms-xrd-global.cern.ch:1094 #0.0] All messages consumed, disable uplink\r\n[2018-10-08 12:58:19.548026 -0400][Dump ][XRootDTransport ] [msg: 0xbc000bc0] Expecting 39 bytes of message body\r\n[2018-10-08 12:58:19.548068 -0400][Dump ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Received message header for 0xbc000bc0 size: 8\r\n[2018-10-08 12:58:19.548085 -0400][Dump ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Received message 0xbc000bc0 of 47 bytes\r\n[2018-10-08 12:58:19.548097 -0400][Dump ][PostMaster ] [cms-xrd-global.cern.ch:1094 #0] Handling received message: 0xbc000bc0.\r\n[2018-10-08 12:58:19.548206 -0400][Dump ][XRootD ] [cms-xrd-global.cern.ch:1094] Got kXR_redirect response to message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ): xrootd-cms-redir-01.cr.cnaf.infn.it, port 1094\r\n[2018-10-08 12:58:19.548265 -0400][Dump ][XRootD ] [cms-xrd-global.cern.ch:1094] Current server has been assigned as a load-balancer for message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat )\r\n[2018-10-08 12:58:19.548303 -0400][Dump ][Utility ] URL: xrootd-cms-redir-01.cr.cnaf.infn.it:1094/\r\n[2018-10-08 12:58:19.548303 -0400][Dump ][Utility ] Protocol: root\r\n[2018-10-08 12:58:19.548303 -0400][Dump ][Utility ] User Name: \r\n[2018-10-08 12:58:19.548303 -0400][Dump ][Utility ] Password: \r\n[2018-10-08 12:58:19.548303 -0400][Dump ][Utility ] Host Name: xrootd-cms-redir-01.cr.cnaf.infn.it\r\n[2018-10-08 12:58:19.548303 -0400][Dump ][Utility ] Port: 1094\r\n[2018-10-08 12:58:19.548303 -0400][Dump ][Utility ] Path: \r\n[2018-10-08 12:58:19.548351 -0400][Dump ][Utility ] URL: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\r\n[2018-10-08 12:58:19.548351 -0400][Dump ][Utility ] Protocol: root\r\n[2018-10-08 12:58:19.548351 -0400][Dump ][Utility ] User Name: \r\n[2018-10-08 12:58:19.548351 -0400][Dump ][Utility ] Password: \r\n[2018-10-08 12:58:19.548351 -0400][Dump ][Utility ] Host Name: xrootd-cms-redir-01.cr.cnaf.infn.it\r\n[2018-10-08 12:58:19.548351 -0400][Dump ][Utility ] Port: 1094\r\n[2018-10-08 12:58:19.548351 -0400][Dump ][Utility ] Path: \r\n[2018-10-08 12:58:19.548374 -0400][Debug ][PostMaster ] Creating new channel to: xrootd-cms-redir-01.cr.cnaf.infn.it:1094 1 stream(s)\r\n[2018-10-08 12:58:19.548400 -0400][Debug ][PostMaster ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0] Stream parameters: Network Stack: IPv4, Connection Window: 120, ConnectionRetry: 5, Stream Error Widnow: 1800\r\n[2018-10-08 12:58:19.555061 -0400][Debug ][TaskMgr ] Registering task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" to be run at: [2018-10-08 12:58:34 -0400]\r\n[2018-10-08 12:58:19.555139 -0400][Dump ][Utility ] URL: fake://fake:111//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it\r\n[2018-10-08 12:58:19.555139 -0400][Dump ][Utility ] Protocol: fake\r\n[2018-10-08 12:58:19.555139 -0400][Dump ][Utility ] User Name: \r\n[2018-10-08 12:58:19.555139 -0400][Dump ][Utility ] Password: \r\n[2018-10-08 12:58:19.555139 -0400][Dump ][Utility ] Host Name: fake\r\n[2018-10-08 12:58:19.555139 -0400][Dump ][Utility ] Port: 111\r\n[2018-10-08 12:58:19.555139 -0400][Dump ][Utility ] Path: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root\r\n[2018-10-08 12:58:19.555204 -0400][Dump ][PostMaster ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0] Sending message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60) through substream 0 expecting answer at 0\r\n[2018-10-08 12:58:19.556748 -0400][Debug ][PostMaster ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094] Found 1 address(es): [::ffff:131.154.216.11]:1094\r\n[2018-10-08 12:58:19.556810 -0400][Debug ][AsyncSock ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Attempting connection to [::ffff:131.154.216.11]:1094\r\n[2018-10-08 12:58:19.556871 -0400][Debug ][Poller ] Adding socket 0xac001530 to the poller\r\n[2018-10-08 12:58:27.077813 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:58:27.077907 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:58:42 -0400]\r\n[2018-10-08 12:58:27.077919 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:58:27.077930 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:58:42 -0400]\r\n[2018-10-08 12:58:28.077994 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:58:28.078046 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:58:43 -0400]\r\n[2018-10-08 12:58:34.078511 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 12:58:34.078600 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 12:58:49 -0400]\r\n[2018-10-08 12:58:34.563081 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 15 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:58:34.563160 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 15 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 12:58:42.079225 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:58:42.079320 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:58:57 -0400]\r\n[2018-10-08 12:58:42.079334 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:58:42.079345 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:58:57 -0400]\r\n[2018-10-08 12:58:43.079458 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:58:43.079517 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:58:58 -0400]\r\n[2018-10-08 12:58:49.079964 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 12:58:49.080037 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 12:59:04 -0400]\r\n[2018-10-08 12:58:49.578179 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 30 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:58:49.578245 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 30 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 12:58:57.080692 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:58:57.080790 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:59:12 -0400]\r\n[2018-10-08 12:58:57.080803 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:58:57.080814 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:59:12 -0400]\r\n[2018-10-08 12:58:58.080909 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:58:58.080964 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:59:13 -0400]\r\n[2018-10-08 12:59:04.081436 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 12:59:04.081518 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 12:59:19 -0400]\r\n[2018-10-08 12:59:04.593285 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 45 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:59:04.593352 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 45 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 12:59:12.082193 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:59:12.082291 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:59:27 -0400]\r\n[2018-10-08 12:59:12.082304 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:59:12.082332 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:59:27 -0400]\r\n[2018-10-08 12:59:13.082426 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:59:13.082490 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:59:28 -0400]\r\n[2018-10-08 12:59:19.083028 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 12:59:19.083113 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 12:59:34 -0400]\r\n[2018-10-08 12:59:19.608485 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 60 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:59:19.608563 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 60 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 12:59:27.083866 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:59:27.083957 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:59:42 -0400]\r\n[2018-10-08 12:59:27.083970 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:59:27.083981 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:59:42 -0400]\r\n[2018-10-08 12:59:28.084091 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:59:28.084164 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:59:43 -0400]\r\n[2018-10-08 12:59:34.084736 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 12:59:34.084832 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 12:59:49 -0400]\r\n[2018-10-08 12:59:34.623543 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 75 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:59:34.623628 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 75 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 12:59:42.085595 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:59:42.085689 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 12:59:57 -0400]\r\n[2018-10-08 12:59:42.085703 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:59:42.085714 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 12:59:57 -0400]\r\n[2018-10-08 12:59:43.085824 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:59:43.085878 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 12:59:58 -0400]\r\n[2018-10-08 12:59:49.086446 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 12:59:49.086550 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:00:04 -0400]\r\n[2018-10-08 12:59:49.638636 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 90 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 12:59:49.638706 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 90 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 12:59:57.087121 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 12:59:57.087208 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:00:12 -0400]\r\n[2018-10-08 12:59:57.087220 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 12:59:57.087231 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:00:12 -0400]\r\n[2018-10-08 12:59:58.087340 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 12:59:58.087461 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:00:13 -0400]\r\n[2018-10-08 13:00:04.087953 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:00:04.088048 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:00:19 -0400]\r\n[2018-10-08 13:00:04.653765 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 105 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:00:04.653832 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 105 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:00:12.088634 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:00:12.088730 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:00:27 -0400]\r\n[2018-10-08 13:00:12.088743 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:00:12.088754 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:00:27 -0400]\r\n[2018-10-08 13:00:13.088831 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:00:13.088921 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:00:28 -0400]\r\n[2018-10-08 13:00:19.089472 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:00:19.089568 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:00:34 -0400]\r\n[2018-10-08 13:00:19.668907 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 120 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:00:19.668971 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 120 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:00:26.793476 -0400][Debug ][AsyncSock ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Async connection call returned\r\n[2018-10-08 13:00:26.793546 -0400][Error ][AsyncSock ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Unable to connect: Connection timed out\r\n[2018-10-08 13:00:26.793553 -0400][Debug ][AsyncSock ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Closing the socket\r\n[2018-10-08 13:00:26.793563 -0400][Debug ][Poller ] \u003cx\u003e\u003c--\u003e\u003cx\u003e Removing socket from the poller\r\n[2018-10-08 13:00:26.793592 -0400][Error ][PostMaster ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0] elapsed = 127, pConnectionWindow = 120 seconds.\r\n[2018-10-08 13:00:27.090283 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:00:27.090360 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:00:42 -0400]\r\n[2018-10-08 13:00:27.090385 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:00:27.090396 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:00:42 -0400]\r\n[2018-10-08 13:00:27.223640 -0400][Debug ][PostMaster ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094] Found 1 address(es): [::ffff:131.154.216.11]:1094\r\n[2018-10-08 13:00:27.223704 -0400][Debug ][AsyncSock ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Attempting connection to [::ffff:131.154.216.11]:1094\r\n[2018-10-08 13:00:27.223771 -0400][Debug ][Poller ] Adding socket 0xac001530 to the poller\r\n[2018-10-08 13:00:28.090528 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:00:28.090584 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:00:43 -0400]\r\n[2018-10-08 13:00:34.091129 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:00:34.091231 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:00:49 -0400]\r\n[2018-10-08 13:00:34.230880 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 135 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:00:34.230973 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 135 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:00:42.091974 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:00:42.092060 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:00:57 -0400]\r\n[2018-10-08 13:00:42.092072 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:00:42.092083 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:00:57 -0400]\r\n[2018-10-08 13:00:43.092204 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:00:43.092295 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:00:58 -0400]\r\n[2018-10-08 13:00:49.092950 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:00:49.093046 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:01:04 -0400]\r\n[2018-10-08 13:00:49.246002 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 150 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:00:49.246082 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 150 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:00:57.093814 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:00:57.093905 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:01:12 -0400]\r\n[2018-10-08 13:00:57.093918 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:00:57.093929 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:01:12 -0400]\r\n[2018-10-08 13:00:58.094038 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:00:58.094106 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:01:13 -0400]\r\n[2018-10-08 13:01:04.094681 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:01:04.094792 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:01:19 -0400]\r\n[2018-10-08 13:01:04.261205 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 165 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:01:04.261273 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 165 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:01:12.095582 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:01:12.095674 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:01:27 -0400]\r\n[2018-10-08 13:01:12.095687 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:01:12.095697 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:01:27 -0400]\r\n[2018-10-08 13:01:13.095817 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:01:13.095895 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:01:28 -0400]\r\n[2018-10-08 13:01:19.096477 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:01:19.096553 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:01:34 -0400]\r\n[2018-10-08 13:01:19.276386 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 180 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:01:19.276482 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 180 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:01:27.097323 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:01:27.097484 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:01:42 -0400]\r\n[2018-10-08 13:01:27.097502 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:01:27.097514 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:01:42 -0400]\r\n[2018-10-08 13:01:28.097622 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:01:28.097682 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:01:43 -0400]\r\n[2018-10-08 13:01:34.098244 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:01:34.098305 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:01:49 -0400]\r\n[2018-10-08 13:01:34.291544 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 195 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:01:34.291622 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 195 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:01:42.099099 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:01:42.099197 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:01:57 -0400]\r\n[2018-10-08 13:01:42.099211 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:01:42.099222 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:01:57 -0400]\r\n[2018-10-08 13:01:43.099350 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:01:43.099403 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:01:58 -0400]\r\n[2018-10-08 13:01:49.099982 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:01:49.100067 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:02:04 -0400]\r\n[2018-10-08 13:01:49.306648 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 210 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:01:49.306723 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 210 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:01:57.100524 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:01:57.100613 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:02:12 -0400]\r\n[2018-10-08 13:01:57.100625 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:01:57.100634 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:02:12 -0400]\r\n[2018-10-08 13:01:58.100675 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:01:58.100709 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:02:13 -0400]\r\n[2018-10-08 13:02:04.101137 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:02:04.101208 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:02:19 -0400]\r\n[2018-10-08 13:02:04.321793 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 225 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:02:04.321878 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 225 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:02:12.101659 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:02:12.101765 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:02:27 -0400]\r\n[2018-10-08 13:02:12.101779 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:02:12.101790 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:02:27 -0400]\r\n[2018-10-08 13:02:13.101828 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:02:13.101876 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:02:28 -0400]\r\n[2018-10-08 13:02:19.102259 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:02:19.102351 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:02:34 -0400]\r\n[2018-10-08 13:02:19.337011 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 240 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:02:19.337086 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 240 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:02:27.102768 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:02:27.102880 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:02:42 -0400]\r\n[2018-10-08 13:02:27.102894 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:02:27.102906 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:02:42 -0400]\r\n[2018-10-08 13:02:28.102970 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:02:28.103025 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:02:43 -0400]\r\n[2018-10-08 13:02:34.103332 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:02:34.103446 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:02:49 -0400]\r\n[2018-10-08 13:02:34.352216 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 255 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:02:34.352295 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 255 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:02:34.409478 -0400][Debug ][AsyncSock ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Async connection call returned\r\n[2018-10-08 13:02:34.409527 -0400][Error ][AsyncSock ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Unable to connect: Connection timed out\r\n[2018-10-08 13:02:34.409539 -0400][Debug ][AsyncSock ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Closing the socket\r\n[2018-10-08 13:02:34.409551 -0400][Debug ][Poller ] \u003cx\u003e\u003c--\u003e\u003cx\u003e Removing socket from the poller\r\n[2018-10-08 13:02:34.409592 -0400][Error ][PostMaster ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0] elapsed = 127, pConnectionWindow = 120 seconds.\r\n[2018-10-08 13:02:34.411518 -0400][Debug ][PostMaster ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094] Found 1 address(es): [::ffff:131.154.216.11]:1094\r\n[2018-10-08 13:02:34.411574 -0400][Debug ][AsyncSock ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Attempting connection to [::ffff:131.154.216.11]:1094\r\n[2018-10-08 13:02:34.411635 -0400][Debug ][Poller ] Adding socket 0xac001530 to the poller\r\n[2018-10-08 13:02:42.103872 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:02:42.103980 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:02:57 -0400]\r\n[2018-10-08 13:02:42.103993 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:02:42.104004 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:02:57 -0400]\r\n[2018-10-08 13:02:43.104084 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:02:43.104144 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:02:58 -0400]\r\n[2018-10-08 13:02:49.104447 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:02:49.104538 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:03:04 -0400]\r\n[2018-10-08 13:02:49.426715 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 270 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:02:49.426785 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 270 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:02:57.105214 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:02:57.105312 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:03:12 -0400]\r\n[2018-10-08 13:02:57.105325 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:02:57.105336 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:03:12 -0400]\r\n[2018-10-08 13:02:58.105435 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:02:58.105494 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:03:13 -0400]\r\n[2018-10-08 13:03:04.106015 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:03:04.106082 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:03:19 -0400]\r\n[2018-10-08 13:03:04.441893 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 285 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:03:04.441971 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 285 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:03:12.106803 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:03:12.106895 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:03:27 -0400]\r\n[2018-10-08 13:03:12.106908 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:03:12.106919 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:03:27 -0400]\r\n[2018-10-08 13:03:13.107026 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:03:13.107090 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:03:28 -0400]\r\n[2018-10-08 13:03:19.107659 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:03:19.107757 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:03:34 -0400]\r\n[2018-10-08 13:03:19.442482 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 300 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:03:19.442552 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 300 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:03:27.108534 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:03:27.108628 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:03:42 -0400]\r\n[2018-10-08 13:03:27.108640 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:03:27.108651 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:03:42 -0400]\r\n[2018-10-08 13:03:28.108757 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:03:28.108802 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:03:43 -0400]\r\n[2018-10-08 13:03:34.109273 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:03:34.109360 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:03:49 -0400]\r\n[2018-10-08 13:03:34.457628 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 315 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:03:34.457703 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 315 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:03:42.110012 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:03:42.110108 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:03:57 -0400]\r\n[2018-10-08 13:03:42.110121 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:03:42.110132 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:03:57 -0400]\r\n[2018-10-08 13:03:43.110240 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:03:43.110293 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:03:58 -0400]\r\n[2018-10-08 13:03:49.110809 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:03:49.110896 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:04:04 -0400]\r\n[2018-10-08 13:03:49.472739 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 330 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:03:49.472806 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 330 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:03:57.111629 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:03:57.111718 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:04:12 -0400]\r\n[2018-10-08 13:03:57.111732 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:03:57.111743 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:04:12 -0400]\r\n[2018-10-08 13:03:58.111846 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:03:58.111898 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:04:13 -0400]\r\n[2018-10-08 13:04:04.112429 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:04:04.112518 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:04:19 -0400]\r\n[2018-10-08 13:04:04.487899 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 345 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:04:04.487972 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 345 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:04:12.113104 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:04:12.113193 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:04:27 -0400]\r\n[2018-10-08 13:04:12.113204 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:04:12.113214 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:04:27 -0400]\r\n[2018-10-08 13:04:13.113297 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:04:13.113475 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:04:28 -0400]\r\n[2018-10-08 13:04:19.114034 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:04:19.114119 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:04:34 -0400]\r\n[2018-10-08 13:04:19.503068 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 360 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:04:19.503154 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 360 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:04:27.114816 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:04:27.114897 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:04:42 -0400]\r\n[2018-10-08 13:04:27.114909 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:04:27.114919 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:04:42 -0400]\r\n[2018-10-08 13:04:28.115012 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:04:28.115066 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:04:43 -0400]\r\n[2018-10-08 13:04:34.115517 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:04:34.115613 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:04:49 -0400]\r\n[2018-10-08 13:04:34.518217 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 375 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:04:34.518284 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 375 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:04:41.641487 -0400][Debug ][AsyncSock ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Async connection call returned\r\n[2018-10-08 13:04:41.641571 -0400][Error ][AsyncSock ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Unable to connect: Connection timed out\r\n[2018-10-08 13:04:41.641581 -0400][Debug ][AsyncSock ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Closing the socket\r\n[2018-10-08 13:04:41.641594 -0400][Debug ][Poller ] \u003cx\u003e\u003c--\u003e\u003cx\u003e Removing socket from the poller\r\n[2018-10-08 13:04:41.641632 -0400][Error ][PostMaster ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0] elapsed = 127, pConnectionWindow = 120 seconds.\r\n[2018-10-08 13:04:41.643290 -0400][Debug ][PostMaster ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094] Found 1 address(es): [::ffff:131.154.216.11]:1094\r\n[2018-10-08 13:04:41.643339 -0400][Debug ][AsyncSock ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Attempting connection to [::ffff:131.154.216.11]:1094\r\n[2018-10-08 13:04:41.643393 -0400][Debug ][Poller ] Adding socket 0xac001530 to the poller\r\n[2018-10-08 13:04:42.116309 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:04:42.116385 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:04:57 -0400]\r\n[2018-10-08 13:04:42.116397 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:04:42.116426 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:04:57 -0400]\r\n[2018-10-08 13:04:43.116585 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:04:43.116695 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:04:58 -0400]\r\n[2018-10-08 13:04:49.117247 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:04:49.117333 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:05:04 -0400]\r\n[2018-10-08 13:04:49.651499 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 390 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:04:49.651555 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 390 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:04:57.117962 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:04:57.118051 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:05:12 -0400]\r\n[2018-10-08 13:04:57.118060 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:04:57.118069 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:05:12 -0400]\r\n[2018-10-08 13:04:58.118114 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:04:58.118168 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:05:13 -0400]\r\n[2018-10-08 13:05:04.121820 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:05:04.121905 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:05:19 -0400]\r\n[2018-10-08 13:05:04.666661 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 405 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:05:04.666736 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 405 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:05:12.122428 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:05:12.122507 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:05:27 -0400]\r\n[2018-10-08 13:05:12.122518 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:05:12.122528 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:05:27 -0400]\r\n[2018-10-08 13:05:13.122611 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:05:13.122691 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:05:28 -0400]\r\n[2018-10-08 13:05:19.123213 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:05:19.123317 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:05:34 -0400]\r\n[2018-10-08 13:05:19.681894 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 420 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:05:19.681956 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 420 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:05:27.124055 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:05:27.124148 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:05:42 -0400]\r\n[2018-10-08 13:05:27.124160 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:05:27.124170 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:05:42 -0400]\r\n[2018-10-08 13:05:28.124273 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:05:28.124369 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:05:43 -0400]\r\n[2018-10-08 13:05:34.124896 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:05:34.124992 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:05:49 -0400]\r\n[2018-10-08 13:05:34.697070 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 435 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:05:34.697123 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 435 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:05:42.125708 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:05:42.125801 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:05:57 -0400]\r\n[2018-10-08 13:05:42.125814 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:05:42.125825 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:05:57 -0400]\r\n[2018-10-08 13:05:43.125949 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:05:43.126037 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:05:58 -0400]\r\n[2018-10-08 13:05:49.126571 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:05:49.126644 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:06:04 -0400]\r\n[2018-10-08 13:05:49.712284 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 450 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:05:49.712355 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 450 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:05:57.127306 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:05:57.127398 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:06:12 -0400]\r\n[2018-10-08 13:05:57.127441 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:05:57.127453 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:06:12 -0400]\r\n[2018-10-08 13:05:58.127539 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:05:58.127577 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:06:13 -0400]\r\n[2018-10-08 13:06:04.128108 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:06:04.128190 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:06:19 -0400]\r\n[2018-10-08 13:06:04.727493 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 465 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:06:04.727577 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 465 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:06:12.128896 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:06:12.128981 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:06:27 -0400]\r\n[2018-10-08 13:06:12.128994 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:06:12.129005 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:06:27 -0400]\r\n[2018-10-08 13:06:13.129102 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:06:13.129153 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:06:28 -0400]\r\n[2018-10-08 13:06:19.129710 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:06:19.129802 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:06:34 -0400]\r\n[2018-10-08 13:06:19.742736 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 480 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:06:19.742813 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 480 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:06:27.130552 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:06:27.130640 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:06:42 -0400]\r\n[2018-10-08 13:06:27.130653 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:06:27.130664 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:06:42 -0400]\r\n[2018-10-08 13:06:28.130755 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:06:28.130812 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:06:43 -0400]\r\n[2018-10-08 13:06:34.131338 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:06:34.131444 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:06:49 -0400]\r\n[2018-10-08 13:06:34.751233 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 495 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:06:34.751342 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 495 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:06:42.132210 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:06:42.132316 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:06:57 -0400]\r\n[2018-10-08 13:06:42.132329 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:06:42.132340 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:06:57 -0400]\r\n[2018-10-08 13:06:43.132456 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:06:43.132531 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:06:58 -0400]\r\n[2018-10-08 13:06:48.873491 -0400][Debug ][AsyncSock ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Async connection call returned\r\n[2018-10-08 13:06:48.873572 -0400][Error ][AsyncSock ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Unable to connect: Connection timed out\r\n[2018-10-08 13:06:48.873584 -0400][Debug ][AsyncSock ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Closing the socket\r\n[2018-10-08 13:06:48.873597 -0400][Debug ][Poller ] \u003cx\u003e\u003c--\u003e\u003cx\u003e Removing socket from the poller\r\n[2018-10-08 13:06:48.873633 -0400][Error ][PostMaster ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0] elapsed = 127, pConnectionWindow = 120 seconds.\r\n[2018-10-08 13:06:48.875645 -0400][Debug ][PostMaster ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094] Found 1 address(es): [::ffff:131.154.216.11]:1094\r\n[2018-10-08 13:06:48.875698 -0400][Debug ][AsyncSock ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Attempting connection to [::ffff:131.154.216.11]:1094\r\n[2018-10-08 13:06:48.875755 -0400][Debug ][Poller ] Adding socket 0xac001530 to the poller\r\n[2018-10-08 13:06:49.133092 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:06:49.133162 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:07:04 -0400]\r\n[2018-10-08 13:06:49.876824 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 510 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:06:49.876866 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 510 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:06:57.133879 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:06:57.133969 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:07:12 -0400]\r\n[2018-10-08 13:06:57.133982 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:06:57.133992 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:07:12 -0400]\r\n[2018-10-08 13:06:58.134094 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:06:58.134171 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:07:13 -0400]\r\n[2018-10-08 13:07:04.134719 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:07:04.134814 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:07:19 -0400]\r\n[2018-10-08 13:07:04.892007 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 525 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:07:04.892090 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 525 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:07:12.135543 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:07:12.135636 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:07:27 -0400]\r\n[2018-10-08 13:07:12.135649 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:07:12.135660 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:07:27 -0400]\r\n[2018-10-08 13:07:13.135761 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:07:13.135843 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:07:28 -0400]\r\n[2018-10-08 13:07:19.136388 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:07:19.136489 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:07:34 -0400]\r\n[2018-10-08 13:07:19.907186 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 540 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:07:19.907268 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 540 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:07:27.137221 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:07:27.137304 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:07:42 -0400]\r\n[2018-10-08 13:07:27.137316 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:07:27.137326 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:07:42 -0400]\r\n[2018-10-08 13:07:28.137456 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:07:28.137548 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:07:43 -0400]\r\n[2018-10-08 13:07:34.138101 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:07:34.138197 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:07:49 -0400]\r\n[2018-10-08 13:07:34.922384 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 555 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:07:34.922467 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 555 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:07:42.138919 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:07:42.139008 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:07:57 -0400]\r\n[2018-10-08 13:07:42.139021 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:07:42.139032 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:07:57 -0400]\r\n[2018-10-08 13:07:43.139146 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:07:43.139234 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:07:58 -0400]\r\n[2018-10-08 13:07:49.139777 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:07:49.139860 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:08:04 -0400]\r\n[2018-10-08 13:07:49.937579 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 570 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:07:49.937645 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 570 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:07:57.140680 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:07:57.140769 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:08:12 -0400]\r\n[2018-10-08 13:07:57.140802 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:07:57.140814 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:08:12 -0400]\r\n[2018-10-08 13:07:58.140924 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:07:58.140978 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:08:13 -0400]\r\n[2018-10-08 13:08:04.141592 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:08:04.141687 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:08:19 -0400]\r\n[2018-10-08 13:08:04.952742 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 585 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:08:04.952811 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 585 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:08:12.142470 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:08:12.142557 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:08:27 -0400]\r\n[2018-10-08 13:08:12.142569 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:08:12.142580 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:08:27 -0400]\r\n[2018-10-08 13:08:13.142688 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:08:13.142742 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:08:28 -0400]\r\n[2018-10-08 13:08:19.143296 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:08:19.143376 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:08:34 -0400]\r\n[2018-10-08 13:08:19.967928 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 600 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:08:19.968009 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 600 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:08:27.144108 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:08:27.144199 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:08:42 -0400]\r\n[2018-10-08 13:08:27.144212 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:08:27.144223 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:08:42 -0400]\r\n[2018-10-08 13:08:28.144354 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:08:28.144472 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:08:43 -0400]\r\n[2018-10-08 13:08:34.145006 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:08:34.145096 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:08:49 -0400]\r\n[2018-10-08 13:08:34.983139 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 615 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:08:34.983233 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 615 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:08:42.145813 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:08:42.145916 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:08:57 -0400]\r\n[2018-10-08 13:08:42.145929 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:08:42.145940 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:08:57 -0400]\r\n[2018-10-08 13:08:43.146061 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:08:43.146132 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:08:58 -0400]\r\n[2018-10-08 13:08:49.146652 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:08:49.146727 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:09:04 -0400]\r\n[2018-10-08 13:08:49.998392 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 630 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:08:49.998474 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 630 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 12:58:19 -0400\r\n[2018-10-08 13:08:56.105494 -0400][Debug ][AsyncSock ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Async connection call returned\r\n[2018-10-08 13:08:56.105576 -0400][Error ][AsyncSock ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Unable to connect: Connection timed out\r\n[2018-10-08 13:08:56.105587 -0400][Debug ][AsyncSock ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Closing the socket\r\n[2018-10-08 13:08:56.105601 -0400][Debug ][Poller ] \u003cx\u003e\u003c--\u003e\u003cx\u003e Removing socket from the poller\r\n[2018-10-08 13:08:56.105640 -0400][Error ][PostMaster ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0] elapsed = 128, pConnectionWindow = 120 seconds.\r\n[2018-10-08 13:08:56.105657 -0400][Error ][PostMaster ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0] Unable to recover: [ERROR] Connection error.\r\n[2018-10-08 13:08:56.105670 -0400][Error ][XRootD ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094] Impossible to send message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ). Trying to recover.\r\n[2018-10-08 13:08:56.105684 -0400][Debug ][XRootD ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094] Handling error while processing kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ): [FATAL] Connection error.\r\n[2018-10-08 13:08:56.105751 -0400][Dump ][Utility ] URL: fake://fake:111//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it\r\n[2018-10-08 13:08:56.105751 -0400][Dump ][Utility ] Protocol: fake\r\n[2018-10-08 13:08:56.105751 -0400][Dump ][Utility ] User Name: \r\n[2018-10-08 13:08:56.105751 -0400][Dump ][Utility ] Password: \r\n[2018-10-08 13:08:56.105751 -0400][Dump ][Utility ] Host Name: fake\r\n[2018-10-08 13:08:56.105751 -0400][Dump ][Utility ] Port: 111\r\n[2018-10-08 13:08:56.105751 -0400][Dump ][Utility ] Path: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root\r\n[2018-10-08 13:08:56.105826 -0400][Dump ][PostMaster ] [cms-xrd-global.cern.ch:1094 #0] Sending message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it,xrootd-cms-redir-01.cr.cnaf.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60) through substream 0 expecting answer at 0\r\n[2018-10-08 13:08:56.105922 -0400][Dump ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Wrote a message: kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it,xrootd-cms-redir-01.cr.cnaf.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60), 182 bytes\r\n[2018-10-08 13:08:56.105940 -0400][Dump ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Successfully sent message: kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it,xrootd-cms-redir-01.cr.cnaf.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60).\r\n[2018-10-08 13:08:56.105951 -0400][Dump ][XRootD ] [cms-xrd-global.cern.ch:1094] Message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it,xrootd-cms-redir-01.cr.cnaf.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) has been successfully sent.\r\n[2018-10-08 13:08:56.105962 -0400][Dump ][PostMaster ] [cms-xrd-global.cern.ch:1094 #0.0] All messages consumed, disable uplink\r\n[2018-10-08 13:08:56.220429 -0400][Dump ][XRootDTransport ] [msg: 0xbc000c10] Expecting 27 bytes of message body\r\n[2018-10-08 13:08:56.220485 -0400][Dump ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Received message header for 0xbc000c10 size: 8\r\n[2018-10-08 13:08:56.220501 -0400][Dump ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Received message 0xbc000c10 of 35 bytes\r\n[2018-10-08 13:08:56.220512 -0400][Dump ][PostMaster ] [cms-xrd-global.cern.ch:1094 #0] Handling received message: 0xbc000c10.\r\n[2018-10-08 13:08:56.220583 -0400][Dump ][XRootD ] [cms-xrd-global.cern.ch:1094] Got kXR_redirect response to message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it,xrootd-cms-redir-01.cr.cnaf.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ): xrootd-redic.pi.infn.it, port 1094\r\n[2018-10-08 13:08:56.220637 -0400][Dump ][XRootD ] [cms-xrd-global.cern.ch:1094] Current server has been assigned as a load-balancer for message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it,xrootd-cms-redir-01.cr.cnaf.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat )\r\n[2018-10-08 13:08:56.220670 -0400][Dump ][Utility ] URL: xrootd-redic.pi.infn.it:1094/\r\n[2018-10-08 13:08:56.220670 -0400][Dump ][Utility ] Protocol: root\r\n[2018-10-08 13:08:56.220670 -0400][Dump ][Utility ] User Name: \r\n[2018-10-08 13:08:56.220670 -0400][Dump ][Utility ] Password: \r\n[2018-10-08 13:08:56.220670 -0400][Dump ][Utility ] Host Name: xrootd-redic.pi.infn.it\r\n[2018-10-08 13:08:56.220670 -0400][Dump ][Utility ] Port: 1094\r\n[2018-10-08 13:08:56.220670 -0400][Dump ][Utility ] Path: \r\n[2018-10-08 13:08:56.220703 -0400][Dump ][Utility ] URL: xrootd-redic.pi.infn.it:1094\r\n[2018-10-08 13:08:56.220703 -0400][Dump ][Utility ] Protocol: root\r\n[2018-10-08 13:08:56.220703 -0400][Dump ][Utility ] User Name: \r\n[2018-10-08 13:08:56.220703 -0400][Dump ][Utility ] Password: \r\n[2018-10-08 13:08:56.220703 -0400][Dump ][Utility ] Host Name: xrootd-redic.pi.infn.it\r\n[2018-10-08 13:08:56.220703 -0400][Dump ][Utility ] Port: 1094\r\n[2018-10-08 13:08:56.220703 -0400][Dump ][Utility ] Path: \r\n[2018-10-08 13:08:56.220732 -0400][Debug ][PostMaster ] Creating new channel to: xrootd-redic.pi.infn.it:1094 1 stream(s)\r\n[2018-10-08 13:08:56.220755 -0400][Debug ][PostMaster ] [xrootd-redic.pi.infn.it:1094 #0] Stream parameters: Network Stack: IPv4, Connection Window: 120, ConnectionRetry: 5, Stream Error Widnow: 1800\r\n[2018-10-08 13:08:56.227537 -0400][Debug ][TaskMgr ] Registering task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" to be run at: [2018-10-08 13:09:11 -0400]\r\n[2018-10-08 13:08:56.227619 -0400][Dump ][Utility ] URL: fake://fake:111//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it,xrootd-cms-redir-01.cr.cnaf.infn.it\r\n[2018-10-08 13:08:56.227619 -0400][Dump ][Utility ] Protocol: fake\r\n[2018-10-08 13:08:56.227619 -0400][Dump ][Utility ] User Name: \r\n[2018-10-08 13:08:56.227619 -0400][Dump ][Utility ] Password: \r\n[2018-10-08 13:08:56.227619 -0400][Dump ][Utility ] Host Name: fake\r\n[2018-10-08 13:08:56.227619 -0400][Dump ][Utility ] Port: 111\r\n[2018-10-08 13:08:56.227619 -0400][Dump ][Utility ] Path: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root\r\n[2018-10-08 13:08:56.227686 -0400][Dump ][PostMaster ] [xrootd-redic.pi.infn.it:1094 #0] Sending message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it,xrootd-cms-redir-01.cr.cnaf.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ) (0xd2ac1c60) through substream 0 expecting answer at 0\r\n[2018-10-08 13:08:56.359380 -0400][Debug ][PostMaster ] [xrootd-redic.pi.infn.it:1094] Found 1 address(es): [::ffff:193.205.76.83]:1094\r\n[2018-10-08 13:08:56.359468 -0400][Debug ][AsyncSock ] [xrootd-redic.pi.infn.it:1094 #0.0] Attempting connection to [::ffff:193.205.76.83]:1094\r\n[2018-10-08 13:08:56.359532 -0400][Debug ][Poller ] Adding socket 0xb0001500 to the poller\r\n[2018-10-08 13:08:57.147437 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:08:57.147529 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:09:12 -0400]\r\n[2018-10-08 13:08:57.147541 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:08:57.147553 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:09:12 -0400]\r\n[2018-10-08 13:08:58.147658 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:08:58.147745 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:09:13 -0400]\r\n[2018-10-08 13:09:04.148297 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:09:04.148386 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:09:19 -0400]\r\n[2018-10-08 13:09:11.149012 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:09:11.149100 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:09:26 -0400]\r\n[2018-10-08 13:09:11.235606 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 15 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:09:11.235674 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 15 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:09:12.149215 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:09:12.149323 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:09:27 -0400]\r\n[2018-10-08 13:09:12.149337 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:09:12.149347 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:09:27 -0400]\r\n[2018-10-08 13:09:13.149457 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:09:13.149505 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:09:28 -0400]\r\n[2018-10-08 13:09:19.150046 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:09:19.150135 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:09:34 -0400]\r\n[2018-10-08 13:09:26.150783 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:09:26.150869 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:09:41 -0400]\r\n[2018-10-08 13:09:26.241548 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 30 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:09:26.241625 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 30 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:09:27.150998 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:09:27.151083 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:09:42 -0400]\r\n[2018-10-08 13:09:27.151096 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:09:27.151107 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:09:42 -0400]\r\n[2018-10-08 13:09:28.151199 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:09:28.151249 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:09:43 -0400]\r\n[2018-10-08 13:09:34.151758 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:09:34.151847 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:09:49 -0400]\r\n[2018-10-08 13:09:41.152492 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:09:41.152590 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:09:56 -0400]\r\n[2018-10-08 13:09:41.256743 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 45 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:09:41.256826 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 45 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:09:42.152699 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:09:42.152781 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:09:57 -0400]\r\n[2018-10-08 13:09:42.152793 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:09:42.152804 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:09:57 -0400]\r\n[2018-10-08 13:09:43.152915 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:09:43.152980 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:09:58 -0400]\r\n[2018-10-08 13:09:49.153523 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:09:49.153620 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:10:04 -0400]\r\n[2018-10-08 13:09:56.154339 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:09:56.154433 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:10:11 -0400]\r\n[2018-10-08 13:09:56.271924 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 60 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:09:56.271992 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 60 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:09:57.154563 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:09:57.154658 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:10:12 -0400]\r\n[2018-10-08 13:09:57.154670 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:09:57.154681 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:10:12 -0400]\r\n[2018-10-08 13:09:58.154793 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:09:58.154851 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:10:13 -0400]\r\n[2018-10-08 13:10:04.155489 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:10:04.155579 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:10:19 -0400]\r\n[2018-10-08 13:10:11.156261 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:10:11.156348 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:10:26 -0400]\r\n[2018-10-08 13:10:11.287096 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 75 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:10:11.287163 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 75 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:10:12.156460 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:10:12.156548 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:10:27 -0400]\r\n[2018-10-08 13:10:12.156560 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:10:12.156571 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:10:27 -0400]\r\n[2018-10-08 13:10:13.156634 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:10:13.156688 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:10:28 -0400]\r\n[2018-10-08 13:10:19.157191 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:10:19.157274 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:10:34 -0400]\r\n[2018-10-08 13:10:26.157769 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:10:26.157861 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:10:41 -0400]\r\n[2018-10-08 13:10:26.302255 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 90 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:10:26.302327 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 90 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:10:27.157982 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:10:27.158067 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:10:42 -0400]\r\n[2018-10-08 13:10:27.158079 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:10:27.158089 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:10:42 -0400]\r\n[2018-10-08 13:10:28.158186 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:10:28.158228 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:10:43 -0400]\r\n[2018-10-08 13:10:34.158632 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:10:34.158719 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:10:49 -0400]\r\n[2018-10-08 13:10:41.159276 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:10:41.159376 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:10:56 -0400]\r\n[2018-10-08 13:10:41.316491 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 105 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:10:41.316564 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 105 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:10:42.159481 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:10:42.159539 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:10:57 -0400]\r\n[2018-10-08 13:10:42.159551 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:10:42.159562 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:10:57 -0400]\r\n[2018-10-08 13:10:43.159667 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:10:43.159721 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:10:58 -0400]\r\n[2018-10-08 13:10:49.160115 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:10:49.160186 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:11:04 -0400]\r\n[2018-10-08 13:10:56.160812 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:10:56.160913 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:11:11 -0400]\r\n[2018-10-08 13:10:56.331658 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 120 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:10:56.331740 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 120 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:10:57.161006 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:10:57.161049 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:11:12 -0400]\r\n[2018-10-08 13:10:57.161060 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:10:57.161070 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:11:12 -0400]\r\n[2018-10-08 13:10:58.161159 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:10:58.161208 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:11:13 -0400]\r\n[2018-10-08 13:11:03.593491 -0400][Debug ][AsyncSock ] [xrootd-redic.pi.infn.it:1094 #0.0] Async connection call returned\r\n[2018-10-08 13:11:03.593576 -0400][Error ][AsyncSock ] [xrootd-redic.pi.infn.it:1094 #0.0] Unable to connect: Connection timed out\r\n[2018-10-08 13:11:03.593587 -0400][Debug ][AsyncSock ] [xrootd-redic.pi.infn.it:1094 #0.0] Closing the socket\r\n[2018-10-08 13:11:03.593599 -0400][Debug ][Poller ] \u003cx\u003e\u003c--\u003e\u003cx\u003e Removing socket from the poller\r\n[2018-10-08 13:11:03.593651 -0400][Error ][PostMaster ] [xrootd-redic.pi.infn.it:1094 #0] elapsed = 127, pConnectionWindow = 120 seconds.\r\n[2018-10-08 13:11:03.595688 -0400][Debug ][PostMaster ] [xrootd-redic.pi.infn.it:1094] Found 1 address(es): [::ffff:193.205.76.83]:1094\r\n[2018-10-08 13:11:03.595750 -0400][Debug ][AsyncSock ] [xrootd-redic.pi.infn.it:1094 #0.0] Attempting connection to [::ffff:193.205.76.83]:1094\r\n[2018-10-08 13:11:03.595811 -0400][Debug ][Poller ] Adding socket 0xb0001500 to the poller\r\n[2018-10-08 13:11:04.161722 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:11:04.161792 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:11:19 -0400]\r\n[2018-10-08 13:11:11.162399 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:11:11.162483 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:11:26 -0400]\r\n[2018-10-08 13:11:11.603920 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 135 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:11:11.603998 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 135 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:11:12.162578 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:11:12.162631 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:11:27 -0400]\r\n[2018-10-08 13:11:12.162644 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:11:12.162655 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:11:27 -0400]\r\n[2018-10-08 13:11:13.162748 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:11:13.162802 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:11:28 -0400]\r\n[2018-10-08 13:11:19.166538 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:11:19.166744 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:11:34 -0400]\r\n[2018-10-08 13:11:26.167330 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:11:26.167453 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:11:41 -0400]\r\n[2018-10-08 13:11:26.619163 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 150 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:11:26.619239 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 150 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:11:27.167576 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:11:27.167639 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:11:42 -0400]\r\n[2018-10-08 13:11:27.167652 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:11:27.167662 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:11:42 -0400]\r\n[2018-10-08 13:11:28.167735 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:11:28.167785 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:11:43 -0400]\r\n[2018-10-08 13:11:34.168244 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:11:34.168334 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:11:49 -0400]\r\n[2018-10-08 13:11:41.168898 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:11:41.168989 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:11:56 -0400]\r\n[2018-10-08 13:11:41.634321 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 165 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:11:41.634398 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 165 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:11:42.169063 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:11:42.169108 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:11:57 -0400]\r\n[2018-10-08 13:11:42.169119 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:11:42.169130 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:11:57 -0400]\r\n[2018-10-08 13:11:43.169244 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:11:43.169324 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:11:58 -0400]\r\n[2018-10-08 13:11:49.169842 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:11:49.169933 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:12:04 -0400]\r\n[2018-10-08 13:11:56.170532 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:11:56.170622 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:12:11 -0400]\r\n[2018-10-08 13:11:56.649556 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 180 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:11:56.649646 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 180 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:11:57.170728 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:11:57.170776 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:12:12 -0400]\r\n[2018-10-08 13:11:57.170788 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:11:57.170798 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:12:12 -0400]\r\n[2018-10-08 13:11:58.170888 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:11:58.170982 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:12:13 -0400]\r\n[2018-10-08 13:12:04.171461 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:12:04.171555 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:12:19 -0400]\r\n[2018-10-08 13:12:11.172081 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:12:11.172151 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:12:26 -0400]\r\n[2018-10-08 13:12:11.664788 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 195 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:12:11.664860 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 195 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:12:12.172229 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:12:12.172280 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:12:27 -0400]\r\n[2018-10-08 13:12:12.172292 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:12:12.172303 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:12:27 -0400]\r\n[2018-10-08 13:12:13.172436 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:12:13.172537 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:12:28 -0400]\r\n[2018-10-08 13:12:19.173021 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:12:19.173117 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:12:34 -0400]\r\n[2018-10-08 13:12:26.173658 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:12:26.173735 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:12:41 -0400]\r\n[2018-10-08 13:12:26.679911 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 210 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:12:26.679989 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 210 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:12:27.173855 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:12:27.173960 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:12:42 -0400]\r\n[2018-10-08 13:12:27.173973 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:12:27.173984 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:12:42 -0400]\r\n[2018-10-08 13:12:28.174086 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:12:28.174179 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:12:43 -0400]\r\n[2018-10-08 13:12:34.174675 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:12:34.174763 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:12:49 -0400]\r\n[2018-10-08 13:12:41.175341 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:12:41.175455 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:12:56 -0400]\r\n[2018-10-08 13:12:41.695064 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 225 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:12:41.695138 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 225 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:12:42.175568 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:12:42.175659 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:12:57 -0400]\r\n[2018-10-08 13:12:42.175671 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:12:42.175682 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:12:57 -0400]\r\n[2018-10-08 13:12:43.175802 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:12:43.175894 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:12:58 -0400]\r\n[2018-10-08 13:12:49.176450 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:12:49.176540 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:13:04 -0400]\r\n[2018-10-08 13:12:56.177254 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:12:56.177344 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:13:11 -0400]\r\n[2018-10-08 13:12:56.710241 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 240 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:12:56.710319 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 240 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:12:57.177458 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:12:57.177506 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:13:12 -0400]\r\n[2018-10-08 13:12:57.177517 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:12:57.177527 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:13:12 -0400]\r\n[2018-10-08 13:12:58.177633 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:12:58.177708 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:13:13 -0400]\r\n[2018-10-08 13:13:04.178314 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:13:04.178428 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:13:19 -0400]\r\n[2018-10-08 13:13:10.825488 -0400][Debug ][AsyncSock ] [xrootd-redic.pi.infn.it:1094 #0.0] Async connection call returned\r\n[2018-10-08 13:13:10.825586 -0400][Error ][AsyncSock ] [xrootd-redic.pi.infn.it:1094 #0.0] Unable to connect: Connection timed out\r\n[2018-10-08 13:13:10.825598 -0400][Debug ][AsyncSock ] [xrootd-redic.pi.infn.it:1094 #0.0] Closing the socket\r\n[2018-10-08 13:13:10.825611 -0400][Debug ][Poller ] \u003cx\u003e\u003c--\u003e\u003cx\u003e Removing socket from the poller\r\n[2018-10-08 13:13:10.825653 -0400][Error ][PostMaster ] [xrootd-redic.pi.infn.it:1094 #0] elapsed = 127, pConnectionWindow = 120 seconds.\r\n[2018-10-08 13:13:11.179130 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:13:12.560492 -0400][Debug ][PostMaster ] [xrootd-redic.pi.infn.it:1094] Found 1 address(es): [::ffff:193.205.76.83]:1094\r\n[2018-10-08 13:13:12.560570 -0400][Debug ][AsyncSock ] [xrootd-redic.pi.infn.it:1094 #0.0] Attempting connection to [::ffff:193.205.76.83]:1094\r\n[2018-10-08 13:13:12.560635 -0400][Debug ][Poller ] Adding socket 0xb0001500 to the poller\r\n[2018-10-08 13:13:12.560691 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 256 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:13:12.560708 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 256 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:13:12.560754 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:13:26 -0400]\r\n[2018-10-08 13:13:13.560944 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:13:13.561048 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:13:28 -0400]\r\n[2018-10-08 13:13:13.561061 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:13:13.561072 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:13:28 -0400]\r\n[2018-10-08 13:13:13.561081 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:13:13.561093 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:13:28 -0400]\r\n[2018-10-08 13:13:19.561605 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:13:19.561696 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:13:34 -0400]\r\n[2018-10-08 13:13:26.562255 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:13:26.562336 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:13:41 -0400]\r\n[2018-10-08 13:13:27.575807 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 271 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:13:27.575884 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 271 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:13:28.562524 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:13:28.562604 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:13:43 -0400]\r\n[2018-10-08 13:13:28.562618 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:13:28.562629 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:13:43 -0400]\r\n[2018-10-08 13:13:28.562637 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:13:28.562649 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:13:43 -0400]\r\n[2018-10-08 13:13:34.563162 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:13:34.563233 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:13:49 -0400]\r\n[2018-10-08 13:13:41.563912 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:13:41.564002 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:13:56 -0400]\r\n[2018-10-08 13:13:42.591006 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 286 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:13:42.591093 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 286 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:13:43.564201 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:13:43.564281 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:13:58 -0400]\r\n[2018-10-08 13:13:43.564294 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:13:43.564305 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:13:58 -0400]\r\n[2018-10-08 13:13:43.564314 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:13:43.564327 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:13:58 -0400]\r\n[2018-10-08 13:13:49.564847 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:13:49.564928 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:14:04 -0400]\r\n[2018-10-08 13:13:56.565613 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:13:56.565704 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:14:11 -0400]\r\n[2018-10-08 13:13:57.606182 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 301 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:13:57.606256 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 301 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:13:58.565915 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:13:58.565980 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:14:13 -0400]\r\n[2018-10-08 13:13:58.565993 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:13:58.566004 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:14:13 -0400]\r\n[2018-10-08 13:13:58.566027 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:13:58.566039 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:14:13 -0400]\r\n[2018-10-08 13:14:04.566648 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:14:04.566738 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:14:19 -0400]\r\n[2018-10-08 13:14:11.567461 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:14:11.567564 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:14:26 -0400]\r\n[2018-10-08 13:14:12.621365 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 316 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:14:12.621464 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 316 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:14:13.567780 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:14:13.567857 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:14:28 -0400]\r\n[2018-10-08 13:14:13.567868 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:14:13.567878 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:14:28 -0400]\r\n[2018-10-08 13:14:13.567886 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:14:13.567898 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:14:28 -0400]\r\n[2018-10-08 13:14:19.568502 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:14:19.568594 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:14:34 -0400]\r\n[2018-10-08 13:14:26.569310 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:14:26.569424 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:14:41 -0400]\r\n[2018-10-08 13:14:27.636562 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 331 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:14:27.636641 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 331 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:14:28.569643 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:14:28.569718 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:14:43 -0400]\r\n[2018-10-08 13:14:28.569730 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:14:28.569741 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:14:43 -0400]\r\n[2018-10-08 13:14:28.569750 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:14:28.569763 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:14:43 -0400]\r\n[2018-10-08 13:14:34.570326 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:14:34.570445 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:14:49 -0400]\r\n[2018-10-08 13:14:41.571111 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:14:41.571189 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:14:56 -0400]\r\n[2018-10-08 13:14:42.651748 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 346 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:14:42.651826 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 346 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:14:43.571390 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:14:43.571519 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:14:58 -0400]\r\n[2018-10-08 13:14:43.571533 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:14:43.571544 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:14:58 -0400]\r\n[2018-10-08 13:14:43.571553 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:14:43.571566 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:14:58 -0400]\r\n[2018-10-08 13:14:49.572099 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:14:49.572189 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:15:04 -0400]\r\n[2018-10-08 13:14:56.572876 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:14:56.572966 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:15:11 -0400]\r\n[2018-10-08 13:14:57.666935 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 361 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:14:57.667017 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 361 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:14:58.573197 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:14:58.573276 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:15:13 -0400]\r\n[2018-10-08 13:14:58.573289 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:14:58.573300 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:15:13 -0400]\r\n[2018-10-08 13:14:58.573309 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:14:58.573321 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:15:13 -0400]\r\n[2018-10-08 13:15:04.573939 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:15:04.574028 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:15:19 -0400]\r\n[2018-10-08 13:15:11.574763 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:15:11.574853 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:15:26 -0400]\r\n[2018-10-08 13:15:12.682131 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 376 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:15:12.682237 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 376 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:15:13.575074 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:15:13.575151 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:15:28 -0400]\r\n[2018-10-08 13:15:13.575175 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:15:13.575186 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:15:28 -0400]\r\n[2018-10-08 13:15:13.575195 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:15:13.575207 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:15:28 -0400]\r\n[2018-10-08 13:15:19.575825 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:15:19.575918 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:15:34 -0400]\r\n[2018-10-08 13:15:19.849486 -0400][Debug ][AsyncSock ] [xrootd-redic.pi.infn.it:1094 #0.0] Async connection call returned\r\n[2018-10-08 13:15:19.849557 -0400][Error ][AsyncSock ] [xrootd-redic.pi.infn.it:1094 #0.0] Unable to connect: Connection timed out\r\n[2018-10-08 13:15:19.849569 -0400][Debug ][AsyncSock ] [xrootd-redic.pi.infn.it:1094 #0.0] Closing the socket\r\n[2018-10-08 13:15:19.849582 -0400][Debug ][Poller ] \u003cx\u003e\u003c--\u003e\u003cx\u003e Removing socket from the poller\r\n[2018-10-08 13:15:19.849617 -0400][Error ][PostMaster ] [xrootd-redic.pi.infn.it:1094 #0] elapsed = 127, pConnectionWindow = 120 seconds.\r\n[2018-10-08 13:15:19.851483 -0400][Debug ][PostMaster ] [xrootd-redic.pi.infn.it:1094] Found 1 address(es): [::ffff:193.205.76.83]:1094\r\n[2018-10-08 13:15:19.851536 -0400][Debug ][AsyncSock ] [xrootd-redic.pi.infn.it:1094 #0.0] Attempting connection to [::ffff:193.205.76.83]:1094\r\n[2018-10-08 13:15:19.851595 -0400][Debug ][Poller ] Adding socket 0xb0001500 to the poller\r\n[2018-10-08 13:15:26.576641 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:15:26.576726 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:15:41 -0400]\r\n[2018-10-08 13:15:27.859691 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 391 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:15:27.859768 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 391 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:15:28.576937 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:15:28.576995 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:15:43 -0400]\r\n[2018-10-08 13:15:28.577007 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:15:28.577019 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:15:43 -0400]\r\n[2018-10-08 13:15:28.577028 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:15:28.577040 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:15:43 -0400]\r\n[2018-10-08 13:15:34.577652 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:15:34.577754 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:15:49 -0400]\r\n[2018-10-08 13:15:41.578465 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:15:41.578565 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:15:56 -0400]\r\n[2018-10-08 13:15:42.874665 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 406 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:15:42.874741 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 406 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:15:43.578788 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:15:43.578865 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:15:58 -0400]\r\n[2018-10-08 13:15:43.578878 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:15:43.578889 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:15:58 -0400]\r\n[2018-10-08 13:15:43.578898 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:15:43.578910 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:15:58 -0400]\r\n[2018-10-08 13:15:49.579539 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:15:49.579633 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:16:04 -0400]\r\n[2018-10-08 13:15:56.580349 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:15:56.580473 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:16:11 -0400]\r\n[2018-10-08 13:15:57.889794 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 421 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:15:57.889866 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 421 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:15:58.580694 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:15:58.580757 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:16:13 -0400]\r\n[2018-10-08 13:15:58.580770 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:15:58.580781 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:16:13 -0400]\r\n[2018-10-08 13:15:58.580790 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:15:58.580803 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:16:13 -0400]\r\n[2018-10-08 13:16:04.581385 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:16:04.581479 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:16:19 -0400]\r\n[2018-10-08 13:16:11.582190 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:16:11.582279 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:16:26 -0400]\r\n[2018-10-08 13:16:12.904974 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 436 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:16:12.905055 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 436 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:16:13.582523 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:16:13.582597 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:16:28 -0400]\r\n[2018-10-08 13:16:13.582609 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:16:13.582619 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:16:28 -0400]\r\n[2018-10-08 13:16:13.582627 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:16:13.582639 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:16:28 -0400]\r\n[2018-10-08 13:16:19.583214 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:16:19.583304 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:16:34 -0400]\r\n[2018-10-08 13:16:26.584029 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:16:26.584122 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:16:41 -0400]\r\n[2018-10-08 13:16:27.920172 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 451 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:16:27.920252 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 451 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:16:28.584334 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:16:28.584402 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:16:43 -0400]\r\n[2018-10-08 13:16:28.584431 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:16:28.584443 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:16:43 -0400]\r\n[2018-10-08 13:16:28.584452 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:16:28.584464 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:16:43 -0400]\r\n[2018-10-08 13:16:34.585092 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:16:34.585176 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:16:49 -0400]\r\n[2018-10-08 13:16:41.585922 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:16:41.586018 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:16:56 -0400]\r\n[2018-10-08 13:16:42.935282 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 466 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:16:42.935373 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 466 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:16:43.586238 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:16:43.586316 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:16:58 -0400]\r\n[2018-10-08 13:16:43.586327 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:16:43.586338 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:16:58 -0400]\r\n[2018-10-08 13:16:43.586357 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:16:43.586370 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:16:58 -0400]\r\n[2018-10-08 13:16:49.586985 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:16:49.587061 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:17:04 -0400]\r\n[2018-10-08 13:16:56.587789 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:16:56.587899 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:17:11 -0400]\r\n[2018-10-08 13:16:57.950456 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 481 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:16:57.950527 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 481 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:16:58.588122 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:16:58.588206 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:17:13 -0400]\r\n[2018-10-08 13:16:58.588218 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:16:58.588228 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:17:13 -0400]\r\n[2018-10-08 13:16:58.588236 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:16:58.588248 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:17:13 -0400]\r\n[2018-10-08 13:17:04.588853 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:17:04.588943 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:17:19 -0400]\r\n[2018-10-08 13:17:11.589665 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:17:11.589754 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:17:26 -0400]\r\n[2018-10-08 13:17:12.965574 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 496 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:17:12.965643 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 496 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:17:13.589978 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:17:13.590073 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:17:28 -0400]\r\n[2018-10-08 13:17:13.590084 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:17:13.590094 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:17:28 -0400]\r\n[2018-10-08 13:17:13.590117 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:17:13.590129 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:17:28 -0400]\r\n[2018-10-08 13:17:19.590743 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:17:19.590834 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:17:34 -0400]\r\n[2018-10-08 13:17:26.591535 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:17:26.591630 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:17:41 -0400]\r\n[2018-10-08 13:17:27.081491 -0400][Debug ][AsyncSock ] [xrootd-redic.pi.infn.it:1094 #0.0] Async connection call returned\r\n[2018-10-08 13:17:27.081566 -0400][Error ][AsyncSock ] [xrootd-redic.pi.infn.it:1094 #0.0] Unable to connect: Connection timed out\r\n[2018-10-08 13:17:27.081578 -0400][Debug ][AsyncSock ] [xrootd-redic.pi.infn.it:1094 #0.0] Closing the socket\r\n[2018-10-08 13:17:27.081592 -0400][Debug ][Poller ] \u003cx\u003e\u003c--\u003e\u003cx\u003e Removing socket from the poller\r\n[2018-10-08 13:17:27.081630 -0400][Error ][PostMaster ] [xrootd-redic.pi.infn.it:1094 #0] elapsed = 128, pConnectionWindow = 120 seconds.\r\n[2018-10-08 13:17:27.083585 -0400][Debug ][PostMaster ] [xrootd-redic.pi.infn.it:1094] Found 1 address(es): [::ffff:193.205.76.83]:1094\r\n[2018-10-08 13:17:27.083646 -0400][Debug ][AsyncSock ] [xrootd-redic.pi.infn.it:1094 #0.0] Attempting connection to [::ffff:193.205.76.83]:1094\r\n[2018-10-08 13:17:27.083711 -0400][Debug ][Poller ] Adding socket 0xb0001500 to the poller\r\n[2018-10-08 13:17:27.083752 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 511 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:17:27.083768 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 511 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:17:28.591861 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:17:28.591959 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:17:43 -0400]\r\n[2018-10-08 13:17:28.591971 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:17:28.591982 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:17:43 -0400]\r\n[2018-10-08 13:17:28.591990 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:17:28.592002 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:17:43 -0400]\r\n[2018-10-08 13:17:34.592596 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:17:34.592681 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:17:49 -0400]\r\n[2018-10-08 13:17:41.593383 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:17:41.593472 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:17:56 -0400]\r\n[2018-10-08 13:17:42.098757 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 526 seconds, TTL: 1200, allocated SIDs: 0, open files: 0\r\n[2018-10-08 13:17:42.098838 -0400][Dump ][XRootDTransport ] [cms-xrd-global.cern.ch:1094 #0.0] Stream inactive since 526 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2018-10-08 13:08:56 -0400\r\n[2018-10-08 13:17:43.593698 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:17:43.593787 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\" at [2018-10-08 13:17:58 -0400]\r\n[2018-10-08 13:17:43.593799 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:17:43.593810 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd.ba.infn.it:1094\" at [2018-10-08 13:17:58 -0400]\r\n[2018-10-08 13:17:43.593818 -0400][Dump ][TaskMgr ] Running task: \"FileTimer task\"\r\n[2018-10-08 13:17:43.593830 -0400][Dump ][TaskMgr ] Will rerun task \"FileTimer task\" at [2018-10-08 13:17:58 -0400]\r\n[2018-10-08 13:17:49.594448 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:17:49.594534 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\" at [2018-10-08 13:18:04 -0400]\r\n[2018-10-08 13:17:56.595269 -0400][Dump ][TaskMgr ] Running task: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:17:56.595357 -0400][Error ][XRootD ] [xrootd-redic.pi.infn.it:1094] Impossible to send message kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it,xrootd-cms-redir-01.cr.cnaf.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ). Trying to recover.\r\n[2018-10-08 13:17:56.595376 -0400][Debug ][XRootD ] [xrootd-redic.pi.infn.it:1094] Handling error while processing kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it,xrootd-cms-redir-01.cr.cnaf.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat ): [ERROR] Operation expired.\r\n[2018-10-08 13:17:56.595387 -0400][Error ][XRootD ] [xrootd-redic.pi.infn.it:1094] Unable to get the response to request kXR_open (file: /store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root?tried=xrootd.ba.infn.it,xrootd-cms-redir-01.cr.cnaf.infn.it, mode: 00, flags: kXR_open_read kXR_async kXR_retstat )\r\n[2018-10-08 13:17:56.595429 -0400][Dump ][TaskMgr ] Will rerun task \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\" at [2018-10-08 13:18:11 -0400]\r\n[2018-10-08 13:17:56.595546 -0400][Debug ][File ] [0xd2ad56a0@root://cms-xrd-global.cern.ch:1094//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root] Open has returned with status [ERROR] Operation expired\r\n[2018-10-08 13:17:56.595592 -0400][Debug ][File ] [0xd2ad56a0@root://cms-xrd-global.cern.ch:1094//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root] Error while opening at xrootd-redic.pi.infn.it:1094: [ERROR] Operation expired\r\nroot://cms-xrd-global.cern.ch//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root\r\ndata (\u003cstatus: 1, code: 206, errno: 0, message: '[ERROR] Operation expired', shellcode: 52, error: True, fatal: False, ok: False\u003e, None)\r\n[2018-10-08 13:17:56.605292 -0400][Debug ][JobMgr ] Stopping the job manager...\r\n[2018-10-08 13:17:56.605336 -0400][Dump ][JobMgr ] Stopping worker #0...\r\n[2018-10-08 13:17:56.605556 -0400][Dump ][JobMgr ] Worker #0 stopped\r\n[2018-10-08 13:17:56.605575 -0400][Dump ][JobMgr ] Stopping worker #1...\r\n[2018-10-08 13:17:56.605660 -0400][Dump ][JobMgr ] Worker #1 stopped\r\n[2018-10-08 13:17:56.605670 -0400][Dump ][JobMgr ] Stopping worker #2...\r\n[2018-10-08 13:17:56.605711 -0400][Dump ][JobMgr ] Worker #2 stopped\r\n[2018-10-08 13:17:56.605720 -0400][Debug ][JobMgr ] Job manager stopped\r\n[2018-10-08 13:17:56.605739 -0400][Debug ][TaskMgr ] Stopping the task manager...\r\n[2018-10-08 13:17:56.605893 -0400][Debug ][TaskMgr ] Task manager stopped\r\n[2018-10-08 13:17:56.605904 -0400][Debug ][Poller ] Stopping the poller...\r\n[2018-10-08 13:17:56.606015 -0400][Debug ][TaskMgr ] Requesting unregistration of: \"TickGeneratorTask for: cms-xrd-global.cern.ch:1094\"\r\n[2018-10-08 13:17:56.606031 -0400][Debug ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Closing the socket\r\n[2018-10-08 13:17:56.606042 -0400][Debug ][Poller ] \u003c[::ffff:198.30.88.250]:54796\u003e\u003c--\u003e\u003c[::ffff:188.184.67.41]:1094\u003e Removing socket from the poller\r\n[2018-10-08 13:17:56.606113 -0400][Debug ][PostMaster ] [cms-xrd-global.cern.ch:1094 #0] Destroying stream\r\n[2018-10-08 13:17:56.606135 -0400][Debug ][AsyncSock ] [cms-xrd-global.cern.ch:1094 #0.0] Closing the socket\r\n[2018-10-08 13:17:56.606158 -0400][Debug ][TaskMgr ] Requesting unregistration of: \"TickGeneratorTask for: xrootd-cms-redir-01.cr.cnaf.infn.it:1094\"\r\n[2018-10-08 13:17:56.606167 -0400][Debug ][AsyncSock ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Closing the socket\r\n[2018-10-08 13:17:56.606176 -0400][Debug ][PostMaster ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0] Destroying stream\r\n[2018-10-08 13:17:56.606183 -0400][Debug ][AsyncSock ] [xrootd-cms-redir-01.cr.cnaf.infn.it:1094 #0.0] Closing the socket\r\n[2018-10-08 13:17:56.606194 -0400][Debug ][TaskMgr ] Requesting unregistration of: \"TickGeneratorTask for: xrootd-redic.pi.infn.it:1094\"\r\n[2018-10-08 13:17:56.606202 -0400][Debug ][AsyncSock ] [xrootd-redic.pi.infn.it:1094 #0.0] Closing the socket\r\n[2018-10-08 13:17:56.606211 -0400][Debug ][Poller ] \u003cx\u003e\u003c--\u003e\u003cx\u003e Removing socket from the poller\r\n[2018-10-08 13:17:56.606231 -0400][Debug ][PostMaster ] [xrootd-redic.pi.infn.it:1094 #0] Destroying stream\r\n[2018-10-08 13:17:56.606239 -0400][Debug ][AsyncSock ] [xrootd-redic.pi.infn.it:1094 #0.0] Closing the socket\r\n[2018-10-08 13:17:56.606249 -0400][Debug ][TaskMgr ] Requesting unregistration of: \"TickGeneratorTask for: xrootd.ba.infn.it:1094\"\r\n[2018-10-08 13:17:56.606256 -0400][Debug ][AsyncSock ] [xrootd.ba.infn.it:1094 #0.0] Closing the socket\r\n[2018-10-08 13:17:56.606264 -0400][Debug ][PostMaster ] [xrootd.ba.infn.it:1094 #0] Destroying stream\r\n[2018-10-08 13:17:56.606271 -0400][Debug ][AsyncSock ] [xrootd.ba.infn.it:1094 #0.0] Closing the socket\r\n\r\n```\r\n\r\nand the result is the same\r\n```\r\n[2018-10-08 13:17:56.595592 -0400][Debug ][File ] [0xd2ad56a0@root://cms-xrd-global.cern.ch:1094//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root] Error while opening at xrootd-redic.pi.infn.it:1094: [ERROR] Operation expired\r\nroot://cms-xrd-global.cern.ch//store/data/Run2018C/Tau/NANOAOD/14Sep2018_ver3-v1/60000/6FA4CC7C-8982-DE4C-BEED-C90413312B35.root\r\ndata (\u003cstatus: 1, code: 206, errno: 0, message: '[ERROR] Operation expired', shellcode: 52, error: True, fatal: False, ok: False\u003e, None)\r\n```"}],"action":{"name":"View Issue","url":"https://github.com/xrootd/xrootd/issues/836#issuecomment-427918777"}}} [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/xrootd/xrootd/issues/836#issuecomment-427918777", "url": "https://github.com/xrootd/xrootd/issues/836#issuecomment-427918777", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } }, { "@type": "MessageCard", "@context": "http://schema.org/extensions", "hideOriginalBody": "false", "originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB", "title": "Re: [xrootd/xrootd] python client hangs forever (#836)", "sections": [ { "text": "", "activityTitle": "**Valentin Kuznetsov**", "activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png", "activitySubtitle": "@vkuznet", "facts": [ ] } ], "potentialAction": [ { "name": "Add a comment", "@type": "ActionCard", "inputs": [ { "isMultiLine": true, "@type": "TextInput", "id": "IssueComment", "isRequired": false } ], "actions": [ { "name": "Comment", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"xrootd/xrootd\",\n\"issueId\": 836,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}" } ] }, { "name": "Close issue", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"xrootd/xrootd\",\n\"issueId\": 836\n}" }, { "targets": [ { "os": "default", "uri": "https://github.com/xrootd/xrootd/issues/836#issuecomment-427918777" } ], "@type": "OpenUri", "name": "View on GitHub" }, { "name": "Unsubscribe", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 388716542\n}" } ], "themeColor": "26292E" } ]

Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1