You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/08/19 18:08:34 UTC

[GitHub] [hbase] virajjasani edited a comment on pull request #2274: HBASE-24896 'Stuck' in static initialization creating RegionInfo inst…

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:
users@infra.apache.org