OctopusDeploy/OctopusTentacle

Performance issue when instantiating logs

Closed this issue · 1 comments

Team

  • I've assigned a team label to this issue

What happened?

There is a performance issue observed in Halibut when ILog instances are created which are used by the InMemoryConnectionLog.

Snippet of pstacks from a Server process dump showing the issue

image

An ILog is constructed for every log message that Halibut wants to write.

Reproduction

.

Error and Stacktrace

No response

More Information

No response

Workaround

No response