saintstack commented on pull request #2274:
URL: https://github.com/apache/hbase/pull/2274#issuecomment-677264516


   Thanks for the help here.
   
   The last push implements @virajjasani 's suggestion. It moves the 
MutableRegionInfo out of RegionInfoBuilder to be standalone. This allows 
breaking of a static reference to RegionInfoBuilder from RegionInfo. A static 
Reference from RegionInfo to MutableRegionInfo remains but it seems clean; MRI 
has no interesting statics initializations for its part.
   
   This approach looks sufficient breaking the possible static load tangle. I 
could add this to first patch -- deprecating and nulling UNDEFINED -- and/or 
add the nice @bharathv suggestion. Either would nail it but this looks enough.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to