Print

Print


Hello,

I installed xrootd v5.4.2 on an Azure VM and started the server exporting the path `/home/azureuser/storage/`. Then, from my laptop I can use xrdcp to copy files from the server and can also do (at least) xrdfs' stat (both file and directory), mkdir and mv.

ls however does not seem to work properly: I can list a specific file (i.e /home/azureuser/storage/file1) but not a directory (i.e /home/azureuser/storage), it seems to hang without returning anything. I enabled verbose logs on the client with `export XRD_LOGLEVEL=Dump`:

`
[2022-04-22 12:50:31.549273 +0000][Debug  ][Utility           ] Initializing xrootd client version: v5.4.2
[2022-04-22 12:50:31.549532 +0000][Debug  ][Utility           ] Unable to process user config file: [ERROR] OS Error: no such file or directory
[2022-04-22 12:50:31.549685 +0000][Debug  ][PlugInMgr         ] Initializing plug-in manager...
[2022-04-22 12:50:31.549701 +0000][Debug  ][PlugInMgr         ] No default plug-in, loading plug-in configs...
[2022-04-22 12:50:31.549710 +0000][Debug  ][PlugInMgr         ] Processing plug-in definitions in /etc/xrootd/client.plugins.d...
[2022-04-22 12:50:31.549780 +0000][Debug  ][PlugInMgr         ] Processing plug-in definitions in /root/.xrootd/client.plugins.d...
[2022-04-22 12:50:31.549798 +0000][Debug  ][PlugInMgr         ] Unable to process directory /root/.xrootd/client.plugins.d: [ERROR] OS Error: no such file or directory
[2022-04-22 12:50:31.550878 +0000][Dump   ][Utility           ] URL: xroot://104.43.192.83:1094
[2022-04-22 12:50:31.550878 +0000][Dump   ][Utility           ] Protocol:  xroot
[2022-04-22 12:50:31.550878 +0000][Dump   ][Utility           ] User Name: 
[2022-04-22 12:50:31.550878 +0000][Dump   ][Utility           ] Password:  
[2022-04-22 12:50:31.550878 +0000][Dump   ][Utility           ] Host Name: 104.43.192.83
[2022-04-22 12:50:31.550878 +0000][Dump   ][Utility           ] Port:      1094
[2022-04-22 12:50:31.550878 +0000][Dump   ][Utility           ] Path:      
[2022-04-22 12:50:31.550919 +0000][Dump   ][Utility           ] URL: xroot://104.43.192.83:1094/
[2022-04-22 12:50:31.550919 +0000][Dump   ][Utility           ] Protocol:  xroot
[2022-04-22 12:50:31.550919 +0000][Dump   ][Utility           ] User Name: 
[2022-04-22 12:50:31.550919 +0000][Dump   ][Utility           ] Password:  
[2022-04-22 12:50:31.550919 +0000][Dump   ][Utility           ] Host Name: 104.43.192.83
[2022-04-22 12:50:31.550919 +0000][Dump   ][Utility           ] Port:      1094
[2022-04-22 12:50:31.550919 +0000][Dump   ][Utility           ] Path:      
[2022-04-22 12:50:31.550939 +0000][Dump   ][Utility           ] URL: xroot://104.43.192.83:1094/
[2022-04-22 12:50:31.550939 +0000][Dump   ][Utility           ] Protocol:  xroot
[2022-04-22 12:50:31.550939 +0000][Dump   ][Utility           ] User Name: 
[2022-04-22 12:50:31.550939 +0000][Dump   ][Utility           ] Password:  
[2022-04-22 12:50:31.550939 +0000][Dump   ][Utility           ] Host Name: 104.43.192.83
[2022-04-22 12:50:31.550939 +0000][Dump   ][Utility           ] Port:      1094
[2022-04-22 12:50:31.550939 +0000][Dump   ][Utility           ] Path:      
[2022-04-22 12:50:31.550958 +0000][Dump   ][Utility           ] URL: xroot://104.43.192.83:1094/
[2022-04-22 12:50:31.550958 +0000][Dump   ][Utility           ] Protocol:  xroot
[2022-04-22 12:50:31.550958 +0000][Dump   ][Utility           ] User Name: 
[2022-04-22 12:50:31.550958 +0000][Dump   ][Utility           ] Password:  
[2022-04-22 12:50:31.550958 +0000][Dump   ][Utility           ] Host Name: 104.43.192.83
[2022-04-22 12:50:31.550958 +0000][Dump   ][Utility           ] Port:      1094
[2022-04-22 12:50:31.550958 +0000][Dump   ][Utility           ] Path:      
[2022-04-22 12:50:31.550990 +0000][Debug  ][App               ] Executing: ls /storage/ 
[2022-04-22 12:50:31.550998 +0000][Dump   ][App               ] Param #00: 'ls'
[2022-04-22 12:50:31.551004 +0000][Dump   ][App               ] Param #01: '/storage/'
[2022-04-22 12:50:31.551013 +0000][Debug  ][App               ] Attempting to stat: /storage/
[2022-04-22 12:50:31.551046 +0000][Dump   ][FileSystem        ] [[log in to unmask]:1094] Sending kXR_stat (path: /storage/, flags: none)
[2022-04-22 12:50:31.551067 +0000][Debug  ][Utility           ] Env: trying to get a non-existent string entry: pollerpreference
[2022-04-22 12:50:31.551081 +0000][Debug  ][Poller            ] Available pollers: built-in
[2022-04-22 12:50:31.551087 +0000][Debug  ][Poller            ] Attempting to create a poller according to preference: built-in
[2022-04-22 12:50:31.551094 +0000][Debug  ][Poller            ] Creating poller: built-in
[2022-04-22 12:50:31.551112 +0000][Debug  ][Poller            ] Creating and starting the built-in poller...
[2022-04-22 12:50:31.551288 +0000][Debug  ][Poller            ] Using 1 poller threads
[2022-04-22 12:50:31.551309 +0000][Debug  ][TaskMgr           ] Starting the task manager...
[2022-04-22 12:50:31.551353 +0000][Debug  ][TaskMgr           ] Task manager started
[2022-04-22 12:50:31.551374 +0000][Debug  ][JobMgr            ] Starting the job manager...
[2022-04-22 12:50:31.551497 +0000][Debug  ][JobMgr            ] Job manager started, 3 workers
[2022-04-22 12:50:31.551511 +0000][Debug  ][TaskMgr           ] Registering task: "FileTimer task" to be run at: [2022-04-22 12:50:31 +0000]
[2022-04-22 12:50:31.551520 +0000][Dump   ][XRootD            ] [104.43.192.83:1094] Sending message kXR_stat (path: /storage/, flags: none)
[2022-04-22 12:50:31.551540 +0000][Debug  ][ExDbgMsg          ] [104.43.192.83:1094] MsgHandler created: 0xfa2d80 (message: kXR_stat (path: /storage/, flags: none) ).
[2022-04-22 12:50:31.551573 +0000][Dump   ][Utility           ] URL: 104.43.192.83:1094
[2022-04-22 12:50:31.551573 +0000][Dump   ][Utility           ] Protocol:  root
[2022-04-22 12:50:31.551573 +0000][Dump   ][Utility           ] User Name: 
[2022-04-22 12:50:31.551573 +0000][Dump   ][Utility           ] Password:  
[2022-04-22 12:50:31.551573 +0000][Dump   ][Utility           ] Host Name: 104.43.192.83
[2022-04-22 12:50:31.551573 +0000][Dump   ][Utility           ] Port:      1094
[2022-04-22 12:50:31.551573 +0000][Dump   ][Utility           ] Path:      
[2022-04-22 12:50:31.551601 +0000][Dump   ][Utility           ] URL: xroot://104.43.192.83:1094
[2022-04-22 12:50:31.551601 +0000][Dump   ][Utility           ] Protocol:  xroot
[2022-04-22 12:50:31.551601 +0000][Dump   ][Utility           ] User Name: 
[2022-04-22 12:50:31.551601 +0000][Dump   ][Utility           ] Password:  
[2022-04-22 12:50:31.551601 +0000][Dump   ][Utility           ] Host Name: 104.43.192.83
[2022-04-22 12:50:31.551601 +0000][Dump   ][Utility           ] Port:      1094
[2022-04-22 12:50:31.551601 +0000][Dump   ][Utility           ] Path:      
[2022-04-22 12:50:31.551619 +0000][Debug  ][PostMaster        ] Creating new channel to: xroot://104.43.192.83:1094
[2022-04-22 12:50:31.551640 +0000][Debug  ][PostMaster        ] [104.43.192.83:1094] Stream parameters: Network Stack: IPAuto, Connection Window: 120, ConnectionRetry: 5, Stream Error Window: 1800
[2022-04-22 12:50:31.551658 +0000][Debug  ][TaskMgr           ] Registering task: "TickGeneratorTask for: xroot://104.43.192.83:1094" to be run at: [2022-04-22 12:50:46 +0000]
[2022-04-22 12:50:31.551671 +0000][Dump   ][PostMaster        ] [104.43.192.83:1094] Sending message kXR_stat (path: /storage/, flags: none) (0xf9e8c0) through substream 0 expecting answer at 0
[2022-04-22 12:50:31.551706 +0000][Debug  ][PostMaster        ] [104.43.192.83:1094] Found 1 address(es): [::ffff:104.43.192.83]:1094
[2022-04-22 12:50:31.551737 +0000][Debug  ][AsyncSock         ] [104.43.192.83:1094.0] Attempting connection to [::ffff:104.43.192.83]:1094
[2022-04-22 12:50:31.551826 +0000][Debug  ][Poller            ] Adding socket 0xfa3890 to the poller
[2022-04-22 12:50:31.761365 +0000][Debug  ][AsyncSock         ] [104.43.192.83:1094.0] Async connection call returned
[2022-04-22 12:50:31.761511 +0000][Debug  ][XRootDTransport   ] [104.43.192.83:1094.0] Sending out the initial hand shake + kXR_protocol
[2022-04-22 12:50:31.761633 +0000][Dump   ][AsyncSock         ] [104.43.192.83:1094.0] Wrote a message:  (0xbc000950), 44 bytes
[2022-04-22 12:50:31.966069 +0000][Dump   ][XRootDTransport   ] [msg: 0xbc000ab0] Expecting 8 bytes of message body
[2022-04-22 12:50:31.966155 +0000][Dump   ][AsyncSock         ] [104.43.192.83:1094.0] Received message header, size: 8
[2022-04-22 12:50:31.966192 +0000][Dump   ][AsyncSock         ] [104.43.192.83:1094.0] Received a message of 16 bytes
[2022-04-22 12:50:31.966226 +0000][Debug  ][XRootDTransport   ] [104.43.192.83:1094.0] Got the server hand shake response (type: server [], protocol version 510)
[2022-04-22 12:50:31.966308 +0000][Dump   ][XRootDTransport   ] [msg: 0xbc000ab0] Expecting 8 bytes of message body
[2022-04-22 12:50:31.966334 +0000][Dump   ][AsyncSock         ] [104.43.192.83:1094.0] Received message header, size: 8
[2022-04-22 12:50:31.966360 +0000][Dump   ][AsyncSock         ] [104.43.192.83:1094.0] Received a message of 16 bytes
[2022-04-22 12:50:31.966395 +0000][Debug  ][XRootDTransport   ] [104.43.192.83:1094.0] kXR_protocol successful (type: server [], protocol version 510)
[2022-04-22 12:50:31.966766 +0000][Debug  ][XRootDTransport   ] [104.43.192.83:1094.0] Sending out kXR_login request, username: root, cgi: ?xrd.cc=us&xrd.tz=0&xrd.appname=xrdfs&xrd.info=&xrd.hostname=c4fcbe06b173&xrd.rn=v5.4.2, dual-stack: false, private IPv4: true, private IPv6: false
[2022-04-22 12:50:31.966857 +0000][Dump   ][AsyncSock         ] [104.43.192.83:1094.0] Wrote a message:  (0xbc000bd0), 111 bytes
[2022-04-22 12:50:32.172938 +0000][Dump   ][XRootDTransport   ] [msg: 0xbc000ab0] Expecting 16 bytes of message body
[2022-04-22 12:50:32.173171 +0000][Dump   ][AsyncSock         ] [104.43.192.83:1094.0] Received message header, size: 8
[2022-04-22 12:50:32.173212 +0000][Dump   ][AsyncSock         ] [104.43.192.83:1094.0] Received a message of 24 bytes
[2022-04-22 12:50:32.173268 +0000][Debug  ][XRootDTransport   ] [104.43.192.83:1094.0] Logged in, session: 14000000203d00001600000014000000
[2022-04-22 12:50:32.173353 +0000][Debug  ][PostMaster        ] [104.43.192.83:1094] Stream 0 connected.
[2022-04-22 12:50:32.173411 +0000][Debug  ][Utility           ] Monitor library name not set. No monitoring
[2022-04-22 12:50:32.173503 +0000][Dump   ][AsyncSock         ] [104.43.192.83:1094.0] Wrote a message: kXR_stat (path: /storage/, flags: none) (0xf9e8c0), 33 bytes
[2022-04-22 12:50:32.173617 +0000][Dump   ][AsyncSock         ] [104.43.192.83:1094.0] Successfully sent message: kXR_stat (path: /storage/, flags: none) (0xf9e8c0).
[2022-04-22 12:50:32.173653 +0000][Dump   ][XRootD            ] [104.43.192.83:1094] Message kXR_stat (path: /storage/, flags: none) has been successfully sent.
[2022-04-22 12:50:32.173678 +0000][Debug  ][ExDbgMsg          ] [104.43.192.83:1094] Moving MsgHandler: 0xfa2d80 (message: kXR_stat (path: /storage/, flags: none) ) from out-queu to in-queue.
[2022-04-22 12:50:32.173708 +0000][Dump   ][PostMaster        ] [104.43.192.83:1094.0] All messages consumed, disable uplink
[2022-04-22 12:50:32.303347 +0000][Dump   ][XRootDTransport   ] [msg: 0xbc000bb8] Expecting 73 bytes of message body
[2022-04-22 12:50:32.303444 +0000][Dump   ][AsyncSock         ] [104.43.192.83:1094.0] Received message header for 0xbc000bb8 size: 8
[2022-04-22 12:50:32.303503 +0000][Dump   ][AsyncSock         ] [104.43.192.83:1094.0] Received message 0xbc000bb8 of 81 bytes
[2022-04-22 12:50:32.303535 +0000][Dump   ][PostMaster        ] [104.43.192.83:1094] Handling received message: 0xbc000bb8.
[2022-04-22 12:50:32.303785 +0000][Dump   ][XRootD            ] [104.43.192.83:1094] Got a kXR_ok response to request kXR_stat (path: /storage/, flags: none)
[2022-04-22 12:50:32.303875 +0000][Debug  ][ExDbgMsg          ] [104.43.192.83:1094] Calling MsgHandler: 0xfa2d80 (message: kXR_stat (path: /storage/, flags: none) ) with status: [SUCCESS] .
[2022-04-22 12:50:32.303915 +0000][Dump   ][XRootD            ] [104.43.192.83:1094] Parsing the response to kXR_stat (path: /storage/, flags: none) as StatInfo: 145355402832250882 18 19 1650630381 1650630381 1650630386 0755 root root
[2022-04-22 12:50:32.303968 +0000][Dump   ][FileSystem        ] [[log in to unmask]:1094] Assigning 104.43.192.83:1094 as last URL
[2022-04-22 12:50:32.304018 +0000][Debug  ][ExDbgMsg          ] [104.43.192.83:1094] Destroying MsgHandler: 0xfa2d80.
[2022-04-22 12:50:32.304087 +0000][Debug  ][App               ] Attempting to list: /storage/
[2022-04-22 12:50:32.304191 +0000][Dump   ][FileSystem        ] [[log in to unmask]:1094] Sending kXR_locate (path: */storage/, flags: kXR_prefname kXR_compress )
[2022-04-22 12:50:32.304219 +0000][Dump   ][XRootD            ] [104.43.192.83:1094] Sending message kXR_locate (path: */storage/, flags: kXR_prefname kXR_compress )
[2022-04-22 12:50:32.304281 +0000][Debug  ][ExDbgMsg          ] [104.43.192.83:1094] MsgHandler created: 0xfa4210 (message: kXR_locate (path: */storage/, flags: kXR_prefname kXR_compress ) ).
[2022-04-22 12:50:32.304319 +0000][Dump   ][PostMaster        ] [104.43.192.83:1094] Sending message kXR_locate (path: */storage/, flags: kXR_prefname kXR_compress ) (0xf9eec0) through substream 0 expecting answer at 0
[2022-04-22 12:50:32.304464 +0000][Dump   ][AsyncSock         ] [104.43.192.83:1094.0] Wrote a message: kXR_locate (path: */storage/, flags: kXR_prefname kXR_compress ) (0xf9eec0), 34 bytes
[2022-04-22 12:50:32.304663 +0000][Dump   ][AsyncSock         ] [104.43.192.83:1094.0] Successfully sent message: kXR_locate (path: */storage/, flags: kXR_prefname kXR_compress ) (0xf9eec0).
[2022-04-22 12:50:32.304705 +0000][Dump   ][XRootD            ] [104.43.192.83:1094] Message kXR_locate (path: */storage/, flags: kXR_prefname kXR_compress ) has been successfully sent.
[2022-04-22 12:50:32.304727 +0000][Debug  ][ExDbgMsg          ] [104.43.192.83:1094] Moving MsgHandler: 0xfa4210 (message: kXR_locate (path: */storage/, flags: kXR_prefname kXR_compress ) ) from out-queu to in-queue.
[2022-04-22 12:50:32.304750 +0000][Dump   ][PostMaster        ] [104.43.192.83:1094.0] All messages consumed, disable uplink
[2022-04-22 12:50:32.479938 +0000][Dump   ][XRootDTransport   ] [msg: 0xbc000bb8] Expecting 20 bytes of message body
[2022-04-22 12:50:32.480026 +0000][Dump   ][AsyncSock         ] [104.43.192.83:1094.0] Received message header for 0xbc000bb8 size: 8
[2022-04-22 12:50:32.480069 +0000][Dump   ][AsyncSock         ] [104.43.192.83:1094.0] Received message 0xbc000bb8 of 28 bytes
[2022-04-22 12:50:32.480094 +0000][Dump   ][PostMaster        ] [104.43.192.83:1094] Handling received message: 0xbc000bb8.
[2022-04-22 12:50:32.480271 +0000][Dump   ][XRootD            ] [104.43.192.83:1094] Got a kXR_ok response to request kXR_locate (path: */storage/, flags: kXR_prefname kXR_compress )
[2022-04-22 12:50:32.480341 +0000][Debug  ][ExDbgMsg          ] [104.43.192.83:1094] Calling MsgHandler: 0xfa4210 (message: kXR_locate (path: */storage/, flags: kXR_prefname kXR_compress ) ) with status: [SUCCESS] .
[2022-04-22 12:50:32.480369 +0000][Dump   ][XRootD            ] [104.43.192.83:1094] Parsing the response to kXR_locate (path: */storage/, flags: kXR_prefname kXR_compress ) as LocateInfo: Sw[::10.0.0.4]:1094
[2022-04-22 12:50:32.480409 +0000][Dump   ][FileSystem        ] [[log in to unmask]:1094] Assigning 104.43.192.83:1094 as last URL
[2022-04-22 12:50:32.480436 +0000][Dump   ][FileSystem        ] [0xf9ee50@DeepLocate(*/storage/)] Got 1 locations
[2022-04-22 12:50:32.480481 +0000][Debug  ][ExDbgMsg          ] [104.43.192.83:1094] Destroying MsgHandler: 0xfa4210.
[2022-04-22 12:50:32.480618 +0000][Dump   ][Utility           ] URL: [::10.0.0.4]:1094
[2022-04-22 12:50:32.480618 +0000][Dump   ][Utility           ] Protocol:  root
[2022-04-22 12:50:32.480618 +0000][Dump   ][Utility           ] User Name: 
[2022-04-22 12:50:32.480618 +0000][Dump   ][Utility           ] Password:  
[2022-04-22 12:50:32.480618 +0000][Dump   ][Utility           ] Host Name: 10.0.0.4
[2022-04-22 12:50:32.480618 +0000][Dump   ][Utility           ] Port:      1094
[2022-04-22 12:50:32.480618 +0000][Dump   ][Utility           ] Path:      
[2022-04-22 12:50:32.480725 +0000][Dump   ][Utility           ] URL: xroot://10.0.0.4:1094/
[2022-04-22 12:50:32.480725 +0000][Dump   ][Utility           ] Protocol:  xroot
[2022-04-22 12:50:32.480725 +0000][Dump   ][Utility           ] User Name: 
[2022-04-22 12:50:32.480725 +0000][Dump   ][Utility           ] Password:  
[2022-04-22 12:50:32.480725 +0000][Dump   ][Utility           ] Host Name: 10.0.0.4
[2022-04-22 12:50:32.480725 +0000][Dump   ][Utility           ] Port:      1094
[2022-04-22 12:50:32.480725 +0000][Dump   ][Utility           ] Path:      
[2022-04-22 12:50:32.480783 +0000][Dump   ][Utility           ] URL: xroot://10.0.0.4:1094/
[2022-04-22 12:50:32.480783 +0000][Dump   ][Utility           ] Protocol:  xroot
[2022-04-22 12:50:32.480783 +0000][Dump   ][Utility           ] User Name: 
[2022-04-22 12:50:32.480783 +0000][Dump   ][Utility           ] Password:  
[2022-04-22 12:50:32.480783 +0000][Dump   ][Utility           ] Host Name: 10.0.0.4
[2022-04-22 12:50:32.480783 +0000][Dump   ][Utility           ] Port:      1094
[2022-04-22 12:50:32.480783 +0000][Dump   ][Utility           ] Path:      
[2022-04-22 12:50:32.480876 +0000][Dump   ][Utility           ] URL: xroot://10.0.0.4:1094/
[2022-04-22 12:50:32.480876 +0000][Dump   ][Utility           ] Protocol:  xroot
[2022-04-22 12:50:32.480876 +0000][Dump   ][Utility           ] User Name: 
[2022-04-22 12:50:32.480876 +0000][Dump   ][Utility           ] Password:  
[2022-04-22 12:50:32.480876 +0000][Dump   ][Utility           ] Host Name: 10.0.0.4
[2022-04-22 12:50:32.480876 +0000][Dump   ][Utility           ] Port:      1094
[2022-04-22 12:50:32.480876 +0000][Dump   ][Utility           ] Path:      
[2022-04-22 12:50:32.480947 +0000][Dump   ][Utility           ] URL: /storage/
[2022-04-22 12:50:32.480947 +0000][Dump   ][Utility           ] Protocol:  file
[2022-04-22 12:50:32.480947 +0000][Dump   ][Utility           ] User Name: 
[2022-04-22 12:50:32.480947 +0000][Dump   ][Utility           ] Password:  
[2022-04-22 12:50:32.480947 +0000][Dump   ][Utility           ] Host Name: localhost
[2022-04-22 12:50:32.480947 +0000][Dump   ][Utility           ] Port:      1094
[2022-04-22 12:50:32.480947 +0000][Dump   ][Utility           ] Path:      /storage
[2022-04-22 12:50:32.481004 +0000][Dump   ][FileSystem        ] [[log in to unmask]:1094] Sending kXR_dirlist (path: /storage/)
[2022-04-22 12:50:32.481028 +0000][Dump   ][XRootD            ] [10.0.0.4:1094] Sending message kXR_dirlist (path: /storage/)
[2022-04-22 12:50:32.481062 +0000][Debug  ][ExDbgMsg          ] [10.0.0.4:1094] MsgHandler created: 0xfa43b0 (message: kXR_dirlist (path: /storage/) ).
[2022-04-22 12:50:32.481116 +0000][Dump   ][Utility           ] URL: 10.0.0.4:1094
[2022-04-22 12:50:32.481116 +0000][Dump   ][Utility           ] Protocol:  root
[2022-04-22 12:50:32.481116 +0000][Dump   ][Utility           ] User Name: 
[2022-04-22 12:50:32.481116 +0000][Dump   ][Utility           ] Password:  
[2022-04-22 12:50:32.481116 +0000][Dump   ][Utility           ] Host Name: 10.0.0.4
[2022-04-22 12:50:32.481116 +0000][Dump   ][Utility           ] Port:      1094
[2022-04-22 12:50:32.481116 +0000][Dump   ][Utility           ] Path:      
[2022-04-22 12:50:32.481200 +0000][Dump   ][Utility           ] URL: xroot://10.0.0.4:1094
[2022-04-22 12:50:32.481200 +0000][Dump   ][Utility           ] Protocol:  xroot
[2022-04-22 12:50:32.481200 +0000][Dump   ][Utility           ] User Name: 
[2022-04-22 12:50:32.481200 +0000][Dump   ][Utility           ] Password:  
[2022-04-22 12:50:32.481200 +0000][Dump   ][Utility           ] Host Name: 10.0.0.4
[2022-04-22 12:50:32.481200 +0000][Dump   ][Utility           ] Port:      1094
[2022-04-22 12:50:32.481200 +0000][Dump   ][Utility           ] Path:      
[2022-04-22 12:50:32.481249 +0000][Debug  ][PostMaster        ] Creating new channel to: xroot://10.0.0.4:1094
[2022-04-22 12:50:32.481308 +0000][Debug  ][PostMaster        ] [10.0.0.4:1094] Stream parameters: Network Stack: IPAuto, Connection Window: 120, ConnectionRetry: 5, Stream Error Window: 1800
[2022-04-22 12:50:32.481351 +0000][Debug  ][TaskMgr           ] Registering task: "TickGeneratorTask for: xroot://10.0.0.4:1094" to be run at: [2022-04-22 12:50:47 +0000]
[2022-04-22 12:50:32.481383 +0000][Dump   ][PostMaster        ] [10.0.0.4:1094] Sending message kXR_dirlist (path: /storage/) (0xfa4280) through substream 0 expecting answer at 0
[2022-04-22 12:50:32.481438 +0000][Debug  ][PostMaster        ] [10.0.0.4:1094] Found 1 address(es): [::ffff:10.0.0.4]:1094
[2022-04-22 12:50:32.481514 +0000][Debug  ][AsyncSock         ] [10.0.0.4:1094.0] Attempting connection to [::ffff:10.0.0.4]:1094
[2022-04-22 12:50:32.481680 +0000][Debug  ][Poller            ] Adding socket 0xfa2f40 to the poller
[2022-04-22 12:50:32.551582 +0000][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2022-04-22 12:50:32.551704 +0000][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2022-04-22 12:50:47 +0000]
[2022-04-22 12:50:46.553730 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://104.43.192.83:1094"
[2022-04-22 12:50:46.553822 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://104.43.192.83:1094" at [2022-04-22 12:51:01 +0000]
[2022-04-22 12:50:47.492719 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 15 seconds, TTL: 300, allocated SIDs: 0, open files: 0, bound file objects: 0
[2022-04-22 12:50:47.492831 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 15 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2022-04-22 12:50:32 +0000
[2022-04-22 12:50:47.556693 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://10.0.0.4:1094"
[2022-04-22 12:50:47.556813 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://10.0.0.4:1094" at [2022-04-22 12:51:02 +0000]
[2022-04-22 12:50:47.556840 +0000][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2022-04-22 12:50:47.556865 +0000][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2022-04-22 12:51:02 +0000]
[2022-04-22 12:51:01.558741 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://104.43.192.83:1094"
[2022-04-22 12:51:01.558872 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://104.43.192.83:1094" at [2022-04-22 12:51:16 +0000]
[2022-04-22 12:51:02.504599 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 30 seconds, TTL: 300, allocated SIDs: 0, open files: 0, bound file objects: 0
[2022-04-22 12:51:02.504705 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 30 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2022-04-22 12:50:32 +0000
[2022-04-22 12:51:02.559081 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://10.0.0.4:1094"
[2022-04-22 12:51:02.559198 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://10.0.0.4:1094" at [2022-04-22 12:51:17 +0000]
[2022-04-22 12:51:02.559224 +0000][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2022-04-22 12:51:02.559250 +0000][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2022-04-22 12:51:17 +0000]
[2022-04-22 12:51:16.561433 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://104.43.192.83:1094"
[2022-04-22 12:51:16.561559 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://104.43.192.83:1094" at [2022-04-22 12:51:31 +0000]
[2022-04-22 12:51:17.516648 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 45 seconds, TTL: 300, allocated SIDs: 0, open files: 0, bound file objects: 0
[2022-04-22 12:51:17.516727 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 45 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2022-04-22 12:50:32 +0000
[2022-04-22 12:51:17.561761 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://10.0.0.4:1094"
[2022-04-22 12:51:17.561876 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://10.0.0.4:1094" at [2022-04-22 12:51:32 +0000]
[2022-04-22 12:51:17.561901 +0000][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2022-04-22 12:51:17.561926 +0000][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2022-04-22 12:51:32 +0000]
[2022-04-22 12:51:31.564329 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://104.43.192.83:1094"
[2022-04-22 12:51:31.564448 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://104.43.192.83:1094" at [2022-04-22 12:51:46 +0000]
[2022-04-22 12:51:32.524725 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 60 seconds, TTL: 300, allocated SIDs: 0, open files: 0, bound file objects: 0
[2022-04-22 12:51:32.524829 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 60 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2022-04-22 12:50:32 +0000
[2022-04-22 12:51:32.564695 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://10.0.0.4:1094"
[2022-04-22 12:51:32.564808 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://10.0.0.4:1094" at [2022-04-22 12:51:47 +0000]
[2022-04-22 12:51:32.564833 +0000][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2022-04-22 12:51:32.564859 +0000][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2022-04-22 12:51:47 +0000]
[2022-04-22 12:51:46.567387 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://104.43.192.83:1094"
[2022-04-22 12:51:46.567513 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://104.43.192.83:1094" at [2022-04-22 12:52:01 +0000]
[2022-04-22 12:51:47.536706 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 75 seconds, TTL: 300, allocated SIDs: 0, open files: 0, bound file objects: 0
[2022-04-22 12:51:47.536811 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 75 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2022-04-22 12:50:32 +0000
[2022-04-22 12:51:47.567764 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://10.0.0.4:1094"
[2022-04-22 12:51:47.567881 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://10.0.0.4:1094" at [2022-04-22 12:52:02 +0000]
[2022-04-22 12:51:47.567907 +0000][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2022-04-22 12:51:47.567932 +0000][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2022-04-22 12:52:02 +0000]
[2022-04-22 12:52:01.570116 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://104.43.192.83:1094"
[2022-04-22 12:52:01.570238 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://104.43.192.83:1094" at [2022-04-22 12:52:16 +0000]
[2022-04-22 12:52:02.548590 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 90 seconds, TTL: 300, allocated SIDs: 0, open files: 0, bound file objects: 0
[2022-04-22 12:52:02.548634 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 90 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2022-04-22 12:50:32 +0000
[2022-04-22 12:52:02.570424 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://10.0.0.4:1094"
[2022-04-22 12:52:02.570477 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://10.0.0.4:1094" at [2022-04-22 12:52:17 +0000]
[2022-04-22 12:52:02.570486 +0000][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2022-04-22 12:52:02.570496 +0000][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2022-04-22 12:52:17 +0000]
[2022-04-22 12:52:16.573199 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://104.43.192.83:1094"
[2022-04-22 12:52:16.573319 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://104.43.192.83:1094" at [2022-04-22 12:52:31 +0000]
[2022-04-22 12:52:17.560718 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 105 seconds, TTL: 300, allocated SIDs: 0, open files: 0, bound file objects: 0
[2022-04-22 12:52:17.560819 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 105 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2022-04-22 12:50:32 +0000
[2022-04-22 12:52:17.573571 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://10.0.0.4:1094"
[2022-04-22 12:52:17.573725 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://10.0.0.4:1094" at [2022-04-22 12:52:32 +0000]
[2022-04-22 12:52:17.573754 +0000][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2022-04-22 12:52:17.573780 +0000][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2022-04-22 12:52:32 +0000]
[2022-04-22 12:52:31.576474 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://104.43.192.83:1094"
[2022-04-22 12:52:31.576644 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://104.43.192.83:1094" at [2022-04-22 12:52:46 +0000]
[2022-04-22 12:52:32.576048 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 120 seconds, TTL: 300, allocated SIDs: 0, open files: 0, bound file objects: 0
[2022-04-22 12:52:32.576151 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 120 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2022-04-22 12:50:32 +0000
[2022-04-22 12:52:32.576859 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://10.0.0.4:1094"
[2022-04-22 12:52:32.576968 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://10.0.0.4:1094" at [2022-04-22 12:52:47 +0000]
[2022-04-22 12:52:32.576994 +0000][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2022-04-22 12:52:32.577020 +0000][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2022-04-22 12:52:47 +0000]
[2022-04-22 12:52:43.564729 +0000][Debug  ][AsyncSock         ] [10.0.0.4:1094.0] Async connection call returned
[2022-04-22 12:52:43.564845 +0000][Error  ][AsyncSock         ] [10.0.0.4:1094.0] Unable to connect: connection timed out
[2022-04-22 12:52:43.564875 +0000][Debug  ][AsyncSock         ] [10.0.0.4:1094.0] Closing the socket
[2022-04-22 12:52:43.564906 +0000][Debug  ][Poller            ] <x><--><x> Removing socket from the poller
[2022-04-22 12:52:43.565003 +0000][Error  ][PostMaster        ] [10.0.0.4:1094] elapsed = 131, pConnectionWindow = 120 seconds.
[2022-04-22 12:52:43.565074 +0000][Debug  ][PostMaster        ] [10.0.0.4:1094] Found 1 address(es): [::ffff:10.0.0.4]:1094
[2022-04-22 12:52:43.565145 +0000][Debug  ][AsyncSock         ] [10.0.0.4:1094.0] Attempting connection to [::ffff:10.0.0.4]:1094
[2022-04-22 12:52:43.565316 +0000][Debug  ][Poller            ] Adding socket 0xfa2f40 to the poller
[2022-04-22 12:52:46.579704 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://104.43.192.83:1094"
[2022-04-22 12:52:46.579822 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://104.43.192.83:1094" at [2022-04-22 12:53:01 +0000]
[2022-04-22 12:52:47.569574 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 135 seconds, TTL: 300, allocated SIDs: 0, open files: 0, bound file objects: 0
[2022-04-22 12:52:47.569675 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 135 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2022-04-22 12:50:32 +0000
[2022-04-22 12:52:47.580069 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://10.0.0.4:1094"
[2022-04-22 12:52:47.580182 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://10.0.0.4:1094" at [2022-04-22 12:53:02 +0000]
[2022-04-22 12:52:47.580208 +0000][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2022-04-22 12:52:47.580234 +0000][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2022-04-22 12:53:02 +0000]
[2022-04-22 12:53:01.582901 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://104.43.192.83:1094"
[2022-04-22 12:53:01.583019 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://104.43.192.83:1094" at [2022-04-22 12:53:16 +0000]
[2022-04-22 12:53:02.583252 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://10.0.0.4:1094"
[2022-04-22 12:53:02.583398 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://10.0.0.4:1094" at [2022-04-22 12:53:17 +0000]
[2022-04-22 12:53:02.583427 +0000][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2022-04-22 12:53:02.583452 +0000][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2022-04-22 12:53:17 +0000]
[2022-04-22 12:53:02.584636 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 150 seconds, TTL: 300, allocated SIDs: 0, open files: 0, bound file objects: 0
[2022-04-22 12:53:02.584738 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 150 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2022-04-22 12:50:32 +0000
[2022-04-22 12:53:16.585908 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://104.43.192.83:1094"
[2022-04-22 12:53:16.586033 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://104.43.192.83:1094" at [2022-04-22 12:53:31 +0000]
[2022-04-22 12:53:17.586284 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://10.0.0.4:1094"
[2022-04-22 12:53:17.586397 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://10.0.0.4:1094" at [2022-04-22 12:53:32 +0000]
[2022-04-22 12:53:17.586423 +0000][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2022-04-22 12:53:17.586449 +0000][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2022-04-22 12:53:32 +0000]
[2022-04-22 12:53:17.596652 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 165 seconds, TTL: 300, allocated SIDs: 0, open files: 0, bound file objects: 0
[2022-04-22 12:53:17.596769 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 165 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2022-04-22 12:50:32 +0000
[2022-04-22 12:53:31.589006 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://104.43.192.83:1094"
[2022-04-22 12:53:31.589127 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://104.43.192.83:1094" at [2022-04-22 12:53:46 +0000]
[2022-04-22 12:53:32.589341 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://10.0.0.4:1094"
[2022-04-22 12:53:32.589457 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://10.0.0.4:1094" at [2022-04-22 12:53:47 +0000]
[2022-04-22 12:53:32.589482 +0000][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2022-04-22 12:53:32.589508 +0000][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2022-04-22 12:53:47 +0000]
[2022-04-22 12:53:32.608611 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 180 seconds, TTL: 300, allocated SIDs: 0, open files: 0, bound file objects: 0
[2022-04-22 12:53:32.608713 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 180 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2022-04-22 12:50:32 +0000
[2022-04-22 12:53:46.592274 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://104.43.192.83:1094"
[2022-04-22 12:53:46.592395 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://104.43.192.83:1094" at [2022-04-22 12:54:01 +0000]
[2022-04-22 12:53:47.592612 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://10.0.0.4:1094"
[2022-04-22 12:53:47.592732 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://10.0.0.4:1094" at [2022-04-22 12:54:02 +0000]
[2022-04-22 12:53:47.592758 +0000][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2022-04-22 12:53:47.592784 +0000][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2022-04-22 12:54:02 +0000]
[2022-04-22 12:53:47.620725 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 195 seconds, TTL: 300, allocated SIDs: 0, open files: 0, bound file objects: 0
[2022-04-22 12:53:47.620865 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 195 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2022-04-22 12:50:32 +0000
[2022-04-22 12:54:01.595011 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://104.43.192.83:1094"
[2022-04-22 12:54:01.595136 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://104.43.192.83:1094" at [2022-04-22 12:54:16 +0000]
[2022-04-22 12:54:02.595311 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://10.0.0.4:1094"
[2022-04-22 12:54:02.595421 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://10.0.0.4:1094" at [2022-04-22 12:54:17 +0000]
[2022-04-22 12:54:02.595447 +0000][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2022-04-22 12:54:02.595473 +0000][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2022-04-22 12:54:17 +0000]
[2022-04-22 12:54:02.634151 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 210 seconds, TTL: 300, allocated SIDs: 0, open files: 0, bound file objects: 0
[2022-04-22 12:54:02.634243 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 210 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2022-04-22 12:50:32 +0000
[2022-04-22 12:54:16.597352 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://104.43.192.83:1094"
[2022-04-22 12:54:16.597565 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://104.43.192.83:1094" at [2022-04-22 12:54:31 +0000]
[2022-04-22 12:54:17.597735 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://10.0.0.4:1094"
[2022-04-22 12:54:17.597927 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://10.0.0.4:1094" at [2022-04-22 12:54:32 +0000]
[2022-04-22 12:54:17.597982 +0000][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2022-04-22 12:54:17.598038 +0000][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2022-04-22 12:54:32 +0000]
[2022-04-22 12:54:17.644715 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 225 seconds, TTL: 300, allocated SIDs: 0, open files: 0, bound file objects: 0
[2022-04-22 12:54:17.644814 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 225 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2022-04-22 12:50:32 +0000
[2022-04-22 12:54:31.600182 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://104.43.192.83:1094"
[2022-04-22 12:54:31.600273 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://104.43.192.83:1094" at [2022-04-22 12:54:46 +0000]
[2022-04-22 12:54:32.600554 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://10.0.0.4:1094"
[2022-04-22 12:54:32.600672 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://10.0.0.4:1094" at [2022-04-22 12:54:47 +0000]
[2022-04-22 12:54:32.600697 +0000][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2022-04-22 12:54:32.600724 +0000][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2022-04-22 12:54:47 +0000]
[2022-04-22 12:54:32.660213 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 240 seconds, TTL: 300, allocated SIDs: 0, open files: 0, bound file objects: 0
[2022-04-22 12:54:32.660313 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 240 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2022-04-22 12:50:32 +0000
[2022-04-22 12:54:46.602718 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://104.43.192.83:1094"
[2022-04-22 12:54:46.602835 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://104.43.192.83:1094" at [2022-04-22 12:55:01 +0000]
[2022-04-22 12:54:47.603007 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://10.0.0.4:1094"
[2022-04-22 12:54:47.603129 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://10.0.0.4:1094" at [2022-04-22 12:55:02 +0000]
[2022-04-22 12:54:47.603161 +0000][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2022-04-22 12:54:47.603195 +0000][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2022-04-22 12:55:02 +0000]
[2022-04-22 12:54:47.672634 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 255 seconds, TTL: 300, allocated SIDs: 0, open files: 0, bound file objects: 0
[2022-04-22 12:54:47.672774 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 255 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2022-04-22 12:50:32 +0000
[2022-04-22 12:54:54.636736 +0000][Debug  ][AsyncSock         ] [10.0.0.4:1094.0] Async connection call returned
[2022-04-22 12:54:54.636849 +0000][Error  ][AsyncSock         ] [10.0.0.4:1094.0] Unable to connect: connection timed out
[2022-04-22 12:54:54.636877 +0000][Debug  ][AsyncSock         ] [10.0.0.4:1094.0] Closing the socket
[2022-04-22 12:54:54.636901 +0000][Debug  ][Poller            ] <x><--><x> Removing socket from the poller
[2022-04-22 12:54:54.637150 +0000][Error  ][PostMaster        ] [10.0.0.4:1094] elapsed = 131, pConnectionWindow = 120 seconds.
[2022-04-22 12:54:54.637269 +0000][Debug  ][PostMaster        ] [10.0.0.4:1094] Found 1 address(es): [::ffff:10.0.0.4]:1094
[2022-04-22 12:54:54.637349 +0000][Debug  ][AsyncSock         ] [10.0.0.4:1094.0] Attempting connection to [::ffff:10.0.0.4]:1094
[2022-04-22 12:54:54.637517 +0000][Debug  ][Poller            ] Adding socket 0xfa2f40 to the poller
[2022-04-22 12:55:01.605024 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://104.43.192.83:1094"
[2022-04-22 12:55:01.605149 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://104.43.192.83:1094" at [2022-04-22 12:55:16 +0000]
[2022-04-22 12:55:02.605266 +0000][Dump   ][TaskMgr           ] Running task: "TickGeneratorTask for: xroot://10.0.0.4:1094"
[2022-04-22 12:55:02.605337 +0000][Dump   ][TaskMgr           ] Will rerun task "TickGeneratorTask for: xroot://10.0.0.4:1094" at [2022-04-22 12:55:17 +0000]
[2022-04-22 12:55:02.605352 +0000][Dump   ][TaskMgr           ] Running task: "FileTimer task"
[2022-04-22 12:55:02.605366 +0000][Dump   ][TaskMgr           ] Will rerun task "FileTimer task" at [2022-04-22 12:55:17 +0000]
[2022-04-22 12:55:02.644723 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 270 seconds, TTL: 300, allocated SIDs: 0, open files: 0, bound file objects: 0
[2022-04-22 12:55:02.644829 +0000][Dump   ][XRootDTransport   ] [104.43.192.83:1094.0] Stream inactive since 270 seconds, stream timeout: 60, allocated SIDs: 0, wait barrier: 2022-04-22 12:50:32 +0000
`

Is this a problem with the client or server?

Thanks in advance. 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/issues/1687
You are receiving this because you are subscribed to this thread.

Message ID: <[log in to unmask]>

########################################################################
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