weblogic-kubernetes-operator icon indicating copy to clipboard operation
weblogic-kubernetes-operator copied to clipboard

Add retry information to domain status when reporting a failure

Open russgold opened this issue 3 years ago • 2 comments

This change updates the domain status message to include retry information when reporting a retriable failure. For example

WebLogicCredentials secret 'no-such-secret' not found in namespace 'namespace'. Will retry next at 2022-08-15T18:37:21-04:00 and approximately every 120 seconds afterward until 2022-08-16T18:35:21-04:00 if the failure is not resolved.

russgold avatar Aug 15 '22 22:08 russgold

I see 31 existing failures - I presume that the cluster changes broke the integration tests?

russgold avatar Aug 16 '22 12:08 russgold

I see 31 existing failures - I presume that the cluster changes broke the integration tests?

No, it turns out to have been a JSON serialization issue. I have switched to a different approach to involve the domain in the retry message creation.

russgold avatar Aug 22 '22 14:08 russgold