[ https://issues.apache.org/jira/browse/PHOENIX-5345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16875208#comment-16875208 ]
Lars Hofhansl commented on PHOENIX-5345: ---------------------------------------- [~tdsilva], [~willshen], [~karanmehta93] > 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 (v7.6.3#76005)