[
https://issues.apache.org/jira/browse/HBASE-13499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14504818#comment-14504818
]
sangamesh commented on HBASE-13499:
-----------------------------------
Yes, i think should be fine to commit.
Here is the summary on ppc environment.
[INFO] Reactor Summary:
[INFO]
[INFO] HBase ............................................. SUCCESS [ 1.715 s]
[INFO] HBase - Checkstyle ................................ SUCCESS [ 0.513 s]
[INFO] HBase - Annotations ............................... SUCCESS [ 0.112 s]
[INFO] HBase - Protocol .................................. SUCCESS [ 0.224 s]
[INFO] HBase - Common .................................... SUCCESS [01:10 min]
[INFO] HBase - Procedure ................................. SUCCESS [02:16 min]
[INFO] HBase - Client .................................... SUCCESS [01:12 min]
[INFO] HBase - Hadoop Compatibility ...................... SUCCESS [ 6.389 s]
[INFO] HBase - Hadoop Two Compatibility .................. SUCCESS [ 5.225 s]
[INFO] HBase - Prefix Tree ............................... SUCCESS [ 7.607 s]
[INFO] HBase - Server .................................... SUCCESS [ 01:34 h]
[INFO] HBase - Testing Util .............................. SUCCESS [ 2.591 s]
[INFO] HBase - Thrift .................................... SUCCESS [03:28 min]
[INFO] HBase - Shell ..................................... SUCCESS [ 1.893 s]
[INFO] HBase - Integration Tests ......................... SUCCESS [ 0.535 s]
[INFO] HBase - Examples .................................. SUCCESS [ 2.601 s]
[INFO] HBase - Rest ...................................... SUCCESS [11:04 min]
[INFO] HBase - Assembly .................................. SUCCESS [ 1.158 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
> 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: 2.0.0, 1.1.0, 1.2.0
> Reporter: sangamesh
> Assignee: zhangduo
> Fix For: 2.0.0, 1.1.0, 1.2.0
>
> 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)