Print

Print


yes, I removed timeout argument from the call. Here is a code now:
```
#!/usr/bin/env python
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, I tried different redirectors.

My suspicious it is related to the node iptables settings, the node is on a
Internet2 and may be some settings should be applied to make requests pass
through. But I don't know what xrootd requires (if any).


On  0, Brian P Bockelman <[log in to unmask]> wrote:
> Hi @vkuznet -
> 
> For the last log snippet, can you confirm that you decreased the timeout value to be below the amount of time you waited?  It wasn't clear from your response whether this was so.
> 
> Brian
> 
> -- 
> You are receiving this because you were mentioned.
> Reply to this email directly or view it on GitHub:
> https://github.com/xrootd/xrootd/issues/836#issuecomment-427862413


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

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