Closed lin1161 closed 1 year ago
Hi, This issue is a known issue and we are just at the end of finishing handling it
The reason you keep getting updateInProgress is that service-manager forward the request to the broker and gets an error - after that service-manager returns a status code 502 and the operator interprets this as a transient error (which means in other words temporary error, and keep trying to update the service instance)
This issue will be fixed in the following days.
Hello Tal, Thanks for your quick reply, I remember the known issue you mentioned, but there's something different about the behavior right now, in the past, when this problem occurred, if the operator keeps trying to update the instance, soon it would reach the service manager api request limit: "The allowed request limit of 100 requests has been reached please try again later". But now, seems the sm api request limit is not reached, it still reports the service broker error after 30 mins.
It depends on the environment and the configuration of sm. Any way - in the new solution a better operator rate limit is added
Hello Tal, Thanks.
I installed BTPSO in my cluster, and created a hana cloud instance via BTPSO, then I tried to update it with an invalid parameter(set memory to 35), I expected to get a status like UpdateFailed, but it is always in UpdateInProgress status. I don't think it is a expected behavior, can somebody help to take a look?
The serviceinstance CR can show an obvious error from service broker Status/Conditions/Message, but the status is always UpdateInProgress (unexpected).