[
https://issues.apache.org/jira/browse/LOG4J2-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143860#comment-15143860
]
Remko Popma edited comment on LOG4J2-1267 at 2/12/16 2:15 AM:
--------------------------------------------------------------
Is there any reason you want to stop only AsyncLogger and not the Log4j logging
subsystem altogether?
In the current version you can do: {{((Lifecycle)
LogManager.getContext(false)).stop();}}
The next release will include LOG4J2-124, so you can say
{{LogManager.shutdown();}}
was (Author: [email protected]):
Is there any reason you want to stop only AsyncLogger and not the Log4j logging
subsystem altogether?
In the current version you can do: {{((Lifecycle)
LogManager.getContext()).stop();}}
The next release will include LOG4J2-124, so you can say
{{LogManager.shutdown();}}
> AsyncLogger.stop() method is needed
> -----------------------------------
>
> Key: LOG4J2-1267
> URL: https://issues.apache.org/jira/browse/LOG4J2-1267
> Project: Log4j 2
> Issue Type: Bug
> Components: API
> Affects Versions: 2.5
> Reporter: Constantin Ungureanu
>
> The AsyncLogger.stop() method was used to prevent the exception bellow. Now
> with the 2.5 version, this was removed. Is there a workaround to fix this?
> {code}
> Feb 10, 2016 8:43:59 PM com.lmax.disruptor.FatalExceptionHandler
> handleEventException
> SEVERE: Exception processing: 557627
> org.apache.logging.log4j.core.async.RingBufferLogEvent@45c7b5da
> java.lang.InterruptedException
> at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(Unknown
> Source)
> at
> java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown
> Source)
> at
> com.lmax.disruptor.BlockingWaitStrategy.waitFor(BlockingWaitStrategy.java:45)
> at
> com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
> at
> com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:124)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
> at java.lang.Thread.run(Unknown Source)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]