Aha! Now I understand why it failed/hung before: sometimes the background thread doesn't get a chance to take an event off the queue and the queue fills up before the "releaser" thread is started. I'll fix this tonight.
Sent from my iPhone > On 2016/06/17, at 3:23, Gary Gregory <[email protected]> wrote: > > I've not seen this one before: > > java.lang.AssertionError: EventRouter invocations expected:<0> but was:<1> > at > org.apache.logging.log4j.core.appender.AsyncAppenderQueueFullPolicyTest.testRouter(AsyncAppenderQueueFullPolicyTest.java:84) > > Gary > > ---------- Forwarded message ---------- > From: Apache Jenkins Server <[email protected]> > Date: Thu, Jun 16, 2016 at 11:06 AM > Subject: Jenkins build became unstable: Log4j 2.x #2037 > To: [email protected] > > > See <https://builds.apache.org/job/Log4j%202.x/2037/changes> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > > > -- > E-Mail: [email protected] | [email protected] > Java Persistence with Hibernate, Second Edition > JUnit in Action, Second Edition > Spring Batch in Action > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory
