[ https://issues.apache.org/jira/browse/SPARK-41719 ]


    Sandeep Katta deleted comment on SPARK-41719:
    ---------------------------------------

was (Author: sandeep.katta2007):
Thanks for the ongoing improvements. I’ve encountered a silent regression 
related to this bug  that impacts my workflows. Previously, I was able to set 
default configuration values and override them for modules like *{{ui}}* and 
*{{historyServer}}* as needed. However, with the recent changes, this behaviour 
seems to be broken.

For example 

> Spark SSLOptions sub settings should be set only when ssl is enabled
> --------------------------------------------------------------------
>
>                 Key: SPARK-41719
>                 URL: https://issues.apache.org/jira/browse/SPARK-41719
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 3.4.0
>            Reporter: Shrikant Prasad
>            Assignee: Shrikant Prasad
>            Priority: Minor
>             Fix For: 3.4.0
>
>
> If ${ns}.enabled is false, there is no use of setting rest of ${ns}.* 
> settings in SSLOptions as this requires unnecessary operations to be 
> performed to set these properties. 
> for ex: ${ns} - spark.ssl
> As per SSLOptions,
>  * SSLOptions is intended to provide the maximum common set of SSL settings, 
> which are supported
>  * by the protocol, which it can generate the configuration for.
> *
>  * @param enabled enables or disables SSL; *if it is set to false, the rest 
> of the settings are disregarded*



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

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

Reply via email to