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/30 06:34:00 UTC

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

     [ https://issues.apache.org/jira/browse/HBASE-24968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on HBASE-24968 started by Viraj Jasani.
--------------------------------------------
> 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
>            Assignee: Viraj Jasani
>            Priority: Major
>
> 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)