Re: [CI][UNSTABLE] Logging/log4j/release-2.x#129 has test failures

2020-11-05 Thread Matt Sicker
Yeah, they’re related to some testing changes anyways, and the fine tuning for overcoming ancient Windows filesystem design flaws is an eternal process. On Thu, Nov 5, 2020 at 15:24 Ralph Goers wrote: > These failures are on Windows and look like perhaps they are errors trying > to cleanup

Fwd: [CI][UNSTABLE] Logging/log4j/release-2.x#129 has test failures

2020-11-05 Thread Ralph Goers
These failures are on Windows and look like perhaps they are errors trying to cleanup files. The errors say they can’t be deleted because they are in use. Although these should be fixed I don’t consider them blockers for a release. Ralph > Begin forwarded message: > > From: "Mr. Jenkins" >

Re: Catching Throwable's in AsyncAppender worker

2020-11-05 Thread Matt Sicker
Amusingly enough, we used to have almost the same exact sneaky throws utility method in Throwables. I guess that was removed at some point. On Thu, Nov 5, 2020 at 09:24 Volkan Yazıcı wrote: > I have pushed 56436a to release-2.x. Would you mind taking a look at it, > please? If there are no

Re: Catching Throwable's in AsyncAppender worker

2020-11-05 Thread Volkan Yazıcı
I have pushed 56436a to release-2.x. Would you mind taking a look at it, please? If there are no objections, I want to port it to master as well. On Wed, Oct 28, 2020 at 9:05 PM Volkan Yazıcı wrote: > Hello, > > While logging, we sometimes notice that the entire logging infra comes to > a halt,