Closed laguvard closed 1 month ago
Version 1.1.0
Hi @laguvard thanks for reporting the issues. For the first one, it can be fixed by increasing the retry number in each requests, and make the controller requeue the request when the OCI ADB is in intermediate states like Provisioning or Terminating. The both issues will be fixed in the next release.
Thanks @ting-lan-wang. Does Closed mean that you've merged the fixes?
Hi @laguvard The fixes were delivered internally. They will go public in the next version (v1.2.0).
During a series of about a dozen AutonomousDatabase create/delete cycles, the CR remained stuck 3 times at either the Provisioning or the Terminating state even after the OCI ADB transitioned to Available or Terminated. This was due to a transient 500 error.
1) It appears that there was no attempt to recover. The logs show:
2) There was no indication on the CR (e.g., a condition) to show the error.
Here's the error: