You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/09/22 16:30:21 UTC

[jira] [Commented] (PHOENIX-3314) ImmutableIndexIT.testCreateIndexDuringUpsertSelect() is failing for local indexes

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

Hudson commented on PHOENIX-3314:
---------------------------------

SUCCESS: Integrated in Jenkins build Phoenix-master #1415 (See [https://builds.apache.org/job/Phoenix-master/1415/])
PHOENIX-3314 ImmutableIndexIT.testCreateIndexDuringUpsertSelect() is (jamestaylor: rev b1682ddd541031437d2731c570a54fc6494c9801)
* (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/index/ImmutableIndexIT.java


> 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: James Taylor
>             Fix For: 4.9.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.3.4#6332)