Re: Solaris Port SOLVED!

2014-12-16 Thread Steve Loughran
On 16 December 2014 at 16:01, malcolm 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 intermittent tests that need to g

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 malcolm
fter 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

Re: Solaris Port SOLVED!

2014-12-15 Thread malcolm
lier 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 at the

Re: Solaris Port SOLVED!

2014-12-15 Thread Colin McCabe
r() is a valid one. For this you need to check errno >> after the call to strerror(). Please check the code snippet I sent earlier >> for HPUX. >> >> -- Asokan >> >> From: malcolm [malcolm.kaval...@oracle.com

Re: Solaris Port SOLVED!

2014-12-13 Thread malcolm
he 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 face ... After consulting with the So

RE: Solaris Port SOLVED!

2014-12-13 Thread Asokan, M
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 (and lo

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 errnu