wForget commented on PR #11002:
URL: 
https://github.com/apache/incubator-gluten/pull/11002#issuecomment-3479175455

   > > Since spark is already shutting down, is there any downside to throwing 
an exception here?
   > 
   > Thank you for looking at this! This interrupts the shut down process and 
error classification will end up misclassifying based on this stack which can 
affect shutdown investigation in the absence of driver logs.
   
   This exception is thrown during the construction of SparkContext, and it 
does not affect the shutdown logic of SparkContext. Moreover, even if we catch 
the exception here, it may still occur later when Spark itself adds its own 
shutdown hooks.


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