vinooganesh commented on a change in pull request #28128:
URL: https://github.com/apache/spark/pull/28128#discussion_r427422859
##########
File path: core/src/main/scala/org/apache/spark/SparkContext.scala
##########
@@ -91,6 +91,7 @@ class SparkContext(config: SparkConf) extends Logging {
val startTime = System.currentTimeMillis()
private[spark] val stopped: AtomicBoolean = new AtomicBoolean(false)
+ private[spark] val sessionListenerRegistered: AtomicBoolean = new
AtomicBoolean(false)
Review comment:
@cloud-fan - updated, how does this look?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]