ctubbsii commented on a change in pull request #1528: Switch to Log4j2
URL: https://github.com/apache/accumulo/pull/1528#discussion_r383990571
##########
File path: pom.xml
##########
@@ -235,6 +235,11 @@
<artifactId>protobuf-java</artifactId>
<version>3.7.1</version>
</dependency>
+ <dependency>
+ <groupId>com.lmax</groupId>
+ <artifactId>disruptor</artifactId>
+ <version>3.4.2</version>
+ </dependency>
Review comment:
So, this is used as an optional dependency of log4j2, that enables the
high-performance asynchronous loggers. It is required on the class path if
`-Dlog4j2.contextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector`
system property is set. I set it by default in our example `accumulo-env.sh`,
because there's no good reason to not have it, since it's ALv2 licensed has no
deps.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services