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

[jira] [Created] (PHOENIX-5610) 4.14 client dropped table but raised ArrayIndexOutOfBoundsException on 4.15 server

Xinyi Yan created PHOENIX-5610:
----------------------------------

             Summary: 4.14 client dropped table but raised ArrayIndexOutOfBoundsException on 4.15 server 
                 Key: PHOENIX-5610
                 URL: https://issues.apache.org/jira/browse/PHOENIX-5610
             Project: Phoenix
          Issue Type: Bug
            Reporter: Xinyi Yan
             Fix For: 4.15.0
         Attachments: 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 client (hbase1.3.3) and then tried to drop the global view at 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 PRI
MARY 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!
 
!Screen Shot 2019-12-10 at 5.24.05 PM.png!



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