[
https://issues.apache.org/jira/browse/PHOENIX-3769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16086913#comment-16086913
]
ASF GitHub Bot commented on PHOENIX-3769:
-----------------------------------------
GitHub user snehakpersistent opened a pull request:
https://github.com/apache/phoenix/pull/266
PHOENIX-3769 - Fix OnDuplicateKeyIT failure on ppc64le
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/snehakpersistent/phoenix patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/266.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #266
----
commit 9c5619203495a3f50696d0a2653565fa41a16f25
Author: snehakpersistent <[email protected]>
Date: 2017-07-14T06:00:52Z
PHOENIX-3769 - Fix OnDuplicateKeyIT failure on ppc64le
----
> OnDuplicateKeyIT#testNewAndMultiDifferentUpdateOnSingleColumn fails on ppc64le
> ------------------------------------------------------------------------------
>
> Key: PHOENIX-3769
> URL: https://issues.apache.org/jira/browse/PHOENIX-3769
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.11.0
> Environment: $ uname -a
> Linux 6945c232192e 3.16.0-30-generic #40~14.04.1-Ubuntu SMP Thu Jan 15
> 17:42:36 UTC 2015 ppc64le ppc64le ppc64le GNU/Linux
> $ java -version
> openjdk version "1.8.0_111"
> OpenJDK Runtime Environment (build 1.8.0_111-8u111-b14-3~14.04.1-b14)
> OpenJDK 64-Bit Server VM (build 25.111-b14, mixed mode)
> Reporter: Sneha Kanekar
> Labels: ppc64le
> Attachments: OnDuplicateKeyIT_Standard_output.txt,
> PHOENIX-3769.patch, TEST-org.apache.phoenix.end2end.OnDuplicateKeyIT.xml
>
>
> The testcase
> org.apache.phoenix.end2end.OnDuplicateKeyIT.testNewAndMultiDifferentUpdateOnSingleColumn
> fails consistently on ppc64le architechture. The error message is as follows:
> {code: borderStyle=solid}
> java.lang.ArrayIndexOutOfBoundsException: 179
> at
> org.apache.phoenix.end2end.OnDuplicateKeyIT.testNewAndMultiDifferentUpdateOnSingleColumn(OnDuplicateKeyIT.java:392)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)