Long wait after clicking “Apply Changes” in OpsManager UI for Large vSphere Environments
search cancel

Long wait after clicking “Apply Changes” in OpsManager UI for Large vSphere Environments

book

Article ID: 451208

calendar_today

Updated On:

Products

VMware Tanzu Platform - Cloud Foundry Operations Manager

Issue/Introduction

When clicking Apply Changes or modifying configurations in Operations Manager, you might experience significant delays, UI unresponsiveness.

Key observations include:

  • The UI appears to hang for several minutes before showing progress or responding.
  • High network counts (e.g., >10,000) are present in the vCenter environment.
  • Logs may indicate long processing times during the pre-deploy validation phase.

Environment

VMware Tanzu Operations Manager 3.1.12, 3.3.4

Cause

The issue is caused by the NetworkExistenceVerifier performing sequential, individual API calls to vCenter for every network defined in the environment. In large-scale setups, this results in hundreds of thousands of individual calls per "Apply Changes" request, leading to severe performance degradation and web server timeouts.

Resolution

Product team has identified the root cause as inefficient network validation and has implemented batching logic for the NetworkExistenceVerifier. This change significantly reduces the number of API calls to vCenter and improves performance by up to 250x in large environments.

The fix is included in the future patch releases of 3.1.x,3.3.x. 


Additional Information

Workaround:

If an immediate resolution is required before the patch can be applied, above verifier can be disabled as per below doc.

https://techdocs.broadcom.com/us/en/vmware-tanzu/platform/tanzu-operations-manager/3-3/tanzu-ops-manager/install-granular-verifier-control.html

Note: This will skip network existence validation during configuration saves and deployments. Ensure all network configurations are accurate before proceeding. Please contact support before deactivating.