commit | b934fa2fd85d46f47bc9559a6422cf8dbc8420a7 | [log] [tgz] |
---|---|---|
author | ZhangJian He <shoothzj@gmail.com> | Wed May 29 08:06:45 2024 +0800 |
committer | GitHub <noreply@github.com> | Wed May 29 08:06:45 2024 +0800 |
tree | f2bf4cd16c26fa2e89a4b6127716c7613a563842 | |
parent | f81dcea37d25a0da53206d533f11b75a8ea4982d [diff] |
Adapt Checkstyle in microbenchmarks module (#4397) ### Changes - **circe-checksum module:** - Removed unused imports such as `java.nio.ByteBuffer` and `java.util.zip.Checksum` in `Java8IntHash.java`. - Removed `java.io.IOException` import in `NativeUtils.java`. - **microbenchmarks module:** - Modified the `pom.xml` to enforce Checkstyle by removing the `<skip>true</skip>` configuration. - Removed unused `ByteBufList` imports from `ProtocolBenchmark.java` and `DigestManagerBenchmark.java`. Signed-off-by: ZhangJian He <shoothzj@gmail.com>
Apache BookKeeper is a scalable, fault-tolerant and low latency storage service optimized for append-only workloads.
It is suitable for being used in following scenarios:
Please visit the Documentation from the project website for more information.
For filing bugs, suggesting improvements, or requesting new features, help us out by opening a GitHub issue.
Subscribe or mail the user@bookkeeper.apache.org list - Ask questions, find answers, and also help other users.
Subscribe or mail the dev@bookkeeper.apache.org list - Join development discussions, propose new ideas and connect with contributors.
Join us on Slack - This is the most immediate way to connect with Apache BookKeeper committers and contributors.
We feel that a welcoming open community is important and welcome contributions.
See our installation guide to get your local environment setup.
Take a look at our open issues: GitHub Issues.
Review our coding style and follow our pull requests to learn more about our conventions.
Make your changes according to our contributing guide