mongodb / atlas-osb

Deprecated project, please see https://github.com/mongodb/helm-charts for your best starting place
Apache License 2.0
7 stars 7 forks source link

[bug] cannot fetch instance: cannot find instance in maintenance DB(s): no instances found #101

Open tanjoht opened 3 years ago

tanjoht commented 3 years ago

We have a smoke test that tests the functionality of the mongodb atlas service broker and mongodb atlas every hour.

When the delete service instance operation takes longer than 60 minutes (due to issues on mongodb atlas), the service broker does not properly purge the service instance from the PCF environment. Trying to delete the service instance results in the following error:

Deleting service atlas-osb-smoketest in org system / space atlas-osb as admin... FAILED Server error, status code: 502, error code: 10001, message: Service instance atlas-osb-smoketest: Service broker error: cannot find plan for instance "ce6fc834-4b5b-4288-bfd8-98c6dd58f5e3": cannot fetch instance: cannot find instance in maintenance DB(s): no instances found

priyolahiri commented 3 years ago

Thank you for reporting this. We will look into it. This will take some time as the issue will be hard to reproduce.