Cancel with savepoint on yarn-cluster mode can't retrieve savepointDir.

Posted by Shu Li Zheng on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Cancel-with-savepoint-on-yarn-cluster-mode-can-t-retrieve-savepointDir-tp23962.html

Hi community.

Cancel with savepoint on yarn-cluster mode can’t retrieve savepoint dir directly.
The reason is when I call /jobs/:jobid/savepoints with cancel option. The jobmanager will shutdown,
Then I can’t get savepoint dir through jobmanager(/jobs/:jobid/savepoints/:triggerid) anymore.
Seems like savepoint api should have a synchronous option.

BR.
Shu Li Zheng