minchowang commented on PR #3416: URL: https://github.com/apache/incubator-streampark/pull/3416#issuecomment-1864529542
https://github.com/apache/flink/blob/aa5766e257a8b40e15d08eafa1e005837694772b/flink-core/src/main/java/org/apache/flink/configuration/RestOptions.java#L128C1-L134C60 In the `RestOptions.java`, RETRY_MAX_ATTEMPTS default value is 20, It is more than streampark RETRY_MAX_ATTEMPTS default value `2`, it might cause streampark show submit failed, but already submit to k8s. -- 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]
