DeGlobalize log corking #32898
Labels
@aws-cdk/core
Related to core CDK functionality
effort/medium
Medium work item – several days of effort
p2
Depends on #32816
Today the log corking mechanism maintains both a global cork counter as well as a global log buffer. This is a problem for the Programmatic Toolkit as globally maintained memory can potentially lead to unexpected behavior especially in multithreaded workloads.
log corking logic needs to be moved into the IoHost class and specific to that IoHost instance
The text was updated successfully, but these errors were encountered: