Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3F53A18F8F for ; Tue, 6 Oct 2015 18:53:10 +0000 (UTC) Received: (qmail 27928 invoked by uid 500); 6 Oct 2015 18:53:02 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 27863 invoked by uid 500); 6 Oct 2015 18:53:02 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 27847 invoked by uid 99); 6 Oct 2015 18:53:02 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2015 18:53:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 215ED1A214A for ; Tue, 6 Oct 2015 18:53:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.012 X-Spam-Level: X-Spam-Status: No, score=-0.012 tagged_above=-999 required=6.31 tests=[RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id sbI6U-0Bwzf6 for ; Tue, 6 Oct 2015 18:53:01 +0000 (UTC) Received: from aserp1040.oracle.com (aserp1040.oracle.com [141.146.126.69]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 3A872439DF for ; Tue, 6 Oct 2015 18:53:01 +0000 (UTC) Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t96IqxDx030426 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 6 Oct 2015 18:53:00 GMT Received: from [10.175.81.106] (alanbur-twvpn-dhcp-10-175-81-106.vpn.oracle.com [10.175.81.106]) by userv0021.oracle.com (8.13.8/8.13.8) with ESMTP id t96IqwwU012459 for ; Tue, 6 Oct 2015 18:52:59 GMT Message-ID: <5614188A.8000407@oracle.com> Date: Tue, 06 Oct 2015 19:52:58 +0100 From: Alan Burlison Organization: Oracle User-Agent: Mozilla/5.0 (X11; SunOS i86pc; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: common-dev@hadoop.apache.org Subject: Re: DomainSocket issues on Solaris References: <560B99F6.6010408@oracle.com> <560EA6BF.2070001@oracle.com> <6497004D-E751-4643-8871-066BCD0A8A47@hortonworks.com> <56128F9F.1070401@oracle.com> <07AEC5F7-6436-4E00-AC68-211E79E4D8E3@hortonworks.com> <5613E7CD.5060902@oracle.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: userv0021.oracle.com [156.151.31.71] On 06/10/2015 17:03, Chris Nauroth wrote: > Alan, would you please list the specific patches/JIRA issues that broke > compatibility? I have not been reviewing the native code lately, so it > would help me catch up quickly if you already know which specific patches > have introduced problems. If those patches currently reside only on trunk > and branch-2, then they have not yet shipped in an Apache release. We'd > still have an opportunity to fix them and avoid "dropping the match" > before shipping 2.8.0. https://issues.apache.org/jira/browse/HADOOP-11985 was the one I was thinking about as it changed fields from final to static. I haven't figured out what impact that has on the classes & shared object. Plus https://issues.apache.org/jira/browse/HADOOP-12184 which removed some fields. -- Alan Burlison --