Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
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.