[ 
https://issues.apache.org/jira/browse/SPARK-55269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjoon Hyun updated SPARK-55269:
----------------------------------
    Description: 
{code:java}
-    // Reduce the SENTINEL_RESOURCE_RECONCILIATION_DELAY time to 0
+    // Reduce the SENTINEL_RESOURCE_RECONCILIATION_DELAY time to 10
     
SparkOperatorConfManager.INSTANCE.refresh(Map.of(SparkOperatorConf.SENTINEL_RESOURCE_RECONCILIATION_DELAY.getKey(),
 "10")); {code}

  was:
{code:java}
-    // Reduce the SENTINEL_RESOURCE_RECONCILIATION_DELAY time to 0
+    // Reduce the SENTINEL_RESOURCE_RECONCILIATION_DELAY time to 10
     SparkOperatorConfManager.INSTANCE.refresh(
         
Map.of(SparkOperatorConf.SENTINEL_RESOURCE_RECONCILIATION_DELAY.getKey(), 
"10")); {code}


> Fix a wrong comment of `testHandleSentinelResourceReconciliation`
> -----------------------------------------------------------------
>
>                 Key: SPARK-55269
>                 URL: https://issues.apache.org/jira/browse/SPARK-55269
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Kubernetes, Tests
>    Affects Versions: kubernetes-operator-0.8.0
>            Reporter: Dongjoon Hyun
>            Priority: Minor
>
> {code:java}
> -    // Reduce the SENTINEL_RESOURCE_RECONCILIATION_DELAY time to 0
> +    // Reduce the SENTINEL_RESOURCE_RECONCILIATION_DELAY time to 10
>      
> SparkOperatorConfManager.INSTANCE.refresh(Map.of(SparkOperatorConf.SENTINEL_RESOURCE_RECONCILIATION_DELAY.getKey(),
>  "10")); {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to