You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jingyun Tian (JIRA)" <ji...@apache.org> on 2019/05/22 07:21:00 UTC

[jira] [Created] (HBASE-22454) refactor WALSplitter

Jingyun Tian created HBASE-22454:
------------------------------------

             Summary: refactor WALSplitter
                 Key: HBASE-22454
                 URL: https://issues.apache.org/jira/browse/HBASE-22454
             Project: HBase
          Issue Type: Improvement
            Reporter: Jingyun Tian
            Assignee: Jingyun Tian


WALSplitter is more than 2000 lines right now. It's hard to read and understand. There are multiple inner classes which are not simple and many static methods. 

My plan is to separate these classes and move these static methods to a new util class.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)