virajjasani edited a comment on pull request #2274:
URL: https://github.com/apache/hbase/pull/2274#issuecomment-676578737


   Wondering if moving `MutableRegionInfo` impl class to separate outer class 
could help us by any chance (It's static init that is causing issue, not static 
subclass. However, even in the example mentioned in the blog post provided by 
Bharath has static init referring to static sub-class within it's own class and 
not any extended outer class, maybe some JVM bug not able to deal with this 
inter-dependencies **only** when one of the involved subclasses is static 
subclass, who knows...)


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