You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2010/11/02 22:41:08 UTC

[jira] Assigned: (HBASE-3141) Master RPC server needs to be started before an RS can check in

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

stack reassigned HBASE-3141:
----------------------------

    Assignee: ryan rawson

Ryan is going to look at this (Jon is busy the next few days)

> Master RPC server needs to be started before an RS can check in
> ---------------------------------------------------------------
>
>                 Key: HBASE-3141
>                 URL: https://issues.apache.org/jira/browse/HBASE-3141
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>            Reporter: Jonathan Gray
>            Assignee: ryan rawson
>            Priority: Critical
>             Fix For: 0.90.0
>
>         Attachments: HBASE-3141-v1.patch
>
>
> Starting up an RPC server is done in two steps.  In the constructor, we instantiate the RPC server.  Then in startServiceThreads() we start() it.
> If someone RPCs in between the instantiation and the start(), it seems that bad things can happen.  We need to make sure this can't happen and there aren't any races here.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.