Umeshkumar9414 commented on PR #7375:
URL: https://github.com/apache/hbase/pull/7375#issuecomment-3625249041
Hi @Apache9, @apurtell while building the phoenix with these changes I got
to know that Phoenix uses `isRegionInTransition` method of `RegionStates` class
that I removed with this change. And this version of pheonix will be facing
compile issue after this change. Wanted to know what do we do in such cases ?
```
[ERROR]
/****/phoenix/phoenix-core/src/it/java/org/apache/phoenix/rpc/PhoenixServerRpcIT.java:[247,79]
cannot find symbol
symbol: method
isRegionInTransition(org.apache.hadoop.hbase.client.RegionInfo)
location: class org.apache.hadoop.hbase.master.assignment.RegionStates
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]