[jira] [Commented] (LOG4J2-1645) Immutable empty StringMap

2016-10-21 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15597221#comment-15597221 ] Remko Popma commented on LOG4J2-1645: - Do we really need to add a new class for this?

Jenkins build is back to normal : Log4j 2.x #2413

2016-10-21 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

[jira] [Commented] (LOG4J2-1645) Immutable empty StringMap

2016-10-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15596433#comment-15596433 ] Gary Gregory commented on LOG4J2-1645: -- I'm not fond of the name "frozen" in places

Build failed in Jenkins: Log4j 2.x #2412

2016-10-21 Thread Apache Jenkins Server
See Changes: [ggregory] [LOG4J2-1644] Inefficient locking in AbstractLoggerAdapter. -- [...truncated 3591 lines...] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at o

[jira] [Commented] (LOG4J2-1645) Immutable empty StringMap

2016-10-21 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15596293#comment-15596293 ] Mikael Ståldal commented on LOG4J2-1645: In Git branch LOG4J2-1645. What do you t

[jira] [Assigned] (LOG4J2-1645) Immutable empty StringMap

2016-10-21 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikael Ståldal reassigned LOG4J2-1645: -- Assignee: Mikael Ståldal > Immutable empty StringMap > - > >

[jira] [Resolved] (LOG4J2-1644) Inefficient locking in AbstractLoggerAdapter

2016-10-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved LOG4J2-1644. -- Resolution: Fixed Assignee: Gary Gregory Fix Version/s: 2.7.1 In Git, master. P

[jira] [Created] (LOG4J2-1645) Immutable empty StringMap

2016-10-21 Thread JIRA
Mikael Ståldal created LOG4J2-1645: -- Summary: Immutable empty StringMap Key: LOG4J2-1645 URL: https://issues.apache.org/jira/browse/LOG4J2-1645 Project: Log4j 2 Issue Type: Improvement A

[jira] [Commented] (LOG4J2-1644) Inefficient locking in AbstractLoggerAdapter

2016-10-21 Thread Tim Gokcen (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15596036#comment-15596036 ] Tim Gokcen commented on LOG4J2-1644: The test is not intended to differentiate betwee

[jira] [Commented] (LOG4J2-1644) Inefficient locking in AbstractLoggerAdapter

2016-10-21 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595964#comment-15595964 ] Gary Gregory commented on LOG4J2-1644: -- No matter how many times I run the test (wit

[jira] [Updated] (LOG4J2-1644) Inefficient locking in AbstractLoggerAdapter

2016-10-21 Thread Tim Gokcen (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Gokcen updated LOG4J2-1644: --- Attachment: LoggerAdapterTest.java While we were investigating this issue we also wrote a unit test f

[jira] [Comment Edited] (LOG4J2-1644) Inefficient locking in AbstractLoggerAdapter

2016-10-21 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15594430#comment-15594430 ] Mikael Ståldal edited comment on LOG4J2-1644 at 10/21/16 8:12 AM: -

[jira] [Commented] (LOG4J2-1644) Inefficient locking in AbstractLoggerAdapter

2016-10-21 Thread JIRA
[ https://issues.apache.org/jira/browse/LOG4J2-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15594430#comment-15594430 ] Mikael Ståldal commented on LOG4J2-1644: While we're at it, would it make sense t

Re: StringMap implementation for implementors of custom ContextDataInjector

2016-10-21 Thread Mikael Ståldal
Ah, I missed ContextDataFactory. That's useful. Yes, I was creating my own impl of StringMap in Scala, which was a bit tricky due to the way it uses generics. But I managed to do it. Scala uses generics similarly to Java, but there are some subtle differences. On Fri, Oct 21, 2016 at 1:53 AM, R

[jira] [Commented] (LOG4J2-1644) Inefficient locking in AbstractLoggerAdapter

2016-10-21 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15594293#comment-15594293 ] Ralph Goers commented on LOG4J2-1644: - It looks good to me. > Inefficient locking in