LISTSERV mailing list manager LISTSERV 16.5

Help for XROOTD-DEV Archives


XROOTD-DEV Archives

XROOTD-DEV Archives


XROOTD-DEV@LISTSERV.SLAC.STANFORD.EDU


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

XROOTD-DEV Home

XROOTD-DEV Home

XROOTD-DEV  October 2010

XROOTD-DEV October 2010

Subject:

Re: Voluminous XrdClient read errors seemingly related to security

From:

Lukasz Janyst <[log in to unmask]>

Date:

19 Oct 2010 11:11:19 +0200Tue, 19 Oct 2010 11:11:19 +0200

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (163 lines)

Ok, thanks for the info.

   Lukasz

On Tue, Oct 19, 2010 at 11:07 AM, Brian Bockelman <[log in to unmask]> wrote:
> Hi Lukasz,
>
> I don't think we were able to determine anything solid (besides it was broken...) - the CMSSW client is old, and it's not clear whether this bug exists in current versions.
>
> Brian
>
> On Oct 19, 2010, at 5:05 PM, Lukasz Janyst wrote:
>
>> Hi Brian, Andy,
>>
>>   I am back from holidays now. Is this issue closed?
>>
>> Cheers,
>>   Lukasz
>>
>> On Sat, Oct 9, 2010 at 12:11 AM, Brian Bockelman <[log in to unmask]> wrote:
>>>
>>> On Oct 8, 2010, at 4:54 PM, Andrew Hanushevsky wrote:
>>>
>>>> Hi Brian,
>>>>
>>>> One more thing, could you answer the following:
>>>> a) Client release being used,
>>>
>>> 20090727.1318
>>>
>>> This is the default for CMSSW.
>>>
>>>> b) Read cache size being used,
>>>
>>> Default for the release.
>>>
>>>> c) Read-ahead size being used.
>>>
>>> Default for the release.
>>>
>>> brian
>>>
>>>>
>>>> Andy
>>>>
>>>> On Fri, 8 Oct 2010, Brian Bockelman wrote:
>>>>
>>>>> Hi Andy,
>>>>>
>>>>> Is there a way to do that via ~/.rootrc?  I've only got a few limited hooks into the workload software itself - just ~/.rootrc and environment variables are at my disposal.
>>>>>
>>>>> Brian
>>>>>
>>>>> On Oct 8, 2010, at 3:23 PM, Andrew Hanushevsky wrote:
>>>>>
>>>>>> Hi Brian,
>>>>>>
>>>>>> I can look at this while Lukasz is taking some vacation. Your immediate bypass is to increase the connection timeout to something relatively large so this problem is not encountered to begin with (the assumption is that the closing of an idle connection and later reopening it triggers the problem). The variable name is "DataServerConn_ttl" (the current default is 5 minutes).
>>>>>>
>>>>>> Andy
>>>>>>
>>>>>> On Fri, 8 Oct 2010, Brian Bockelman wrote:
>>>>>>
>>>>>>> Hi Andy,
>>>>>>>
>>>>>>> Nope, this is a user analysis job running on EC2.  The job is ntuple-like and runs at about 1KHz.  So, each file takes about 2 minutes to process and the connection is trashed by the client in the "normal" manner after a few minutes.
>>>>>>>
>>>>>>> The sequence, as far as I can tell is:
>>>>>>>
>>>>>>> 1) Client reads file from red-gridftp9.
>>>>>>> 2) About 5 minutes after the file is closed and the connection idles, the client disconnects
>>>>>>> 3) Later on, the client hits another file at red-gridftp9.
>>>>>>> 4) Client instructs red-gridftp9 to close the session.  red-gridftp9 says "no such session".
>>>>>>> 5) Client continues to puke error messages once a second, regardless if there are any outstanding requests.
>>>>>>>
>>>>>>> Note that the first two dumps below have the following error message:
>>>>>>>
>>>>>>>>> Xrd: Read: Timeout or error waiting outstanding blocks. Retrying sync! List of outstanding reqs follows
>>>>>>>
>>>>>>> but the list of requests are empty!
>>>>>>>
>>>>>>> Brian
>>>>>>>
>>>>>>> On Oct 8, 2010, at 3:06 PM, Andrew Hanushevsky wrote:
>>>>>>>
>>>>>>>> Hi Brian,
>>>>>>>>
>>>>>>>> Looks like the client starts to hiccup every 7 minutes on the dot. The endsess is a normal part of the reconnect process and a recommendation in the protocol. The reason that the previous session wasn't found is that the client actually disconnected ending the previous session. I assume the reason is that the client thinks the server is not responding and so it tries to simply reconnect. It would seem that the client lost several blocks that it wanted to transfer. I assume this is related to xtreme copy.
>>>>>>>>
>>>>>>>> Andy
>>>>>>>>
>>>>>>>> On Fri, 8 Oct 2010, Brian Bockelman wrote:
>>>>>>>>
>>>>>>>>> Hi all,
>>>>>>>>>
>>>>>>>>> I'm seeing some issues with xrootd in CMSSW jobs that are causing severe performance issues.  See below for a snippet from the client and relevant server.
>>>>>>>>>
>>>>>>>>> It seems that the client is trying to end a previously terminated security session and, after this happens the first time, I always get these "Timeout or error waiting on outstanding blocks".  This happens about every second of a multi-hour job, making the log file a touch verbose.
>>>>>>>>>
>>>>>>>>> In this case, the client was talking to red-gridftp9.  I tried a few test transfers, and the server is otherwise responsive (although by no means idle, xrootd is exporting about 4Gbps today).
>>>>>>>>>
>>>>>>>>> Any ideas?  I've only seen these timeout issues when there's the server error.  My search has not been exhaustive, so it could just be a coincidence.
>>>>>>>>>
>>>>>>>>> Brian
>>>>>>>>>
>>>>>>>>> 101008 11:32:41 001 Xrd: CheckErrorStatus: Server declared: session not found(error code: 3011)
>>>>>>>>> 101008 11:32:41 001 Xrd: Open: File opened succesfully.
>>>>>>>>> 08-Oct-2010 11:32:42 CDT  Successfully opened file root://xrootd.unl.edu//store/data/Run2010A/JetMETTau/RECO/Sep17ReReco_v2/0051/BC729A70-BEC6-DF11-AFF4-0018F3D096EE.root
>>>>>>>>> 101008 11:32:48 001 Xrd: Read: Timeout or error waiting outstanding blocks. Retrying sync! List of outstanding reqs follows.
>>>>>>>>> -------------------------------------------------- start outstanding reqs dump. freesids: 65533
>>>>>>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++ end  outstanding reqs dump.
>>>>>>>>> 101008 11:32:48 001 Xrd: Read: Timeout or error waiting outstanding blocks. Retrying sync! List of outstanding reqs follows.
>>>>>>>>> -------------------------------------------------- start outstanding reqs dump. freesids: 65533
>>>>>>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++ end  outstanding reqs dump.
>>>>>>>>> 101008 11:32:48 001 Xrd: Read: Timeout or error waiting outstanding blocks. Retrying sync! List of outstanding reqs follows.
>>>>>>>>> -------------------------------------------------- start outstanding reqs dump. freesids: 65532
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ================= DUMPING CLIENT REQUEST HEADER =================
>>>>>>>>>             ClientHeader.streamid = 0x75 0x0d
>>>>>>>>>            ClientHeader.requestid = kXR_read (3013)
>>>>>>>>>         ClientHeader.read.fhandle = 0x00 0x00 0x00 0x00
>>>>>>>>>          ClientHeader.read.offset = 11937606541
>>>>>>>>>            ClientHeader.read.rlen = 562291
>>>>>>>>>          ClientHeader.header.dlen = 0
>>>>>>>>> =================== END CLIENT HEADER DUMPING ===================
>>>>>>>>>
>>>>>>>>> ++++++++++++++++++++++++++++++++++++++++++++++++++++ end  outstanding reqs dump.
>>>>>>>>>
>>>>>>>>> [root@red-gridftp9 ~]# grep glidein_.10759 /var/log/xrootd/xrootd.log
>>>>>>>>> 101008 11:33:20 8224 glidein_.10759:[log in to unmask] XrootdProtocol: more auth requested; sz=2082
>>>>>>>>> 101008 11:33:20 8224 XrootdXeq: glidein_.10759:[log in to unmask] login as 92a2e9e2.0
>>>>>>>>> 101008 11:33:20 8224 acc_Audit: glidein_.10759:[log in to unmask] grant gsi [log in to unmask] read /store/data/Run2010A/JetMETTau/RECO/Sep17ReReco_v2/0050/D6E7ADBB-B7C6-DF11-AFC6-002618943975.root
>>>>>>>>> 101008 11:40:24 8224 XrootdXeq: glidein_.10759:[log in to unmask] disc 0:07:04
>>>>>>>>> 101008 12:26:57 8224 glidein_.10759:[log in to unmask] XrootdProtocol: more auth requested; sz=2082
>>>>>>>>> 101008 12:26:58 8224 XrootdXeq: glidein_.10759:[log in to unmask] login as 92a2e9e2.0
>>>>>>>>> 101008 12:26:58 8224 glidein_.10759:[log in to unmask] XrootdProtocol: endsess 8222:371.14718
>>>>>>>>> 101008 12:26:58 8224 glidein_.10759:[log in to unmask] XrootdProtocol: endsess 8222:371.14718 rc=-3 (No such process)
>>>>>>>>> 101008 12:26:58 8224 glidein_.10759:[log in to unmask] XrootdResponse: sending err 3011: session not found
>>>>>>>>> 101008 12:26:58 8224 acc_Audit: glidein_.10759:[log in to unmask] grant gsi [log in to unmask] read /store/data/Run2010A/JetMETTau/RECO/Sep17ReReco_v2/0050/E62D2728-B8C6-DF11-8E71-0018F3D0962C.root
>>>>>>>>> 101008 12:33:59 8224 XrootdXeq: glidein_.10759:[log in to unmask] disc 0:07:02
>>>>>>>>> 101008 12:56:01 8224 glidein_.10759:[log in to unmask] XrootdProtocol: more auth requested; sz=2082
>>>>>>>>> 101008 12:56:01 8224 XrootdXeq: glidein_.10759:[log in to unmask] login as 92a2e9e2.0
>>>>>>>>> 101008 12:56:01 8224 glidein_.10759:[log in to unmask] XrootdProtocol: endsess 8222:451.14760
>>>>>>>>> 101008 12:56:01 8224 glidein_.10759:[log in to unmask] XrootdProtocol: endsess 8222:451.14760 rc=-3 (No such process)
>>>>>>>>> 101008 12:56:01 8224 glidein_.10759:[log in to unmask] XrootdResponse: sending err 3011: session not found
>>>>>>>>> 101008 12:56:01 8224 acc_Audit: glidein_.10759:[log in to unmask] grant gsi [log in to unmask] read /store/data/Run2010A/JetMETTau/RECO/Sep17ReReco_v2/0047/884E3212-6AC6-DF11-B1C9-0026189438AF.root
>>>>>>>>>
>>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>
>>>>>
>>>
>>>
>>>
>
>



Top of Message | Previous Page | Permalink

Advanced Options


Options

Log In

Log In

Get Password

Get Password


Search Archives

Search Archives


Subscribe or Unsubscribe

Subscribe or Unsubscribe


Archives

August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010

ATOM RSS1 RSS2



LISTSERV.SLAC.STANFORD.EDU

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager

Privacy Notice, Security Notice and Terms of Use