-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PLAT-16918]: Master Configuration Changes are not applied during edi…
…t universe Summary: there are 3 issues. All the issues happens ONLY for universes which has migrated from 2.20 to 2024.2 1. Total pods field is showing up , but it should up separately for TServer and master 2. Editing MASTER cpuCore count and master volume Size does not work, it always retains default values 3. in the Universe overview page, the cluster widget does not show details separately for TServer and Master. 4. This is issue which persists always and may be this diff will fix it, show uptime in seconds for both TServer and Master All of the issues happens due to recent change where master dedicatedNodes is being sent as false (which is expected now). The fix is as follows: NodeDetailsTable - We need to show both master and Tserver uptime in K8, this is a minor issue that has been there for long time, this issue cleans it up UniverseOverviewNew.js and UniverseUtils.js - some linting corrections, also `isDedicatedNodePlacement` should return true if provider type is kubernetes, this is used by UniverseOverviewNew where all CPU Usage panel, Disk Usage Panel will show separate stats for TServer and Master EditUniverse.tsx - masterK8SNodeResourceSpec and tserverK8SNodeResourceSpec should get values from form when universe is a kubernetes based one TotalNodesField.tsx - We need to show separate TServer pods and Master pods if it is dedicated or when it is k8 universe (which is primary) InstanceConfiguration.tsx - Show TServer and Master info in case of K8 primary and show TServer config only in case of k8 RR Test Plan: Once this diff is merged, QA can test this locally by creating a universe in 2.20 and upgrading it to latest master build Reviewers: jmak, anijhawan Reviewed By: jmak Differential Revision: https://phorge.dev.yugabyte.com/D42227
- Loading branch information
1 parent
9e694b6
commit 6222c84
Showing
8 changed files
with
71 additions
and
35 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
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