You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Rajeshbabu Chintaguntla (JIRA)" <ji...@apache.org> on 2019/06/17 00:33:00 UTC

[jira] [Comment Edited] (PHOENIX-5308) Unable to run the some end2end tests in real cluster mainly the once using accessing hbase internals from minihbasecluster or custom coprocessors

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

Rajeshbabu Chintaguntla edited comment on PHOENIX-5308 at 6/17/19 12:32 AM:
----------------------------------------------------------------------------

[~tdsilva] [~ankit.singhal][~elserj] [~lhofhansl] Moved the tests having mini cluster dependencies or custom coprocessors to needs own cluster category because they cannot run the real cluster. Please review the patch.


was (Author: rajeshbabu):
[~tdsilva] [~ankit.singhal][~elserj] Moved the tests having mini cluster dependencies or custom coprocessors to needs own cluster category because they cannot run the real cluster. Please review the patch.

> Unable to run the some end2end tests in real cluster mainly the once using accessing hbase internals from minihbasecluster or custom coprocessors
> -------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: PHOENIX-5308
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5308
>             Project: Phoenix
>          Issue Type: Improvement
>            Reporter: Rajeshbabu Chintaguntla
>            Assignee: Rajeshbabu Chintaguntla
>            Priority: Major
>         Attachments: PHOENIX-5308.patch
>
>
> {noformat}
> org.apache.phoenix.end2end.index.MutableIndexIT.testCompactNonPhoenixTable
> org.apache.phoenix.end2end.index.MutableIndexIT.testIndexHalfStoreFileReader
> org.apache.phoenix.end2end.index.MutableIndexIT.testCompactDisabledIndex
> {noformat}
> {noformat}
> 53) testCompactDisabledIndex[MutableIndexIT_localIndex=false,transactional=null,columnEncoded=false](org.apache.phoenix.end2end.index.MutableIndexIT)
> java.lang.RuntimeException: org.apache.hadoop.hbase.DistributedHBaseCluster@75ff2b6d not an instance of org.apache.hadoop.hbase.MiniHBaseCluster
> 	at org.apache.hadoop.hbase.HBaseTestingUtility.getMiniHBaseCluster(HBaseTestingUtility.java:1105)
> 	at org.apache.hadoop.hbase.HBaseTestingUtility.getHBaseCluster(HBaseTestingUtility.java:2916)
> 	at org.apache.phoenix.end2end.index.MutableIndexIT.testCompactDisabledIndex(MutableIndexIT.java:856)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:498)
> 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> {noformat}
> {noformat}
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)