Hi, A number of projects in Hadoop echo system use org.apache.hadoop.util.JvmPauseMonitor (or clones of it) to log long GC pauses. Is there something like that for a Spark Executor, that can make a log entry based on GC time exceeding a configured limit?
Thank you, Eugene