dongjoon-hyun commented on code in PR #514:
URL:
https://github.com/apache/spark-kubernetes-operator/pull/514#discussion_r2891352997
##########
spark-operator-api/src/main/java/org/apache/spark/k8s/operator/spec/RestartConfig.java:
##########
@@ -42,4 +44,23 @@ public class RestartConfig {
@Default("-1")
@Builder.Default
protected Long restartCounterResetMillis = -1L;
+ @Builder.Default protected Long maxRestartOnFailure = null;
Review Comment:
Can we use `Integer` instead of `Long` , @jiangzho ?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]