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

release-23.1: cli/doctor: address issues in the debug doctor command #104832

Merged
merged 2 commits into from
Jun 27, 2023

Commits on Jun 27, 2023

  1. cli/doctor: make backwards compatible with older jobs tables

    Previously, the CLI debug doctor command was updated to be
    able to read the crdb_internal.system_jobs. This table
    doesn't exist on older releases, so the doctor command
    could only be run against the latest releases. To address,
    this patch adds support for running doctor against
    different releases.
    
    Epic: none
    Fixes: #104352
    Releases note (bug fix): Fixed a bug that prevented
    debug doctor from running against older versions of
    Cockroach.
    fqazi committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    fb6ffde View commit details
    Browse the repository at this point in the history
  2. cli/doctor: handle quoted namespace entries

    Previously, when parsing the namespace entries
    we did not handle quoted table names properly.
    This patch addresses, this by unquoting entries
    properly.
    
    Fixes: #104347
    
    Release note: None
    fqazi committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    8d703df View commit details
    Browse the repository at this point in the history