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

Hyukjin Kwon resolved SPARK-39973.
----------------------------------
    Fix Version/s: 3.4.0
       Resolution: Fixed

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

> Avoid noisy warnings logs when 
> spark.scheduler.listenerbus.metrics.maxListenerClassesTimed = 0
> ----------------------------------------------------------------------------------------------
>
>                 Key: SPARK-39973
>                 URL: https://issues.apache.org/jira/browse/SPARK-39973
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 3.4.0
>            Reporter: Josh Rosen
>            Assignee: Hyukjin Kwon
>            Priority: Minor
>             Fix For: 3.4.0
>
>
> If {{spark.scheduler.listenerbus.metrics.maxListenerClassesTimed}} has been 
> set to {{0}} to disable listener timers then listener registration will 
> trigger noisy warnings like
> {code:java}
> LiveListenerBusMetrics: Not measuring processing time for listener class 
> org.apache.spark.sql.util.ExecutionListenerBus because a maximum of 0 
> listener classes are already timed.{code}
> warnings.
> We should change the code to not print this warning when 
> maxListenerClassesTimed = 0.
> I don't plan to work on this myself.



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