You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Ted Yu <yu...@gmail.com> on 2011/07/05 05:29:05 UTC

Re: HBASE-4060

I and Weihua were filing issues at the same time.
I will reuse HBASE-4060 for another bug :-)

On Mon, Jul 4, 2011 at 8:26 PM, Ted Yu <yu...@gmail.com> wrote:

> I filed https://issues.apache.org/jira/browse/HBASE-4060
> Feel free to fill out detail there.
>
>
> On Mon, Jul 4, 2011 at 7:55 PM, Ted Yu <yu...@gmail.com> wrote:
>
>> The root cause was that ServerShutdownHandler.isDaughterMissing() uses
>> FindDaughterVisitor which doesn't check whether the value for
>> HConstants.SERVER_QUALIFIER carries non-null value.
>> Therefore for the scenario below isDaughterMissing() returns false,
>> skipping the following line:
>>       assignmentManager.assign(daughter, true);
>>
>> Please file a JIRA.
>>
>> Thanks for reporting this issue.
>>
>>
>>