HeartSaVioR commented on issue #25705: [SPARK-29003][CORE] Fix deadlock in 
startup of Spark History Server
URL: https://github.com/apache/spark/pull/25705#issuecomment-530194631
 
 
   Hmm... yes I agree it might be weird if we don't follow start/stop pattern. 
What I'm concerned about is the change would also make tests skip initializing. 
If the test calls `updateAndCheck()`, it misses initialization. It doesn't let 
test be broken, but brings some unintentional side-effect.
   
   I think we even need to call `initialize` instead if it's weird for us to 
call `start` without calling `stop`, but given tests are passing, let's hear 
more voice on committers.

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


With regards,
Apache Git Services

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

Reply via email to