You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (Jira)" <ji...@apache.org> on 2021/07/29 08:03:00 UTC

[jira] [Resolved] (SPARK-36334) Add a new conf to allow K8s API server-side cache for pod listing

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

Dongjoon Hyun resolved SPARK-36334.
-----------------------------------
    Fix Version/s: 3.3.0
       Resolution: Fixed

Issue resolved by pull request 33563
[https://github.com/apache/spark/pull/33563]

> Add a new conf to allow K8s API server-side cache for pod listing
> -----------------------------------------------------------------
>
>                 Key: SPARK-36334
>                 URL: https://issues.apache.org/jira/browse/SPARK-36334
>             Project: Spark
>          Issue Type: Improvement
>          Components: Kubernetes
>    Affects Versions: 3.3.0
>            Reporter: Dongjoon Hyun
>            Assignee: Dongjoon Hyun
>            Priority: Major
>             Fix For: 3.3.0
>
>
> - https://kubernetes.io/docs/reference/using-api/api-concepts/#the-resourceversion-parameter
> - resourceVersion unset
> {code}
> Most Recent: Return data at the most recent resource version. The returned data must be consistent (i.e. served from etcd via a quorum read).
> {code}
> - resourceVersion="0"
> {code}
> Any: Return data at any resource version. The newest available resource version is preferred, but strong consistency is not required; data at any resource version may be served.
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org