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/02/28 09:41:45 UTC

[jira] [Created] (PHOENIX-3699) Test suite PhoenixSparkITTenantSpecific fails

Sneha Kanekar created PHOENIX-3699:
--------------------------------------

             Summary: Test suite PhoenixSparkITTenantSpecific fails
                 Key: PHOENIX-3699
                 URL: https://issues.apache.org/jira/browse/PHOENIX-3699
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 4.9.0, 4.10.0
         Environment: Ubuntu: 14.04
            Reporter: Sneha Kanekar


In project Phoenix-Spark, the test suite PhoenixSparkITTenantSpecific is failing with following message:

{code:borderStyle=solid}
*** RUN ABORTED ***
  org.apache.phoenix.schema.TableAlreadyExistsException: ERROR 1013 (42M04): Table already exists. tableName=TABLE1
  at org.apache.phoenix.schema.MetaDataClient.createTableInternal(MetaDataClient.java:2311)
  at org.apache.phoenix.schema.MetaDataClient.createTable(MetaDataClient.java:957)
  at org.apache.phoenix.compile.CreateTableCompiler$2.execute(CreateTableCompiler.java:211)
  at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:358)
  at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:341)
  at org.apache.phoenix.call.CallRunner.run(CallRunner.java:53)
  at org.apache.phoenix.jdbc.PhoenixStatement.executeMutation(PhoenixStatement.java:340)
  at org.apache.phoenix.jdbc.PhoenixStatement.execute(PhoenixStatement.java:1511)
  at org.apache.phoenix.spark.AbstractPhoenixSparkIT$$anonfun$setupTables$1.apply(AbstractPhoenixSparkIT.scala:82)
  at org.apache.phoenix.spark.AbstractPhoenixSparkIT$$anonfun$setupTables$1.apply(AbstractPhoenixSparkIT.scala:80)
{code}

It fails on ppc64le as well as x86.



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