post-backup-unlock phase.external networker encountered an error running 'up' action: exit status 1.system/system/app-usage-server and system/system/app-usage-worker instances are often left in a stopped state.app-usage-scheduler may crash multiple times before eventually succeeding or timing out.
The issue is caused by a performance bottleneck in the NSX Container Plugin (NCP) processing queue during the re-sync phase that follows a BBR backup.
app-usage-scheduler attempts to start while the NCP queue is still clogged. Because NCP cannot provide network info in time, the container startup fails with a CNI timeout (exit status 1).To resolve this issue, perform the following steps:
1. Upgrade NCP (Permanent Fix) Upgrade the NSX Container Plugin to version 4.2.4 or later. This version includes optimizations to the segment port cache expiration logic and skips redundant realization checks for unchanged ports, significantly reducing the time required to clear the sync queue.
2. Increase Unlock Timeout (Workaround) If an immediate upgrade is not possible, increase the allowed wait time for the usage service database to unlock:
/var/vcap/jobs/bbr-usage-servicedb.app-usage-scheduler.3. Optimize NSX Manager Sizing Ensure that the NSX Manager VMs are sized appropriately (e.g., Extra-Large) to handle the high volume of API requests generated during a foundation-wide re-sync.