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-25922 - Disabled sanity checks ignored on snapshot restore #4533

Merged
merged 8 commits into from
Aug 26, 2022

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    5678a7b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Run spotless:apply

    Ujjawal Kumar committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    4070d09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc1374e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. TestOpenRegionFailedMemoryLeak - Enable sanity checks so that classlo…

    …ading check fails while opening hregion
    
    TestAssignmentManagerMetrics - Enable sanity checks on RS so that region reopen fails during modify table, disable sanity check on HMaster so that modify table doesn't terminate prematurely without calling assigment manager
    Ujjawal Kumar committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    ed59341 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Handle review comments:

    i) Table Descriptor should come before global check to allow for overrides
    ii) Check methods in TableDescriptorChecker can do sanity check on their own
    Ujjawal Kumar committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    da9ba20 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    09858ce View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Configuration menu
    Copy the full SHA
    685b8f6 View commit details
    Browse the repository at this point in the history
  2. Remove check for table descriptor as it's already handled by

    CompoundConfiguration
    Ujjawal Kumar committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    879ab3e View commit details
    Browse the repository at this point in the history