You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2017/11/21 14:08:00 UTC

[jira] [Created] (UIMA-5652) uv3 update/impl logging mdc/ndc

Marshall Schor created UIMA-5652:
------------------------------------

             Summary: uv3 update/impl logging mdc/ndc
                 Key: UIMA-5652
                 URL: https://issues.apache.org/jira/browse/UIMA-5652
             Project: UIMA
          Issue Type: Improvement
          Components: Core Java Framework
            Reporter: Marshall Schor
            Assignee: Marshall Schor
            Priority: Minor
             Fix For: 3.0.0SDK


Replace NDC with MDC, implement suitable context info, update docs.
Context maintained:
  1) id of pipeline being run (an incr int + suitable string if one can be found, from root context)
  2) id of CAS (an incr int, and/or the CAS UniqueId)
  3) annotator being run (within a pipeline) - both Java Class & the path in the context to it

Insure values are not held onto to prevent GC problems.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)