MDC context is missing from metadata path.
Open
triage/week-33
type/bug
- Dominant language
- Java
- Stars
- 2k
- Forks
- 976
- Avg merge
- 6d 15h
- Merged PRs (30d)
- 7
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.