tillrohrmann commented on issue #6601: [FLINK-10193] Add @RpcTimeout to JobMasterGateway.triggerSavepoint URL: https://github.com/apache/flink/pull/6601#issuecomment-416898324 You're right @GJL. Then I would vote for the first test case. Something along the lines: ``` Future future1 = jm.triggerSavepoint(1 ms); Future future2 = jm.triggerSavepoint(inf); future1.get() fails with TimeoutException && !future2.isDone() ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services