Details
-
Documentation
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0
-
None
Description
SPARK-29654 has introduced the configuration `spark.metrics.register.static.sources.enabled`.
The current implementation of SPARK-29654 and SPARK-25277 have, as side effect, that when spark.metrics.register.static.sources.enabled is set to false, the registration of JVM Source is also ignored, even if requested with spark.metrics.conf.*.source.jvm.class=org.apache.spark.metrics.source.JvmSource
A PR is proposed to fix this.