You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Viraj Jasani (Jira)" <ji...@apache.org> on 2020/08/29 18:18:00 UTC

[jira] [Created] (HBASE-24968) One of static initializers of CellComparatorImpl referring to subclass MetaCellComparator

Viraj Jasani created HBASE-24968:
------------------------------------

             Summary: One of static initializers of CellComparatorImpl referring to subclass MetaCellComparator
                 Key: HBASE-24968
                 URL: https://issues.apache.org/jira/browse/HBASE-24968
             Project: HBase
          Issue Type: Bug
            Reporter: Viraj Jasani


Superclass CellComparatorImpl has static initializer META_COMPARATOR which initializes sub-class MetaCellComparator, which could lead to deadlock while loading class (similar in nature to HBASE-24896 , although not that complex). We can break the dependency now before it becomes more complex (Splittable meta work will most likely impact this code path).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)