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

ASF GitHub Bot updated SPARK-54694:
-----------------------------------
    Labels: pull-request-available  (was: )

> Fail app on ConfigMap size over limit
> -------------------------------------
>
>                 Key: SPARK-54694
>                 URL: https://issues.apache.org/jira/browse/SPARK-54694
>             Project: Spark
>          Issue Type: Bug
>          Components: Kubernetes
>    Affects Versions: 4.2.0
>            Reporter: wangxinyu
>            Priority: Major
>              Labels: pull-request-available
>
> Currently, when the combined size of configuration files exceeds the 
> Kubernetes ConfigMap size limit, Spark silently skips loading some files. 
> This behavior is problematic because it can lead to unexpected missing 
> configurations, potentially causing application failures or incorrect runtime 
> behavior.
> Furthermore, the current validation logic is incomplete and inconsistent:
>  # Only the size of driver conf map will be validated against the Kubernetes 
> limit.
>  # The size of the spark.properties file is NOT included in the size 
> calculation.



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