dongjoon-hyun commented on PR #46386:
URL: https://github.com/apache/spark/pull/46386#issuecomment-2098984770

   I understand your point, @mridulm . Do you use the following syntax?
   ```
   spark.sparkContext.setLocalProperty("mdc." + name, "value")
   ```
   
   Initially, I thought it's okay because MDC is not used by default and this 
PR is for Apache Spark 4.0.0.
   
   However, if there is any concern on the plain logging part, I agree with 
@mridulm because MDC has been supported since Apache Spark 3.1.0.


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to