dongjoon-hyun commented on PR #45618: URL: https://github.com/apache/spark/pull/45618#issuecomment-2025461486
Yes, @LuciferYang , as I mentioned in the above comment, I was also investigating them too because they failed at the log checking stage at that time due to `SLF4J: Defaulting to no-operation (NOP) logger implementation`. - https://github.com/apache/spark/pull/45618#issuecomment-2022177524 Before this PR, all Spark log output could disappear. In our CI, `Spark Driver` log and `Spark Thrift Server` log was missing. In the same way, all Spark JVMs like `Spark Master` and `Spark Worker` could be affected in the same way randomly before this PR. > May I ask if this is an additional benefit for this pr? Thanks ~ -- 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]
