afedulov commented on PR #711: URL: https://github.com/apache/flink-kubernetes-operator/pull/711#issuecomment-1819644904
@mxm @gyfora I added the proposed `MAX_RESTART_TIME` option with the default value of 30minutes: https://github.com/apache/flink-kubernetes-operator/pull/711/commits/ae79219025729d90a74a5cf1eb765f14c5b45f33#diff-c63eb3ce6a3229c2e0e664d8032f966df8e0b90a67b5e1119d8ec1d862599348 To keep things simple for the users I decided to only cap by it only when the `PREFER_TRACKED_RESTART_TIME` options is enabled. Otherwise, the restart time is completely governed by the current `RESTART_TIME` setting, even it it exceeds the `MAX_RESTART_TIME`. https://github.com/apache/flink-kubernetes-operator/pull/711/commits/ae79219025729d90a74a5cf1eb765f14c5b45f33#diff-2241a4e55db07ff736cd174042179254aea0ca8d6884635b1146e5b5a9c17633R57 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
