Re: Solaris Port SOLVED!

2014-12-16 Thread malcolm
the call to strerror(). Please check the code snippet I sent earlier for HPUX. -- Asokan From: malcolm [malcolm.kaval...@oracle.com] Sent: Saturday, December 13, 2014 3:13 PM To: common-dev@hadoop.apache.org Subject: Re: Solaris Port SOLVED! Wiping egg off

Re: Solaris Port SOLVED!

2014-12-16 Thread Charles Lamb
On 12/16/2014 11:01 AM, malcolm wrote: This is weird, Jenkins complains about: 1. Findbugs , 3 warnings in Java code (which of course I did not touch) The FB warnings seem to be a recent phenomenon. I have seen them on a recent test run of my own and they come and go depending on the run. I

Re: Solaris Port SOLVED!

2014-12-16 Thread Steve Loughran
On 16 December 2014 at 16:01, malcolm malcolm.kaval...@oracle.com wrote: 1. Findbugs , 3 warnings in Java code (which of course I did not touch) 2. Test failures also with no connection to terror: A java socket timeout, ongoing issues with (1) transition to java 7 builds and (2) some

Re: Solaris Port SOLVED!

2014-12-15 Thread Colin McCabe
sent earlier for HPUX. -- Asokan From: malcolm [malcolm.kaval...@oracle.com] Sent: Saturday, December 13, 2014 3:13 PM To: common-dev@hadoop.apache.org Subject: Re: Solaris Port SOLVED! Wiping egg off face ... After consulting with the Solaris

Re: Solaris Port SOLVED!

2014-12-15 Thread malcolm
for HPUX. -- Asokan From: malcolm [malcolm.kaval...@oracle.com] Sent: Saturday, December 13, 2014 3:13 PM To: common-dev@hadoop.apache.org Subject: Re: Solaris Port SOLVED! Wiping egg off face ... After consulting with the Solaris team (and looking

Re: Solaris Port SOLVED!

2014-12-13 Thread malcolm
Wiping egg off face ... After consulting with the Solaris team (and looking at the source code and man page) , it turns out that strerror itself on Solaris is MT-Safe ! (Just like HPUX) So, after all this effort, all I need to do is modify terror as follows: const char* terror(int

RE: Solaris Port SOLVED!

2014-12-13 Thread Asokan, M
earlier for HPUX. -- Asokan From: malcolm [malcolm.kaval...@oracle.com] Sent: Saturday, December 13, 2014 3:13 PM To: common-dev@hadoop.apache.org Subject: Re: Solaris Port SOLVED! Wiping egg off face ... After consulting with the Solaris team (and looking

Re: Solaris Port SOLVED!

2014-12-13 Thread malcolm
sent earlier for HPUX. -- Asokan From: malcolm [malcolm.kaval...@oracle.com] Sent: Saturday, December 13, 2014 3:13 PM To: common-dev@hadoop.apache.org Subject: Re: Solaris Port SOLVED! Wiping egg off face ... After consulting with the Solaris team