MAPREDUCE服务 MRS-配置FlinkServer重启策略:fixed-delay策略

时间:2024-10-22 09:17:14

fixed-delay策略

发生故障时会尝试重启作业固定次数,如果超过了最大的尝试次数,作业最终会失败。并且在两次连续重启尝试之间,重启策略会等待固定的时间。

以配置若重启失败了3次则认为该Job失败,重试时间间隔为10s为例,参数配置为:

restart-strategy: fixed-delay
restart-strategy.fixed-delay.attempts: 3
restart-strategy.fixed-delay.delay: 10 s
support.huaweicloud.com/cmpntguide-mrs/mrs_01_24779.html