Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0270217B8C for ; Mon, 20 Apr 2015 13:53:04 +0000 (UTC) Received: (qmail 58796 invoked by uid 500); 20 Apr 2015 13:52:58 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 58742 invoked by uid 500); 20 Apr 2015 13:52:58 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 58730 invoked by uid 99); 20 Apr 2015 13:52:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Apr 2015 13:52:58 +0000 Date: Mon, 20 Apr 2015 13:52:58 +0000 (UTC) From: "zhangduo (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-13499) AsyncRpcClient test cases failure in powerpc MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-13499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhangduo updated HBASE-13499: ----------------------------- Attachment: HBASE-13499.patch Add 'amd64' check. And there is a typo in the testcase... [~sangameshs] Could you please help testing the patch on ppc? Thanks. > AsyncRpcClient test cases failure in powerpc > -------------------------------------------- > > Key: HBASE-13499 > URL: https://issues.apache.org/jira/browse/HBASE-13499 > Project: HBase > Issue Type: Bug > Components: IPC/RPC > Affects Versions: 1.1.0 > Reporter: sangamesh > Attachments: HBASE-13499.patch > > > The new AsyncRpcClient feature added through the jira defect HBASE-12684 causing some test cases failures in powerpc64 environment. > I am testing it in master branch. > Looks like the version of netty (4.0.23) doesn't provide a support for non amd64 platforms and suggested to use pure java netty > Here is the discussion on that https://github.com/aphyr/riemann/pull/508 > So new Async test cases will fail in ppc64 and other non amd64 platforms too. > Here is the output of the error. > Running org.apache.hadoop.hbase.ipc.TestAsyncIPC > Tests run: 24, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 2.802 sec <<< FAILURE! - in org.apache.hadoop.hbase.ipc.TestAsyncIPC > testRTEDuringAsyncConnectionSetup[3](org.apache.hadoop.hbase.ipc.TestAsyncIPC) Time elapsed: 0.048 sec <<< ERROR! > java.lang.UnsatisfiedLinkError: /tmp/libnetty-transport-native-epoll4286512618055650929.so: /tmp/libnetty-transport-native-epoll4286512618055650929.so: cannot open shared object file: No such file or directory (Possible cause: can't load AMD 64-bit .so on a Power PC 64-bit platform) > at java.lang.ClassLoader$NativeLibrary.load(Native Method) > at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965) -- This message was sent by Atlassian JIRA (v6.3.4#6332)