hangc0276 opened a new pull request, #3632: URL: https://github.com/apache/bookkeeper/pull/3632
### Motivation The `bkperf` dependency doesn't include in the bookkeeper-all package, and when we run `bin/bkperf` command, it will throw the following exceptions. ``` $ bin/bkperf journal append -j data -n 100000000 --sync true Couldn't find module '(org.apache.bookkeeper-)?bookkeeper-perf' jar. Do you want me to run `mvn package -DskipTests` for you ? (y|n) ``` ### Changes Include the `bookkeeper-perf` dependency into `bookkeeper-all` package. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
