[ 
https://issues.apache.org/jira/browse/HBASE-11096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13996228#comment-13996228
 ] 

Qiang Tian commented on HBASE-11096:
------------------------------------

Thanks Ted's comment. sure, will remove it.

Hi [~apurtell], [[email protected]], [~jxiang],
Regarding HBASE-11146, after studying HBASE-10569 and the code, it is by 
design. 
my concern is that, although master is also a regionserver, but from user's 
perspective master is still of a 'master role', so if they deploy master 
coprocessor and regionserver coprocessor on master and regionserver 
respectively, they might not want to see 2 coprocessors created on master, in 
which case the master coprocessor and regionserver coprocessor might have 
potential conflict.  --I just see we remove the master infoserver, and redirect 
the request to regionserver infoserver in 0.99. maybe we could follow similar 
way? i.e. disable RegionServerCoprocessorHost on master.

Could you please let me know your thoughts?

Thanks!
Qiang


> stop method of Master and RegionServer coprocessor  is not invoked
> ------------------------------------------------------------------
>
>                 Key: HBASE-11096
>                 URL: https://issues.apache.org/jira/browse/HBASE-11096
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.2, 0.98.1, 0.94.19
>            Reporter: Qiang Tian
>            Assignee: Qiang Tian
>             Fix For: 0.99.0, 0.96.3, 0.94.20, 0.98.3
>
>         Attachments: HBASE-11096-trunk-v0.patch, HBASE-11096-trunk-v0.patch, 
> HBASE-11096-trunk-v1.patch, HBASE-11096-trunk-v2.patch
>
>
> the stop method of coprocessor specified by 
> "hbase.coprocessor.master.classes" and  
> "hbase.coprocessor.regionserver.classes"  is not invoked.
> If coprocessor allocates OS resources, it could cause master/regionserver 
> resource leak or hang during exit.



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

Reply via email to