You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Xinyi Yan (Jira)" <ji...@apache.org> on 2019/12/12 19:22:00 UTC

[jira] [Comment Edited] (PHOENIX-5610) Dropping a view or column with a 4.14 client raises an ArrayIndexOutOfBoundsException on 4.15 server

    [ https://issues.apache.org/jira/browse/PHOENIX-5610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16994930#comment-16994930 ] 

Xinyi Yan edited comment on PHOENIX-5610 at 12/12/19 7:21 PM:
--------------------------------------------------------------

Yes, I usually use the sandbox to test some changes, and I do see the same error when I created an index from the old client against the 4.15 server. I can file a Jira for it, but I don’t think this is a blocker for 4.15. 

[~ckulkarni] [~larsh]


was (Author: yanxinyi):
Yes, I usual use sandbox to test some changes, and I do see the same error when I created index from old client against 4.15 server. I can file a Jira for it, but I don’t think this is blocker for 4.15. 

[~ckulkarni] [~larsh]

> Dropping a view or column with a 4.14 client raises an ArrayIndexOutOfBoundsException on 4.15 server 
> -----------------------------------------------------------------------------------------------------
>
>                 Key: PHOENIX-5610
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5610
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.15.0
>            Reporter: Xinyi Yan
>            Assignee: Lars Hofhansl
>            Priority: Blocker
>             Fix For: 4.15.0
>
>         Attachments: 5610-4.x-HBase-1.5-v2.txt, 5610-4.x-HBase-1.5-v3.txt, 5610-4.x-HBase-1.5.txt, Screen Shot 2019-12-10 at 5.15.35 PM.png, Screen Shot 2019-12-10 at 5.24.05 PM.png
>
>
> I created a multi-tenant table and a global view on the 4.15 server (hbase1.3.3) from a 4.15 client and then tried to drop the global view from the 4.14 client. The 4.14 client raised ArrayIndexOutOfBoundsException, even though it dropped the global view. I uploaded two screenshots for 4.15 and 4.14 clients along with reproducing steps.
>  
> Command to reproduce :
> 4.15 client:
> CREATE TABLE A (TENANT_ID VARCHAR(15) NOT NULL, A BIGINT NOT NULL, B BIGINT CONSTRAINT PK PRIMARY KEY (TENANT_ID, A)) MULTI_TENANT=true;
> CREATE VIEW B(C BIGINT) AS SELECT * FROM A;
> 4.14 client:
> DROP VIEW B;
>  
> !Screen Shot 2019-12-10 at 5.15.35 PM.png|width=600, height=300!
>  
> !Screen Shot 2019-12-10 at 5.24.05 PM.png|width=600, height=300!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)