You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@logging.apache.org by Carter Kozak <ck...@apache.org> on 2018/07/02 14:23:30 UTC

[log4j] Reusable message memory leaks

Hi all,

I've found another reusable message memory leak[1]. I've pushed a
proposed fix[2] which adds a new "Clearable" interface we can use to
reset reusable messages. Ideally this would be a default method on
ReusableMessage, however I would like to get this fix into 2.11.1 so
I've made the interface package private.
Please let me know if you have feedback or concerns.

-Carter

1. https://issues.apache.org/jira/browse/LOG4J2-2364
2. https://github.com/apache/logging-log4j2/pull/186