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. > > >
