You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Rajeshbabu Chintaguntla (JIRA)" <ji...@apache.org> on 2017/03/09 13:49:37 UTC

[jira] [Created] (PHOENIX-3727) Upserts into salted table are failing in Phoenix-Calcite

Rajeshbabu Chintaguntla created PHOENIX-3727:
------------------------------------------------

             Summary: Upserts into salted table are failing in Phoenix-Calcite
                 Key: PHOENIX-3727
                 URL: https://issues.apache.org/jira/browse/PHOENIX-3727
             Project: Phoenix
          Issue Type: Sub-task
            Reporter: Rajeshbabu Chintaguntla
            Assignee: Rajeshbabu Chintaguntla


{noformat}
testMutableTableIndexMaintanenceSaltedSalted(org.apache.phoenix.end2end.index.SaltedIndexIT)  Time elapsed: 4.607 sec  <<< ERROR!
java.sql.SQLException: 2
	at org.apache.phoenix.end2end.index.SaltedIndexIT.testMutableTableIndexMaintanence(SaltedIndexIT.java:123)
	at org.apache.phoenix.end2end.index.SaltedIndexIT.testMutableTableIndexMaintanenceSaltedSalted(SaltedIndexIT.java:74)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 2
	at org.apache.phoenix.end2end.index.SaltedIndexIT.testMutableTableIndexMaintanence(SaltedIndexIT.java:123)
	at org.apache.phoenix.end2end.index.SaltedIndexIT.testMutableTableIndexMaintanenceSaltedSalted(SaltedIndexIT.java:74)
{noformat}
This is because for salted tables we are changing column indexes within UpsertCompiler#upsertSelect so with preparedStatements we increment columnindexes by 1 so at some point of time we get ArrayIndexOutOfBoundsException.



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