This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
[Subnet Mgr] Subnet deletion to support parallel deletion of relevant resources and rollback #649
Labels
enhancement
New feature or request
Issue Description
In com.futurewei.alcor.subnet.controller.deleteSubnetState, multiple downstream resources related to a to-be-deleted subnet need to get deleted.
Those resources include:
In current implementation, resource deletion is sequential and unsupported of rollback if one deletion fails.
We want to support parallel deletion of relevant resources and rollback.
The text was updated successfully, but these errors were encountered: