[jira] [Commented] (LOG4J2-1858) Memory issues with ParameterizedMessage

2017-04-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15972951#comment-15972951 ] Adrien Grand commented on LOG4J2-1858: -- I understand release scheduling is

[jira] [Closed] (LOG4J2-1858) Memory issues with ParameterizedMessage

2017-04-18 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand closed LOG4J2-1858. The changes look good to me, thank you! > Memory issues with ParameterizedMess

[jira] [Commented] (LOG4J2-1858) Memory issues with ParameterizedMessage

2017-04-14 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15969205#comment-15969205 ] Adrien Grand commented on LOG4J2-1858: -- Thanks for having a look and the pointe

[jira] [Commented] (LOG4J2-1858) Memory issues with ParameterizedMessage

2017-04-14 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15968795#comment-15968795 ] Adrien Grand commented on LOG4J2-1858: -- Can anyone comment about this i

Potential memory leak in ParameterizedMessage

2017-04-14 Thread Adrien Grand
Hello, While reviewing a heap dump a couple weeks ago, I found that log4j was using more memory than I would expect, and this turned out to come from a static ThreadLocal in ParameterizedMessage. Could someone look at the following issue? https://issues.apache.org/jira/browse/LOG4J2-1858 Thanks.