tmct commented on PR #222: URL: https://github.com/apache/logging-log4net/pull/222#issuecomment-2624505708
Hi @FreeAndNil - I had a look and I don't think the private `_appenderArray` was actually doing any caching at all beyond the scope of each individual method. And it likely hinders the thread-safeness of anything that uses it. Most likely the original intent was to protect against exactly the thing we're seeing here. I've removed it everywhere if that's ok? -- 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. To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org