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

[jira] [Created] (PHOENIX-2280) Fix failing unit test in Pherf

Mujtaba Chohan created PHOENIX-2280:
---------------------------------------

             Summary: Fix failing unit test in Pherf
                 Key: PHOENIX-2280
                 URL: https://issues.apache.org/jira/browse/PHOENIX-2280
             Project: Phoenix
          Issue Type: Bug
            Reporter: Mujtaba Chohan
            Assignee: Mujtaba Chohan
            Priority: Minor


estColumnRulesApplied(org.apache.phoenix.pherf.DataIngestIT)  Time elapsed: 3.567 sec  <<< ERROR!
java.sql.SQLException: ERROR 1010 (42M01): Not allowed to mutate table. tableName=PHERF.TEST_MULTI_TENANT_TABLE
        at org.apache.phoenix.exception.SQLExceptionCode$Factory$1.newException(SQLExceptionCode.java:389)
        at org.apache.phoenix.exception.SQLExceptionInfo.buildException(SQLExceptionInfo.java:145)
        at org.apache.phoenix.schema.MetaDataClient.dropTable(MetaDataClient.java:2130)
        at org.apache.phoenix.schema.MetaDataClient.dropTable(MetaDataClient.java:2043)
        at org.apache.phoenix.jdbc.PhoenixStatement$ExecutableDropTableStatement$1.execute(PhoenixStatement.java:873)
        at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:315)
        at org.apache.phoenix.jdbc.PhoenixStatement$2.call(PhoenixStatement.java:307)
        at org.apache.phoenix.call.CallRunner.run(CallRunner.java:53)
        at org.apache.phoenix.jdbc.PhoenixStatement.executeMutation(PhoenixStatement.java:305)
        at org.apache.phoenix.jdbc.PhoenixStatement.executeUpdate(PhoenixStatement.java:1364)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)