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.2: cluster-ui, db-console: fix bug where store ids are treated as node ids #120212

Merged
merged 1 commit into from Mar 19, 2024

Commits on Feb 15, 2024

  1. cluster-ui, db-console: fix bug where store ids are treated as node ids

    Previously, store ids were being treated as node ids on the databases
    view. This resulted in "Regions/Nodes" column showing inaccurate
    information in some cases. Now, store ids are mapped to node ids on the
    databases view which resolves the issue.
    
    Also, a log message is skipped during tests so that the output isn't
    polluted with expected warnings.
    
    Fixes: #118957
    
    Release note (ui change): Resolves an issue where clusters with multiple
    stores per node may list inaccurate region/node information in the
    databases table.
    laurenbarker committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    9c9dd35 View commit details
    Browse the repository at this point in the history