[
https://issues.apache.org/jira/browse/PHOENIX-3769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16098555#comment-16098555
]
Josh Elser commented on PHOENIX-3769:
-------------------------------------
{noformat}
Running org.apache.phoenix.end2end.OnDuplicateKeyIT
Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 59.74 sec <<<
FAILURE! - in org.apache.phoenix.end2end.OnDuplicateKeyIT
testNewAndMultiDifferentUpdateOnSingleColumn[0](org.apache.phoenix.end2end.OnDuplicateKeyIT)
Time elapsed: 1.35 sec <<< ERROR!
java.lang.ArrayIndexOutOfBoundsException: 179
at
org.apache.phoenix.end2end.OnDuplicateKeyIT.testNewAndMultiDifferentUpdateOnSingleColumn(OnDuplicateKeyIT.java:99)
testNewAndMultiDifferentUpdateOnSingleColumn[1](org.apache.phoenix.end2end.OnDuplicateKeyIT)
Time elapsed: 4.735 sec <<< ERROR!
java.lang.ArrayIndexOutOfBoundsException: 416
at
org.apache.phoenix.end2end.OnDuplicateKeyIT.testNewAndMultiDifferentUpdateOnSingleColumn(OnDuplicateKeyIT.java:99)
testNewAndMultiDifferentUpdateOnSingleColumn[2](org.apache.phoenix.end2end.OnDuplicateKeyIT)
Time elapsed: 3.638 sec <<< ERROR!
java.lang.ArrayIndexOutOfBoundsException
testNewAndMultiDifferentUpdateOnSingleColumn[3](org.apache.phoenix.end2end.OnDuplicateKeyIT)
Time elapsed: 7.927 sec <<< ERROR!
java.lang.ArrayIndexOutOfBoundsException
testNewAndMultiDifferentUpdateOnSingleColumn[4](org.apache.phoenix.end2end.OnDuplicateKeyIT)
Time elapsed: 7.266 sec <<< ERROR!
java.lang.ArrayIndexOutOfBoundsException
{noformat}
These error messages don't tell us much anything as to why the exception was
thrown. Any chance you can explain why the error happens on ppc (and not
anywhere else) or modify the code to throw a better exception and rerun the
test on ppc?
> 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)