You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Matteo Bertozzi (JIRA)" <ji...@apache.org> on 2014/08/14 01:20:13 UTC

[jira] [Created] (HBASE-11733) Avoid copy-paste in Master/Region CoprocessorHost

Matteo Bertozzi created HBASE-11733:
---------------------------------------

             Summary: Avoid copy-paste in Master/Region CoprocessorHost
                 Key: HBASE-11733
                 URL: https://issues.apache.org/jira/browse/HBASE-11733
             Project: HBase
          Issue Type: Bug
          Components: Coprocessors
            Reporter: Matteo Bertozzi
            Assignee: Matteo Bertozzi
            Priority: Trivial
             Fix For: 2.0.0


all the methods of MasterCoprocessorHost and RegionCoprocessorHost are copy-paste, and a couple of them have some missing fixes.
The body of each function is the same, the only difference is the call to the specific coprocessor.



--
This message was sent by Atlassian JIRA
(v6.2#6252)