[jira] [Created] (LOG4J2-1123) Core Configurator.initialize(String, ClassLoader, String) fails to work when config location is a file path

2015-09-17 Thread Gary Gregory (JIRA)
Gary Gregory created LOG4J2-1123: Summary: Core Configurator.initialize(String, ClassLoader, String) fails to work when config location is a file path Key: LOG4J2-1123 URL: https://issues.apache.org/jira/browse/LO

[jira] [Comment Edited] (LOG4J2-1121) LoggerConfig performance improvement: remove waitForCompletion and associated fields

2015-09-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14804948#comment-14804948 ] Remko Popma edited comment on LOG4J2-1121 at 9/18/15 4:35 AM: -

[jira] [Issue Comment Deleted] (LOG4J2-1121) LoggerConfig performance improvement: remove waitForCompletion and associated fields

2015-09-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Remko Popma updated LOG4J2-1121: Comment: was deleted (was: It may be possible to fix the race condition in the counter/waitForComp

[jira] [Comment Edited] (LOG4J2-1121) LoggerConfig performance improvement: remove waitForCompletion and associated fields

2015-09-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14804410#comment-14804410 ] Remko Popma edited comment on LOG4J2-1121 at 9/18/15 4:29 AM: -

[jira] [Commented] (LOG4J2-1121) LoggerConfig performance improvement: remove waitForCompletion and associated fields

2015-09-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14804948#comment-14804948 ] Remko Popma commented on LOG4J2-1121: - To be clear, I also firmly agree that reliabil

[jira] [Commented] (LOG4J2-1121) LoggerConfig performance improvement: remove waitForCompletion and associated fields

2015-09-17 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14804463#comment-14804463 ] Ralph Goers commented on LOG4J2-1121: - The performance impact isn't on reconfiguratio

[jira] [Commented] (LOG4J2-1121) LoggerConfig performance improvement: remove waitForCompletion and associated fields

2015-09-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14804410#comment-14804410 ] Remko Popma commented on LOG4J2-1121: - Unconditional wait drawbacks: delaying a shutd

Re: Configurator bug fix coming later

2015-09-17 Thread Ralph Goers
No problem. I want to get the race condition fixed before the release. I expect the release to happen this weekend. Ralph > On Sep 17, 2015, at 10:07 AM, Gary Gregory wrote: > > Hi All: > > I hope no one is doing an RC today because I have a bug fix coming in > tonight: Using the Configurato

Configurator bug fix coming later

2015-09-17 Thread Gary Gregory
Hi All: I hope no one is doing an RC today because I have a bug fix coming in tonight: Using the Configurator, the configLocation must be a URL string. File paths like "E:\and\so\on.xml" do not work because the URI class return "E" as the URI scheme. The code tries to account for file paths but fa

[jira] [Commented] (LOG4J2-1121) LoggerConfig performance improvement: remove waitForCompletion and associated fields

2015-09-17 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14803103#comment-14803103 ] Ralph Goers commented on LOG4J2-1121: - No, it is not a terrible idea. But as you can

[jira] [Commented] (LOG4J2-1121) LoggerConfig performance improvement: remove waitForCompletion and associated fields

2015-09-17 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14803048#comment-14803048 ] Remko Popma commented on LOG4J2-1121: - Good catch. I'm still traveling but may be abl

[jira] [Commented] (LOG4J2-969) Refactor SyslogAppender so that Layout is a Plugin element

2015-09-17 Thread Paul D Johe (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14791833#comment-14791833 ] Paul D Johe commented on LOG4J2-969: [~micpalmia] : Here is the code we have used (als