1) I need to find some time to look at the JMX stuff. The last time I looked at
it I noticed that some of it was implemented incorrectly - but i don’t recall
exactly what. I like this being in a separate jar as including it would
automatically mean the user wants JMX support. I like that. So I
[
https://issues.apache.org/jira/browse/LOG4J2-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ralph Goers resolved LOG4J2-439.
Resolution: Fixed
Documentation patch applied in revision 1591549. Please verify and close.
> Crea
[
https://issues.apache.org/jira/browse/LOG4J2-609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13986376#comment-13986376
]
Ralph Goers commented on LOG4J2-609:
why did you remove configureExistingStatusConsole
[
https://issues.apache.org/jira/browse/LOG4J2-609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ralph Goers reassigned LOG4J2-609:
--
Assignee: Ralph Goers
> StatusConfiguration doesn't close files
> -
[
https://issues.apache.org/jira/browse/LOG4J2-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ralph Goers resolved LOG4J2-542.
Resolution: Fixed
Fix Version/s: 2.0-rc2
Throwable was made transient in revision 1591544.
[
https://issues.apache.org/jira/browse/LOG4J2-609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bruce Brouwer updated LOG4J2-609:
-
Attachment: log4j2-609.patch
With log4j2-609.patch, now all tests pass with a clean install on Wi
That makes a lot of sense to me
Sent from my iPhone
> On Apr 30, 2014, at 6:05 PM, Bruce Brouwer wrote:
>
> Can we agree to pull out jpa and jms?
>
> As for web, I know there was some discussion on how we could not register a
> shutdown hook. If we broke out log4j-web, maybe we could make it
Can we agree to pull out jpa and jms?
As for web, I know there was some discussion on how we could not register a
shutdown hook. If we broke out log4j-web, maybe we could make it as simple
as registering a shutdown hook if log4j-web is not included, but if
log4j-web was included, the shutdown hook
[
https://issues.apache.org/jira/browse/LOG4J2-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13986258#comment-13986258
]
Remko Popma commented on LOG4J2-626:
It should not matter whether you use asynchronous
[
https://issues.apache.org/jira/browse/LOG4J2-628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13986246#comment-13986246
]
Remko Popma commented on LOG4J2-628:
This is expected behaviour as of RC-1.
The use
Bryan Hsueh created LOG4J2-628:
--
Summary: Cannot set log4j.Clock with Async appender
Key: LOG4J2-628
URL: https://issues.apache.org/jira/browse/LOG4J2-628
Project: Log4j 2
Issue Type: Question
There are legitimate reasons to do that as long as you maintain
thread-safety such as the case Ralph mentioned. Though that would probably
require full control of the API from top to bottom-ish.
On 30 April 2014 10:22, Ralph Goers wrote:
> Actually, I believe there was a case where I did that b
[
https://issues.apache.org/jira/browse/LOG4J2-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13985672#comment-13985672
]
Mikael Ståldal commented on LOG4J2-623:
---
Ah, yes then I agree.
> Better structure o
[
https://issues.apache.org/jira/browse/LOG4J2-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13985656#comment-13985656
]
Ralph Goers commented on LOG4J2-623:
I didn't mean in terms of structure. I mean the n
[
https://issues.apache.org/jira/browse/LOG4J2-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13985647#comment-13985647
]
Mikael Ståldal commented on LOG4J2-623:
---
Currently, it does mimic the XMLLayout. Thi
Actually, I believe there was a case where I did that because the method in the
subclass used java.util.concurrent instead of requiring method synchronization.
Ralph
On Apr 30, 2014, at 7:19 AM, Remko Popma wrote:
> Yes, overriding a synchronized method with an unsynchronized method sounds
>
Did you try https://gist.github.com/huxi/81c152a672d1b39aed64 with different
delays? (If you find anything wrong with that code, please let me know.)
The output on my system with 0ms, 1ms and 10ms delays looks like this:
http://pastebin.com/za07QmUU
Unfairness increases with the amount of time
Yes, overriding a synchronized method with an unsynchronized method sounds
dangerous... Warnings would probably be helpful.
On Wed, Apr 30, 2014 at 11:13 PM, Gary Gregory wrote:
> I'm pretty sure Eclipse does that.
>
> Gary
>
>
> On Wed, Apr 30, 2014 at 9:50 AM, Matt Sicker wrote:
>
>> So it's
I'm pretty sure Eclipse does that.
Gary
On Wed, Apr 30, 2014 at 9:50 AM, Matt Sicker wrote:
> So it's a good idea to set up your IDE to warn if you override a
> synchronized method with an unsynchronized method? I remember seeing that
> one somewhere.
>
>
> On 30 April 2014 00:35, Remko Popma
So it's a good idea to set up your IDE to warn if you override a
synchronized method with an unsynchronized method? I remember seeing that
one somewhere.
On 30 April 2014 00:35, Remko Popma wrote:
> Agreed that unless the synchronization is part of the public API it is
> better to lock on an in
[
https://issues.apache.org/jira/browse/LOG4J2-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sivan updated LOG4J2-626:
-
Description:
ThreadContext for Asynchronous loggers in multithreaded environmant is
overwriting the values. Is t
[
https://issues.apache.org/jira/browse/LOG4J2-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13985491#comment-13985491
]
sivan commented on LOG4J2-626:
--
Log4j2 will not modify this. that is OK. But when many users
[
https://issues.apache.org/jira/browse/LOG4J2-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13985328#comment-13985328
]
Remko Popma edited comment on LOG4J2-626 at 4/30/14 12:36 PM:
--
[
https://issues.apache.org/jira/browse/LOG4J2-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
sivan updated LOG4J2-626:
-
Description:
ThreadContext for Asynchronous loggers in multithreaded environmant is
overwriting the values. Is t
[
https://issues.apache.org/jira/browse/LOG4J2-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13985328#comment-13985328
]
Remko Popma commented on LOG4J2-626:
Sorry but this is not enough information to even
Mikael Ståldal created LOG4J2-627:
-
Summary: Better structure of Thread Context Stack in XMLLayout
Key: LOG4J2-627
URL: https://issues.apache.org/jira/browse/LOG4J2-627
Project: Log4j 2
Issue
[
https://issues.apache.org/jira/browse/LOG4J2-624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mikael Ståldal updated LOG4J2-624:
--
Description:
The Thread Context Stack is currently represented like this in JSONLayout:
{code:
sivan created LOG4J2-626:
Summary: ThreadContext for Asynchronous logger in multithreaded
environmant is overwriting the values.
Key: LOG4J2-626
URL: https://issues.apache.org/jira/browse/LOG4J2-626
Project:
28 matches
Mail list logo