hailin0 commented on code in PR #8456:
URL: https://github.com/apache/seatunnel/pull/8456#discussion_r1903289033
##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/tracing/MDCContext.java:
##########
@@ -44,55 +59,20 @@ public class MDCContext implements Serializable {
private final Long jobId;
private final Long pipelineId;
private final Long taskId;
+ private transient volatile MDCContext toRestore;
Review Comment:
cache parent context
--
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]