[
https://issues.apache.org/jira/browse/PHOENIX-3314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16156503#comment-16156503
]
Samarth Jain commented on PHOENIX-3314:
---------------------------------------
See PHOENIX-4171 for the case where we had to disable building immutable
indexes on server side because UPSERT SELECT was potentially deadlocking. It
may be the same case here too.
> ImmutableIndexIT.testCreateIndexDuringUpsertSelect() is failing for local
> indexes
> ---------------------------------------------------------------------------------
>
> Key: PHOENIX-3314
> URL: https://issues.apache.org/jira/browse/PHOENIX-3314
> Project: Phoenix
> Issue Type: Test
> Reporter: James Taylor
> Assignee: Rajeshbabu Chintaguntla
> Fix For: 4.12.0
>
>
> The ImmutableIndexIT.testCreateIndexDuringUpsertSelect() is currently not run
> for local indexes and when it is, it fails with the following errors:
> {code}
> Tests run: 12, Failures: 0, Errors: 2, Skipped: 4, Time elapsed: 744.655 sec
> <<< FAILURE! - in org.apache.phoenix.end2end.index.ImmutableIndexIT
> testCreateIndexDuringUpsertSelect[ImmutableIndexIT_localIndex=true,transactional=false](org.apache.phoenix.end2end.index.ImmutableIndexIT)
> Time elapsed: 314.079 sec <<< ERROR!
> java.sql.SQLTimeoutException: Operation timed out.
> at
> org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:177)
> testCreateIndexDuringUpsertSelect[ImmutableIndexIT_localIndex=true,transactional=true](org.apache.phoenix.end2end.index.ImmutableIndexIT)
> Time elapsed: 310.882 sec <<< ERROR!
> java.sql.SQLTimeoutException: Operation timed out.
> at
> org.apache.phoenix.end2end.index.ImmutableIndexIT.testCreateIndexDuringUpsertSelect(ImmutableIndexIT.java:177)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)