Last Modified: Mar 01, 2021
Affected Product:
See more info
BIG-IQ Platform
Known Affected Versions:
6.1.0, 7.0.0, 7.0.0.1, 7.0.0.2, 7.1.0, 7.1.0.1, 7.1.0.2, 7.1.0.3
Opened: Sep 05, 2019
Severity: 3-Major
If you're running several deployment evaluations at the same time (or very near in time) and cancel one of the queued evaluations, the cancelled evaluation will get stuck in 'Cancelling' status. The REST request will deploy something similar to the following: # restcurl -u admin: mgmt/cm/firewall/tasks/deploy-configuration { "items": [ { "createChildTasks": true, "currentStep": "CHECK_LICENSE", [...] "startDateTime": "2019-08-28T15:20:15.962+0100", "status": "CANCEL_REQUESTED", "type": "Full", [...]
This deployment evaluation and all evaluations after it will never be run.
Cancelling a queued deployment evaluation.
Restart restjavad to change status to FAILED.
None