Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HBASE-23596 HBCKServerCrashProcedure can double assign #952

Closed
wants to merge 1 commit into from

Commits on Jan 2, 2020

  1. HBASE-23596 HBCKServerCrashProcedure can double assign

    Change its behavior so it will only look in hbase:meta
    if the call to the super class turns up zero references.
    Only then will it search hbase:meta for references to
    'Unknown Servers'. Normal operation where we read Master
    context is usual and sufficient. The scan of hbase:meta
    is only for case where Master state has been corrupted
    and we need to clear out 'Unknown Servers'.
    saintstack committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    a5197bb View commit details
    Browse the repository at this point in the history