You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Balazs Meszaros (JIRA)" <ji...@apache.org> on 2017/07/12 08:13:00 UTC

[jira] [Created] (HBASE-18367) Reduce ProcedureInfo usage

Balazs Meszaros created HBASE-18367:
---------------------------------------

             Summary: Reduce ProcedureInfo usage
                 Key: HBASE-18367
                 URL: https://issues.apache.org/jira/browse/HBASE-18367
             Project: HBase
          Issue Type: Sub-task
            Reporter: Balazs Meszaros
            Assignee: Balazs Meszaros


If we want to replace ProcedureInfo objects with jsons (HBASE-18106) we have to reduce ProcedureInfo usage. Currently it is used several places in the code where it could be replaced with Procedure (e.g. ProcedureExecutor). We should use ProcedureInfo only for the communication before removing it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)