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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17389125#comment-17389125 ] 

Apache Spark commented on SPARK-36334:
--------------------------------------

User 'dongjoon-hyun' has created a pull request for this issue:
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
>            Priority: Major
>
> - https://kubernetes.io/docs/reference/using-api/api-concepts/#the-resourceversion-parameter
> - resourceVersion unset
> {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}
> - resourceVersion="0"
> {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}



--
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