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

Lars Hofhansl edited comment on PHOENIX-5074 at 12/25/18 10:01 AM:
-------------------------------------------------------------------

[~kozdemir] Turns out this breaks compilation in 4.x-HBase-1.4 at least:
{code}
[ERROR] 
/home/lars/dev/phoenix/phoenix-core/src/it/java/org/apache/phoenix/end2end/DropTableWithViewsIT.java:[63,25]
 cannot find symbol
  symbol:   method getRegions(org.apache.hadoop.hbase.TableName)
  location: class org.apache.hadoop.hbase.regionserver.HRegionServer
{code}

Edit: Did you mean {{getOnlineRegions(...)}}? Neither HBase 1.x nor master has 
an {{HRegionServer.getRegions(...)}} method.

Edit: Even when I replace the  method, it's needs an explicit cast to 
{{RegionCoprocessorEnvironment}}.


was (Author: lhofhansl):
[~kozdemir] Turns out this breaks compilation in 4.x-HBase-1.4 at least:
{code}
[ERROR] 
/home/lars/dev/phoenix/phoenix-core/src/it/java/org/apache/phoenix/end2end/DropTableWithViewsIT.java:[63,25]
 cannot find symbol
  symbol:   method getRegions(org.apache.hadoop.hbase.TableName)
  location: class org.apache.hadoop.hbase.regionserver.HRegionServer
{code}

Did you mean {{getOnlineRegions(...)}}? Neither HBase 1.x nor master has an 
{{HRegionServer.getRegions(...)}} method.

> DropTableWithViewsIT.testDropTableWithChildViews is flapping
> ------------------------------------------------------------
>
>                 Key: PHOENIX-5074
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5074
>             Project: Phoenix
>          Issue Type: Test
>            Reporter: Thomas D'Silva
>            Assignee: Kadir OZDEMIR
>            Priority: Major
>             Fix For: 4.15.0, 5.1.0
>
>
> [~kozdemir]
> This test is failing intermittently (see 
> https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/295/testReport/junit/org.apache.phoenix.end2end/DropTableWithViewsIT/testDropTableWithChildViews_DropTableWithViewsIT_multiTenant_false__columnEncoded_false_/).
> Can you modify the test so that the reaper process runs immediately? 



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

Reply via email to