You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2019/05/27 04:12:20 UTC

[GitHub] [bookkeeper] jvrao opened a new issue #2101: MDC context is missing from metadata path.

jvrao opened a new issue #2101: MDC context is missing from metadata path. 
URL: https://github.com/apache/bookkeeper/issues/2101
 
 
   There are areas in the metadata path like:
   
   ledgerManager.readLedgerMetadata(lId).whenComplete((metadata, exception) -> {
                   if (exception == null) {
                       cb.isClosedComplete(BKException.Code.OK, metadata.getValue().isClosed(), ctx);
   
   Where MDC context restoration is missed. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services