A bosh deployment may fail while updating an instance with the following error: Task with id ###### could not be found
Example:
Task 99 | 01:23:05 | Updating instance worker: worker/######### (4) (00:01:10)
L Error: Action Failed get_task: Task with id ###### could not be found
Task 99 | 01:23:06 | Error: Action Failed get_task: Task with id ###### could not be found
The bosh agent stores task IDs in memory. This error indicates the agent was restarted unexpectedly
This error may also be caused by duplicate IPs
bosh -d <DEPLOYMENT> recreate <INSTANCE/GUID> --no-converge --fixIf the above steps don't resolve the issue, there may be a bigger issue with the bosh-agent. Please collect the agent logs from the failing instance and open a case with Tanzu Support
To collect bosh agent logs: bosh -d <DEPLOYMENT> logs <INSTANCE/GUID> --agent