Skip to content

Commit

Permalink
[PLAT-16722] Kubernetes Resume to wait for YBC before completing
Browse files Browse the repository at this point in the history
Summary:
The kubernetes resume task would not wait for YBC, and could report completed before the
universe was fully resumed.

Test Plan: Run PauseResumeItest to validate the YBC container is started immediatly

Reviewers: anijhawan, vkumar, smuruganandham

Reviewed By: vkumar

Subscribers: yugaware

Differential Revision: https://phorge.dev.yugabyte.com/D41820
  • Loading branch information
shubin-yb committed Feb 12, 2025
1 parent d4b25c7 commit 842d7d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ public void createResumeKubernetesUniverseTasks() {
List<NodeDetails> masterNodeList = universe.getMasters();
createWaitForServersTasks(tserverNodeList, ServerType.TSERVER);
createWaitForServersTasks(masterNodeList, ServerType.MASTER);
createWaitForYbcServerTask(tserverNodeList);

createUnivManageAlertDefinitionsTask(true).setSubTaskGroupType(SubTaskGroupType.ResumeUniverse);

Expand Down

0 comments on commit 842d7d6

Please sign in to comment.