You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tez.apache.org by "Prasanth Jayachandran (JIRA)" <ji...@apache.org> on 2017/05/11 03:23:04 UTC

[jira] [Created] (TEZ-3721) Extend CallableWithNdc to also clone MDC

Prasanth Jayachandran created TEZ-3721:
------------------------------------------

             Summary: Extend CallableWithNdc to also clone MDC
                 Key: TEZ-3721
                 URL: https://issues.apache.org/jira/browse/TEZ-3721
             Project: Apache Tez
          Issue Type: Improvement
            Reporter: Prasanth Jayachandran
            Assignee: Prasanth Jayachandran


CallableWithNdc currently clones only NDC. Hive LLAP uses MDC all over and have to implement custom threadpools to copy MDC over to NDC and vice versa (with reflection!!) to keep the context around. 
Two possibilities will make this easier
1) Keep CallableWithNdc class around and add cloning of MDC
2) Add new class CallableWithDiagnosticContext, deprecate CallableWithNdc and change all tez code to use CallableWithDiagnosticContext

1 is easier as it doesn't change anything. 2 is cleaner wrt to class name but little intrusive. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)