[jira] [Resolved] (LOG4J2-1032) Rollover startegy failing on high load

2017-01-15 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers resolved LOG4J2-1032. - Resolution: Fixed Fix Version/s: 2.8 The fix for this is now in master. It consists of 2 p

[jira] [Commented] (LOG4J2-1032) Rollover startegy failing on high load

2017-01-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15823531#comment-15823531 ] ASF subversion and git services commented on LOG4J2-1032: - Commit

Re: Jenkins build is still unstable: Log4j 2.x #2605

2017-01-15 Thread Remko Popma
I'll take a look. Remko Sent from my iPhone > On Jan 16, 2017, at 11:32, Matt Sicker wrote: > > So I keep seeing random async-related failures. Do you think this could be > due to server load or noisy neighbors? I don't think I've ever seen these > tests fail locally, so it very well could

[jira] [Commented] (LOG4J2-1101) Date based file appender

2017-01-15 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15823521#comment-15823521 ] Ralph Goers commented on LOG4J2-1101: - Yes, it should, although I didn't test it. I

Jenkins is set up to generate a site snapshot now

2017-01-15 Thread Matt Sicker
https://builds.apache.org/job/Log4j%202.x/site/ https://builds.apache.org/job/Log4jBoot/site/ It auto-merges the output even. It appears that Jenkins was unable to make some JIRA API calls, though, due to an SSL error, so those pages aren't generating properly. -- Matt Sicker

Jenkins build became unstable: Log4j 2.x #2608

2017-01-15 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

Jenkins build is back to stable : Log4j 2.x #2607

2017-01-15 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

Re: Zookeeper Log4j 2 migration

2017-01-15 Thread Matt Sicker
And I just discovered how to use the "review" feature on GitHub properly. No wonder nobody ever responds to my reviews! I've never actually submitted them. On 15 January 2017 at 13:23, Matt Sicker wrote: > Reviewed. > > On 15 January 2017 at 13:07, Matt Sicker wrote: > >> Ok. I'm going over the

Jenkins build is still unstable: Log4j 2.x #2606

2017-01-15 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

Fwd: [2/2] logging-log4j2 git commit: Update root level doap with generated version

2017-01-15 Thread Matt Sicker
Do we really need a checked in doap file in the repo? This should get updated on every release, and the maven plugin puts it in target/, so it seems like we shouldn't bother tracking it. The old file was super out of date. Also, Log4j 2 doesn't show up on which I thi

Re: Jenkins build is still unstable: Log4j 2.x #2605

2017-01-15 Thread Matt Sicker
So I keep seeing random async-related failures. Do you think this could be due to server load or noisy neighbors? I don't think I've ever seen these tests fail locally, so it very well could be a load-related issue. On 15 January 2017 at 20:12, Apache Jenkins Server < [email protected]> wr

Jenkins build is still unstable: Log4j 2.x #2605

2017-01-15 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

Jenkins build is still unstable: Log4j 2.x #2604

2017-01-15 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

Re: Slf4j & (legacy?) best practices

2017-01-15 Thread Matt Sicker
I believe it's used by Spring Boot to find a log4j2-spring.ext file based on which file formats are supported by the underlying system. For example, the logback integration looks for logback-spring.xml and logback-spring.groovy files. I've never used that feature myself as I just use the normal fil

Re: Slf4j & (legacy?) best practices

2017-01-15 Thread Apache
I really don’t know what that code is trying to do. Ralph > On Jan 15, 2017, at 4:26 PM, Matt Sicker wrote: > > I added the dependency exclusion docs to master. > > As for the Spring Boot issue, I made a PR >

[jira] [Commented] (LOG4J2-1101) Date based file appender

2017-01-15 Thread Remko Popma (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15823317#comment-15823317 ] Remko Popma commented on LOG4J2-1101: - I see requests for this feature regularly on S

Re: Any opposition to requesting git->jira integration?

2017-01-15 Thread Matt Sicker
It appears this feature is enabled and working. On 15 January 2017 at 12:58, Matt Sicker wrote: > I made an infra request to enable this. Not sure how long it'll take to > get enabled. > > On 15 January 2017 at 12:56, Mikael Ståldal > wrote: > >> Sounds good. >> >> On Jan 15, 2017 5:33 AM, "Rem

Re: Slf4j & (legacy?) best practices

2017-01-15 Thread Matt Sicker
I added the dependency exclusion docs to master. As for the Spring Boot issue, I made a PR < https://github.com/spring-projects/spring-boot/pull/7992> to address this. I consider Configurator to be a more stable internal API than what they were doing before. This does bring me to a separate quest

Jenkins build is still unstable: Log4j 2.x #2603

2017-01-15 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

[jira] [Resolved] (LOG4J2-907) Log4j2 rolling policy

2017-01-15 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers resolved LOG4J2-907. Resolution: Fixed Fix Version/s: 2.8 This has been implemented in master. Please verify and c

[jira] [Resolved] (LOG4J2-1185) Ability to change the fileName dynamically in RollingFileAppender

2017-01-15 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers resolved LOG4J2-1185. - Resolution: Fixed Fix Version/s: 2.8 This has been implemented in master. Please verify an

[jira] [Resolved] (LOG4J2-1101) Date based file appender

2017-01-15 Thread Ralph Goers (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers resolved LOG4J2-1101. - Resolution: Fixed Fix Version/s: 2.8 The fix for this has been committed in master. Please

[jira] [Commented] (LOG4J2-1101) Date based file appender

2017-01-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15823276#comment-15823276 ] ASF subversion and git services commented on LOG4J2-1101: - Commit

[jira] [Commented] (LOG4J2-1101) Date based file appender

2017-01-15 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15823275#comment-15823275 ] ASF subversion and git services commented on LOG4J2-1101: - Commit

Jenkins build is still unstable: Log4j 2.x #2602

2017-01-15 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

Jenkins build is still unstable: Log4j 2.x #2601

2017-01-15 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

Re: Zookeeper Log4j 2 migration

2017-01-15 Thread Matt Sicker
Reviewed. On 15 January 2017 at 13:07, Matt Sicker wrote: > Ok. I'm going over the PR, thanks for posting it here! > > On 15 January 2017 at 12:56, Mikael Ståldal > wrote: > >> >> I am using my smartphone, and it messes up the font sometimes. >> >> On Jan 15, 2017 7:31 PM, "Matt Sicker" wrote:

Jenkins build is still unstable: Log4j 2.x #2600

2017-01-15 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

Re: Zookeeper Log4j 2 migration

2017-01-15 Thread Matt Sicker
Ok. I'm going over the PR, thanks for posting it here! On 15 January 2017 at 12:56, Mikael Ståldal wrote: > > I am using my smartphone, and it messes up the font sometimes. > > On Jan 15, 2017 7:31 PM, "Matt Sicker" wrote: > >> Why are your emails being sent with gigantic fonts? 🤔 >> >> On 15 J

Re: Any opposition to requesting git->jira integration?

2017-01-15 Thread Matt Sicker
I made an infra request to enable this. Not sure how long it'll take to get enabled. On 15 January 2017 at 12:56, Mikael Ståldal wrote: > Sounds good. > > On Jan 15, 2017 5:33 AM, "Remko Popma" wrote: > >> Sounds like a good idea to me. >> Remko >> >> Sent from my iPhone >> >> On Jan 15, 2017,

Re: Any opposition to requesting git->jira integration?

2017-01-15 Thread Mikael Ståldal
Sounds good. On Jan 15, 2017 5:33 AM, "Remko Popma" wrote: > Sounds like a good idea to me. > Remko > > Sent from my iPhone > > On Jan 15, 2017, at 12:26, Apache wrote: > > Fine by me. > > Ralph > > On Jan 14, 2017, at 8:19 PM, Matt Sicker wrote: > > http://apache.org/dev/svngit2jira.html > >

Re: Zookeeper Log4j 2 migration

2017-01-15 Thread Mikael Ståldal
I am using my smartphone, and it messes up the font sometimes. On Jan 15, 2017 7:31 PM, "Matt Sicker" wrote: > Why are your emails being sent with gigantic fonts? 🤔 > > On 15 January 2017 at 08:28, Mikael Ståldal > wrote: > >> Maybe we want to review this: >> >> https://github.com/apache/zookee

Re: Zookeeper Log4j 2 migration

2017-01-15 Thread Matt Sicker
Why are your emails being sent with gigantic fonts? 🤔 On 15 January 2017 at 08:28, Mikael Ståldal wrote: > Maybe we want to review this: > > https://github.com/apache/zookeeper/pull/148 > > https://issues.apache.org/jira/browse/ZOOKEEPER-2659 > -- Matt Sicker

[jira] [Closed] (LOG4J2-1787) Document how to exclude transitive conflicting dependencies in Maven and Gradle

2017-01-15 Thread Matt Sicker (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-1787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Sicker closed LOG4J2-1787. --- Resolution: Fixed Fix Version/s: 2.8 It appears that the git2jira integration isn't enabled ye

Fwd: logging-log4j2 git commit: [LOG4J2-1787]: Document how to exclude transitive conflicting dependencies in Maven and Gradle

2017-01-15 Thread Matt Sicker
Oh no, it appears that I've converted the line endings to LF. -- Forwarded message -- From: Date: 15 January 2017 at 12:24 Subject: logging-log4j2 git commit: [LOG4J2-1787]: Document how to exclude transitive conflicting dependencies in Maven and Gradle To: [email protected].

[jira] [Created] (LOG4J2-1787) Document how to exclude transitive conflicting dependencies in Maven and Gradle

2017-01-15 Thread Matt Sicker (JIRA)
Matt Sicker created LOG4J2-1787: --- Summary: Document how to exclude transitive conflicting dependencies in Maven and Gradle Key: LOG4J2-1787 URL: https://issues.apache.org/jira/browse/LOG4J2-1787 Project

Re: Slf4j & (legacy?) best practices

2017-01-15 Thread Matt Sicker
The change, if I remember right, was the need to inject the current LoggerContext. I don't remember the scenario that caused it, but really, Spring Boot was using an internal configuration API instead of using LogManager (the stable, public API) like I did in my version. If we added a reconfigure()

Re: logging-log4j2 git commit: LOG4J2-1748 and LOG4J2-1780 Remove ExecutorServices from LoggerContext

2017-01-15 Thread Mikael Ståldal
1 - OK, keeping it but adding a comment with a warning. 2 - Leaving as is. 3 - Using an ad-hoc non-daemon thread for rollover tasks. Using a non-daemon ad-hoc should be OK since it will die immediately after the task is finished. But we should not have pools with non-daemon threads since they wil

Jenkins build became unstable: Log4j 2.x #2599

2017-01-15 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

Zookeeper Log4j 2 migration

2017-01-15 Thread Mikael Ståldal
Maybe we want to review this: https://github.com/apache/zookeeper/pull/148 https://issues.apache.org/jira/browse/ZOOKEEPER-2659

Re: Slf4j & (legacy?) best practices

2017-01-15 Thread Remko Popma
That is bad news... So our changes broke Spring boot's log4j2 logging? They only just removed Log4j 1 support... We really should be more careful about not breaking backwards compatibility. That said, just from looking at the code I can't see why their code should not work. What change broke it? B