domainmanager.log shows continuous polling of the Operations task without state change.VCF 9.1
VCF Operations 9.1
SDDC Manager 9.1
This issue occurs when a duplicate Aria Patching and Upgrade Automation Tool (APUAT) upgrade task is initiated before the original process has finished. The duplicate task inherits the taskID of the original. While the actual task may have completed on the original thread, the duplicate task remains active with no remaining work to perform, causing the SDDC Manager to remain in a polling state.
Fixed in release 9.1.0.0200 and higher. See to download this release.
Take a snapshot of all VCF Operations nodes before making file modifications
Manually update the APUAT results file to reflect a completed state, which allows the SDDC Manager to recognize the task as finished:
BEFORE → AFTER
"cleanup_exit_code": "" → "cleanup_exit_code": "0"
"cleanup_result": "no results" → "cleanup_result": "Completed successfully"
"apply_system_update_exit_code": "" → "apply_system_update_exit_code": "0"
"apply_system_update_result": "Running" → "apply_system_update_result": "Completed successfully"