[ https://issues.apache.org/jira/browse/LOG4J2-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15833571#comment-15833571 ]
Remko Popma commented on LOG4J2-1761: ------------------------------------- If I understand correctly you are proposing to introduce a mechanism to let Async Loggers use various queues rather than the Disruptor under the hood. I am sorry but I don't see the benefit of doing this. The Disruptor is faster than the suggested queues, and with its pre-allocated ring buffer it is the only asynchronous message passing mechanism that can be garbage free. More flexibility in this case is not a good thing. > Support for standard java queues for the async logger > ----------------------------------------------------- > > Key: LOG4J2-1761 > URL: https://issues.apache.org/jira/browse/LOG4J2-1761 > Project: Log4j 2 > Issue Type: Improvement > Components: Core > Affects Versions: 2.7 > Reporter: Kim Northrop > Priority: Minor > Attachments: AsyncLogEvent.java, AsyncLoggerWithQueueContext.java, > AsyncLoggerWithQueueContextSelector.java, AsyncLoggerWithQueue.java, > QueueWrapperCLQ.java, QueueWrapper.java, QueueWrapperLBQ.java, > QueueWrapperLTQ.java > > > Please add support for standard java queues (LinkedTransferQueue, > ArrayBlockingQueue, LinkedBlockingQueue, ConcurrentLinkedQueue) to the async > logger. I will attach some classes for usage with System properties > (Log4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerWithQueueContextSelector, > LoggerQueue.Capacity=<capacity>, LoggerQueue.Type=<currently one of > LinkedTransferQueue, ConcurrentLinkedQueue, LinkedBlockingQueue>). Since most > of these queues allocate new nodes for new elements I have not implemented > usage of thread locals for the log events. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org