You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no sequence of deleting services during cf undeploy command. So we have situations like:
HANA Cloud deleted before service manager
SaaS service deleted before HTML5 repo service
Such situations create unexpected situations for corresponding service brokers.
It would be good:
Check if there are any subscriptions existing for the services existing in MTA
Delete services in sequence opposite to its creation, so if service manager is requiring Hana Cloud we should first ensure that service manager to be deleted first and Hana Cloud will be deleted after that.
The text was updated successfully, but these errors were encountered:
Hi @corporateuser , yes you are right, currently there is no order in deletion of service instances. Up until now we didn't expect any order to be required during deletion of any mta modules or resources.
I would like to understand what does it mean the following sentence "subscriptions existing for the services existing in MTA" from CF perspective? Does it mean existing service keys or service bindings between some application?
Description
Currently there is no sequence of deleting services during
cf undeploy
command. So we have situations like:Such situations create unexpected situations for corresponding service brokers.
It would be good:
The text was updated successfully, but these errors were encountered: