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

Rajeshbabu Chintaguntla updated PHOENIX-4411:
---------------------------------------------
    Attachment: PHOENIX-4411.patch

Here is the patch fixes the ClassCastException still while incrementing 
sequence getting below error because one byte extra coming for value of 
limitedReachedKv. Still analyzing it. 
{noformat}
        at 
org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:325)
        at 
org.apache.hadoop.hbase.ipc.RpcExecutor$Handler.run(RpcExecutor.java:305)
Caused by: org.apache.phoenix.schema.IllegalDataException: 
java.sql.SQLException: ERROR 201 (22000): Illegal data. BOOLEAN may only be a 
single byte
        at 
org.apache.phoenix.schema.types.PDataType.newIllegalDataException(PDataType.java:304)
        at org.apache.phoenix.schema.types.PBoolean.toObject(PBoolean.java:75)
        at org.apache.phoenix.schema.types.PBoolean.toObject(PBoolean.java:1)
        at 
org.apache.phoenix.schema.types.PDataType.toObject(PDataType.java:994)
        at 
org.apache.phoenix.schema.types.PDataType.toObject(PDataType.java:998)
        at 
org.apache.phoenix.schema.types.PDataType.toObject(PDataType.java:1027)
        at 
org.apache.phoenix.coprocessor.SequenceRegionObserver.preIncrement(SequenceRegionObserver.java:194)
        ... 14 more
Caused by: java.sql.SQLException: ERROR 201 (22000): Illegal data. BOOLEAN may 
only be a single byte
        at 
org.apache.phoenix.exception.SQLExceptionCode$Factory$1.newException(SQLExceptionCode.java:488)
        at 
org.apache.phoenix.exception.SQLExceptionInfo.buildException(SQLExceptionInfo.java:150)
        at 
org.apache.phoenix.schema.types.PDataType.newIllegalDataException(PDataType.java:305)
        ... 20 more
: 1 time, servers with issues: hw11551,61521,1511880313050
{noformat}

> Fix all IT tests failing with ClassCastException with new cell interface
> ------------------------------------------------------------------------
>
>                 Key: PHOENIX-4411
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4411
>             Project: Phoenix
>          Issue Type: Sub-task
>            Reporter: Rajeshbabu Chintaguntla
>            Assignee: Rajeshbabu Chintaguntla
>              Labels: HBase-2.0
>             Fix For: 5.0.0
>
>         Attachments: PHOENIX-4411.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to