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 <[email protected]> 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 <[email protected]> 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.
>>
>>
>>

Reply via email to