You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gy...@apache.org on 2022/03/28 12:55:35 UTC

[flink-kubernetes-operator] branch release-0.1 updated: [hotfix]Remove the .sec in the config option

This is an automated email from the ASF dual-hosted git repository.

gyfora pushed a commit to branch release-0.1
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/release-0.1 by this push:
     new 0840ffd  [hotfix]Remove the .sec in the config option
0840ffd is described below

commit 0840ffde591d36a66dc085a741c64f936369e279
Author: Aitozi <yu...@alibaba-inc.com>
AuthorDate: Mon Mar 28 20:31:02 2022 +0800

    [hotfix]Remove the .sec in the config option
---
 .../apache/flink/kubernetes/operator/config/OperatorConfigOptions.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/config/OperatorConfigOptions.java b/flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/config/OperatorConfigOptions.java
index 923bab6..6d7642a 100644
--- a/flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/config/OperatorConfigOptions.java
+++ b/flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/config/OperatorConfigOptions.java
@@ -64,7 +64,7 @@ public class OperatorConfigOptions {
                             "The interval before a savepoint trigger attempt is marked as unsuccessful");
 
     public static final ConfigOption<Duration> OPERATOR_OBSERVER_FLINK_CLIENT_TIMEOUT =
-            ConfigOptions.key("operator.observer.flink.client.timeout.sec")
+            ConfigOptions.key("operator.observer.flink.client.timeout")
                     .durationType()
                     .defaultValue(Duration.ofSeconds(10))
                     .withDescription(