Re: Status of a savepoint operation returns Completed but an error was thrown

2021-05-18 Thread Till Rohrmann
Hi Diogo, the idea is that a savepoint operation can also fail. The status only denotes whether the savepoint operation is still in-progress or completed because it is an asynchronous operation. A savepoint operation can be completed if it succeeded or if it failed. The failure cause should tell

Status of a savepoint operation returns Completed but an error was thrown

2021-05-16 Thread Diogo Santos
Hi guys, We developed some scripts to improve the rolling updates in our pipelines, and one of the tasks done is to trigger a savepoint and waits for the response until the status is Completed or until it achieves the limit of retries. It was noticed that sometimes the response has the status