-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: Fix debug zip for storage nodes
This commit addresses a bug where the nodes.json and status.json data for storage servers was not getting populated correctly. Due to a recent switch to the NodesList API, the nodes and status json files were missing information such as store metrics, store status etc. for storage nodes. This bug has been addressed by reverting back to using the Nodes API when the debug zip command is run against a storage server. We will continue to use NodesList API for SQL only servers since we want to filter out storage specific information for SQL only servers. Release note: None
- Loading branch information
1 parent
79ee8d0
commit 8227fde
Showing
4 changed files
with
122 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters