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  February 2012

XROOTD-DEV February 2012

Subject:

Re: [git] xrootd branch stable updated. v3.1.0-33-g5f4f403

From:

Brian Bockelman <[log in to unmask]>

Reply-To:

xrootd developers' list for Scalla/xrootd repository and related issues <[log in to unmask]>

Date:

Mon, 13 Feb 2012 09:54:20 -0600

Content-Type:

multipart/signed

Parts/Attachments:

Parts/Attachments

text/plain (156 lines) , smime.p7s (156 lines)

Hi Lukasz,

Which branch is this?  In trunk, I'm seeing valgrind errors (start server, start transfer with xrdcp, and hit Ctrl+C).  For me, the server is segfaulting on occasion on the disconnect.  Most of the problems appear to be in the stats and disconnect routines. Would be good to know if someone else can reproduce.  My monitoring configuration is:

  xrd.report xrootd.t2.ucsd.edu:9931 every 30s all sync
  xrootd.monitor all auth flush 30s mbuff 1472 window 5s dest files io info user xrootd.t2.ucsd.edu:9930

I'm working on isolating another segfault in the XrdGsi code, but may be able to start to diagnose the problem mentioned above in the next few days.

Brian

On Feb 13, 2012, at 9:39 AM, Lukasz Janyst wrote:

> Hello everyone,
> 
>   please review the the stable branch and tell me which bugfixes are
> missing and you need them in the patch release. AFAIK, there is one
> more thing that Brian is testing for Gerri, do you have anything else?
> 
> Lukasz
> 
> 2012/2/13 Lukasz Janyst <[log in to unmask]>:
>> This is an automated email from the git hooks/post-receive script. It was
>> generated because a ref change was pushed to the repository containing
>> the project "xrootd".
>> 
>> The branch, stable has been updated
>>       via  5f4f40362c9acc26b64e0b4ace077cbff4374712 (commit)
>>       via  102c1ad258e96f89ebf3b3bcdb984417bfb6c839 (commit)
>>       via  fba8d99f5695ee8b04823df450a27f7843153803 (commit)
>>       via  f129745f16cda8d474a5cfbac5e053d87abed61f (commit)
>>       via  0edeaaa84f465aba6d8d91530686bfd2ed328c9f (commit)
>>       via  bee268905919a7c10eba9dff3d9da72c07b4582f (commit)
>>       via  bd597c2db0aada7a2875b7ef8b1623eec6ebbe6e (commit)
>>       via  ed1942e82a04016f0b5cb185a85352896d7d72ef (commit)
>>       via  ec75ac86535fd1e5a75f39c74d45f2e614af4061 (commit)
>>       via  2bb4e02c5ed3d08dabba66789d4acbb79640fc5e (commit)
>>      from  8eb43e025aa1f1f2e11f64d6d07226dd1dd695e7 (commit)
>> 
>> Those revisions listed above that are new to this repository have
>> not appeared on any other notification email; so we list those
>> revisions in full, below.
>> 
>> - Log -----------------------------------------------------------------
>> commit 5f4f40362c9acc26b64e0b4ace077cbff4374712
>> Author: Lukasz Janyst <[log in to unmask]>
>> Date:   Fri Feb 10 12:10:31 2012 +0100
>> 
>>    Add the oss.asize hint to the destination URL in all possible cases
>> 
>> commit 102c1ad258e96f89ebf3b3bcdb984417bfb6c839
>> Author: Lukasz Janyst <[log in to unmask]>
>> Date:   Thu Feb 9 17:40:55 2012 +0100
>> 
>>    Don't ignore errors returned by kXR_close
>> 
>> commit fba8d99f5695ee8b04823df450a27f7843153803
>> Author: Andrew Hanushevsky <[log in to unmask]>
>> Date:   Fri Nov 18 05:34:55 2011 -0800
>> 
>>    Make sure that monitor write length is really negative. This fixes issues pointed
>>    out by John Benes, UNL.
>> 
>> commit f129745f16cda8d474a5cfbac5e053d87abed61f
>> Author: Andrew Hanushevsky <[log in to unmask]>
>> Date:   Sat Nov 12 16:45:28 2011 -0800
>> 
>>    Handle the sessionID in a consistent and thread-safe manner. This should solve the
>>    problem of sessions being uselessly terminated making secsss less than robust.
>> 
>> commit 0edeaaa84f465aba6d8d91530686bfd2ed328c9f
>> Author: Andrew Hanushevsky <[log in to unmask]>
>> Date:   Wed Nov 9 15:19:35 2011 -0800
>> 
>>    Initialize xattr variable name so that xrdadler32 can fetch previous checksum.
>>    The error caused xrdadler32 to always recompute the checksum.
>> 
>> commit bee268905919a7c10eba9dff3d9da72c07b4582f
>> Author: Gerri Ganis <[log in to unmask]>
>> Date:   Wed Nov 2 11:49:14 2011 +0100
>> 
>>    Relax requirements on the permission mode of the x509 key files
>> 
>> commit bd597c2db0aada7a2875b7ef8b1623eec6ebbe6e
>> Author: Benedikt Hegner <[log in to unmask]>
>> Date:   Wed Nov 2 10:53:55 2011 +0100
>> 
>>    Don't check for dependencies of disabled features
>> 
>> commit ed1942e82a04016f0b5cb185a85352896d7d72ef
>> Author: Wei Yang <[log in to unmask]>
>> Date:   Mon Oct 10 22:25:14 2011 -0700
>> 
>>    stop doing XrdFfsPosix_statall() if task queue is long.
>> 
>> commit ec75ac86535fd1e5a75f39c74d45f2e614af4061
>> Author: Andrew Hanushevsky <[log in to unmask]>
>> Date:   Sat Oct 29 12:39:20 2011 -0700
>> 
>>    Squelch useless noise from g++ on Ubuntu.
>> 
>> commit 2bb4e02c5ed3d08dabba66789d4acbb79640fc5e
>> Author: Andrew Hanushevsky <[log in to unmask]>
>> Date:   Tue Oct 25 17:41:13 2011 -0700
>> 
>>    Squelch some ubuntu distro warnings during compilation.
>> 
>> -----------------------------------------------------------------------
>> 
>> Summary of changes:
>>  cmake/XRootDFindLibs.cmake         |   70 ++++++++++++++++++++---------------
>>  src/XrdApps/Xrdadler32.cc          |    3 +-
>>  src/XrdClient/XrdClient.cc         |    8 ++--
>>  src/XrdClient/XrdClientConn.cc     |   38 ++++++++++---------
>>  src/XrdClient/XrdClientConn.hh     |   33 ++++++-----------
>>  src/XrdClient/XrdClientEnv.cc      |    2 +-
>>  src/XrdClient/XrdCpWorkLst.cc      |   48 +++++++++++++++++++++++-
>>  src/XrdClient/XrdCpWorkLst.hh      |    9 +++++
>>  src/XrdClient/Xrdcp.cc             |   30 +---------------
>>  src/XrdCrypto/XrdCryptosslX509.cc  |    5 +--
>>  src/XrdFfs/XrdFfsMisc.cc           |    5 +++
>>  src/XrdFfs/XrdFfsMisc.hh           |    1 +
>>  src/XrdFfs/XrdFfsPosix.cc          |    3 +-
>>  src/XrdFfs/XrdFfsXrootdfs.cc       |    2 +-
>>  src/XrdSecgsi/XrdSecProtocolgsi.cc |   16 +++++++-
>>  src/XrdSecgsi/XrdSecgsiProxy.cc    |    4 +-
>>  src/XrdXrootd/XrdXrootdMonData.hh  |    2 +-
>>  src/XrdXrootd/XrdXrootdMonitor.cc  |    4 +-
>>  src/XrdXrootd/XrdXrootdMonitor.hh  |    5 +--
>>  19 files changed, 165 insertions(+), 123 deletions(-)
>> 
>> 
>> hooks/post-receive
>> --
>> xrootd
>> 
>> ########################################################################
>> 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
> 
> ########################################################################
> 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


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

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