dnskr commented on pull request #35224:
URL: https://github.com/apache/spark/pull/35224#issuecomment-1014482302


   @cloud-fan It is old memory leak and originally it was mentioned in the 
[PR#28128](https://github.com/apache/spark/pull/28128) and 
[comment](https://github.com/apache/spark/pull/28128#issuecomment-653102770).
   
   I reproduce the issue on Spark 3.2.0 by running the code from the comment 
and I see the same result:
   `SQLAppStatusListener` and `ExecutionListenerBus` added each time called
   ```
       SparkSession
         .builder()
         .sparkContext(context)
         .master("local")
         .getOrCreate()
         .sessionState // this touches the sessionState
   ```


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to