You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Sneha Kanekar (JIRA)" <ji...@apache.org> on 2017/05/12 09:02:04 UTC

[jira] [Created] (PHOENIX-3849) Flaky tests in phoenix core module

Sneha Kanekar created PHOENIX-3849:
--------------------------------------

             Summary: Flaky tests in phoenix core module
                 Key: PHOENIX-3849
                 URL: https://issues.apache.org/jira/browse/PHOENIX-3849
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 4.11.0
         Environment: Ubuntu: 14.04

$ 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


Tests in phoenix core module fails inconsistently on ppc64le and x86 architechture. The error message is as follows:

{code:borderStyle=solid}
java.lang.RuntimeException: org.apache.thrift.TException: Unable to discover tx service.
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.helpTestWriteFailure(TxWriteFailureIT.java:122)
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testDataTableWriteFailure(TxWriteFailureIT.java:113)
Caused by: org.apache.thrift.TException: Unable to discover tx service.
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.helpTestWriteFailure(TxWriteFailureIT.java:122)
	at org.apache.phoenix.end2end.index.txn.TxWriteFailureIT.testDataTableWriteFailure(TxWriteFailureIT.java:113)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)