Error: Exception while searching during pipeline execution (Error code: 60576)
INFO INTENT-PROCESSOR-CONSOLIDATED-SERVICE-1 ConsolidatedRealizedStateServiceImpl 5991 POLICY [nsx@6876 comp="nsx-manager" level="INFO" subcomp="manager"] Updated consolidated state for intentPath:/infra/ip-pools/[IP-POOL-PATH]/ip-allocations/[ALLOCATION-ID] to:ERRORGET /policy/api/v1/infra/ip-pools/[IP-POOL-PATH]ERROR http-nio-127.0.0.1-7440-exec-6 SearchServiceImpl 5991 - [nsx@6876 comp="nsx-manager" errorCode="MP60506" level="ERROR" reqId="########-c9d8-4e5b-a36b-############" subcomp="manager" username="######@#######"] [QueryExecution: Execution] Exception while searching, query: resource_type:(IpAddressAllocation)
java.io.IOException: entity content is too long [107740867] for the configured buffer limit [104857600]VMware NSX
This error occurs when the OpenSearch buffer limit is exhausted. This is typically triggered by an accumulation of stale or persistent 'IpAddressAllocation' objects in an `ERROR` state.
These objects often accumulate due to repeated, automated allocation attempts (e.g., via Terraform or other orchestration tools) against an exhausted IP address pool. These allocation intents persist indefinitely, this leads to the resulting search payload size exceeding the configured buffer limit (100MB), causing the UI to fail when attempting to fetch the IP Pool data.
To resolve this issue, you must identify and remove the stale/failed allocation intents.
Once the stale 'IpAddressAllocation' objects are removed and the buffer size is no longer exceeded, the IP Address Pool UI should automatically become responsive again.
Known Issue and Updates
This behavior is a known issue. To stay informed about fix status or permanent remediations, please subscribe to this knowledge article. You can learn more about how to track defect status and receive updates at Subscribe to a Broadcom knowledge article by article or product.