You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Chinmay Kulkarni (Jira)" <ji...@apache.org> on 2019/12/21 00:56:07 UTC

[jira] [Closed] (PHOENIX-5345) PartialCommitIT fails in 4.x-HBase-1.3

     [ https://issues.apache.org/jira/browse/PHOENIX-5345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chinmay Kulkarni closed PHOENIX-5345.
-------------------------------------

Bulk closing Jiras for the 4.15.0 release.

> PartialCommitIT fails in 4.x-HBase-1.3
> --------------------------------------
>
>                 Key: PHOENIX-5345
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5345
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>            Priority: Major
>              Labels: hbase-1.3
>             Fix For: 4.15.0
>
>         Attachments: 5345.txt
>
>
> Only fails in 4.x-HBase-1.3.
> {code}
> [ERROR] Tests run: 12, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 159.711 s <<< FAILURE! - in org.apache.phoenix.execute.PartialCommitIT
> [ERROR] testOrderOfMutationsIsPredicatable[PartialCommitIT_transactionProvider=OMID](org.apache.phoenix.execute.PartialCommitIT)  Time elapsed: 14.363 s  <<< ERROR!
> org.apache.phoenix.exception.PhoenixIOException: java.lang.NullPointerException
> 	at org.apache.phoenix.execute.PartialCommitIT.testPartialCommit(PartialCommitIT.java:258)
> 	at org.apache.phoenix.execute.PartialCommitIT.testOrderOfMutationsIsPredicatable(PartialCommitIT.java:200)
> Caused by: java.util.concurrent.ExecutionException: java.lang.NullPointerException
> 	at org.apache.phoenix.execute.PartialCommitIT.testPartialCommit(PartialCommitIT.java:258)
> 	at org.apache.phoenix.execute.PartialCommitIT.testOrderOfMutationsIsPredicatable(PartialCommitIT.java:200)
> Caused by: java.lang.NullPointerException
> [ERROR] testNoFailure[PartialCommitIT_transactionProvider=OMID](org.apache.phoenix.execute.PartialCommitIT)  Time elapsed: 13.454 s  <<< ERROR!
> java.lang.NullPointerException
> 	at org.apache.phoenix.execute.PartialCommitIT.testPartialCommit(PartialCommitIT.java:258)
> 	at org.apache.phoenix.execute.PartialCommitIT.testNoFailure(PartialCommitIT.java:153)
> [ERROR] testDeleteFailure[PartialCommitIT_transactionProvider=OMID](org.apache.phoenix.execute.PartialCommitIT)  Time elapsed: 13.307 s  <<< ERROR!
> org.apache.phoenix.exception.PhoenixIOException: java.lang.NullPointerException
> 	at org.apache.phoenix.execute.PartialCommitIT.testPartialCommit(PartialCommitIT.java:258)
> 	at org.apache.phoenix.execute.PartialCommitIT.testDeleteFailure(PartialCommitIT.java:185)
> Caused by: java.util.concurrent.ExecutionException: java.lang.NullPointerException
> 	at org.apache.phoenix.execute.PartialCommitIT.testPartialCommit(PartialCommitIT.java:258)
> 	at org.apache.phoenix.execute.PartialCommitIT.testDeleteFailure(PartialCommitIT.java:185)
> Caused by: java.lang.NullPointerException
> [ERROR] testUpsertSelectFailure[PartialCommitIT_transactionProvider=OMID](org.apache.phoenix.execute.PartialCommitIT)  Time elapsed: 13.319 s  <<< ERROR!
> org.apache.phoenix.exception.PhoenixIOException: java.lang.NullPointerException
> 	at org.apache.phoenix.execute.PartialCommitIT.testPartialCommit(PartialCommitIT.java:232)
> 	at org.apache.phoenix.execute.PartialCommitIT.testUpsertSelectFailure(PartialCommitIT.java:175)
> Caused by: java.util.concurrent.ExecutionException: java.lang.NullPointerException
> 	at org.apache.phoenix.execute.PartialCommitIT.testPartialCommit(PartialCommitIT.java:232)
> 	at org.apache.phoenix.execute.PartialCommitIT.testUpsertSelectFailure(PartialCommitIT.java:175)
> Caused by: java.lang.NullPointerException
> [ERROR] testUpsertFailure[PartialCommitIT_transactionProvider=OMID](org.apache.phoenix.execute.PartialCommitIT)  Time elapsed: 13.167 s  <<< ERROR!
> org.apache.phoenix.exception.PhoenixIOException: java.lang.NullPointerException
> 	at org.apache.phoenix.execute.PartialCommitIT.testPartialCommit(PartialCommitIT.java:258)
> 	at org.apache.phoenix.execute.PartialCommitIT.testUpsertFailure(PartialCommitIT.java:159)
> Caused by: java.util.concurrent.ExecutionException: java.lang.NullPointerException
> 	at org.apache.phoenix.execute.PartialCommitIT.testPartialCommit(PartialCommitIT.java:258)
> 	at org.apache.phoenix.execute.PartialCommitIT.testUpsertFailure(PartialCommitIT.java:159)
> Caused by: java.lang.NullPointerException
> [ERROR] testStatementOrderMaintainedInConnection[PartialCommitIT_transactionProvider=OMID](org.apache.phoenix.execute.PartialCommitIT)  Time elapsed: 13.226 s  <<< ERROR!
> org.apache.phoenix.exception.PhoenixIOException: java.lang.NullPointerException
> 	at org.apache.phoenix.execute.PartialCommitIT.testPartialCommit(PartialCommitIT.java:232)
> 	at org.apache.phoenix.execute.PartialCommitIT.testStatementOrderMaintainedInConnection(PartialCommitIT.java:212)
> Caused by: java.util.concurrent.ExecutionException: java.lang.NullPointerException
> 	at org.apache.phoenix.execute.PartialCommitIT.testPartialCommit(PartialCommitIT.java:232)
> 	at org.apache.phoenix.execute.PartialCommitIT.testStatementOrderMaintainedInConnection(PartialCommitIT.java:212)
> Caused by: java.lang.NullPointerException
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)