+1 (binding) * Checked sums and signatures: *OK* * Built from source: *OK* (8u121) * RAT check: *OK* (8u121) * Basic functions (8u121): *OK* - Local cluster start and stop: OK - Master and RegionServer UI: OK - Basic DML operations (put/delete/get/scan) and result correctness: OK - Basic admin operations (snapshot/compact/major_compact): OK * Unit test pass (8u121): *FAILED (non-blocker for alpha RC)* - TestClusterScopeQuotaThrottle also failed in my local environment - The whole set didn't complete due to low local disk space
Best Regards, Yu On Fri, 24 Jun 2022 at 08:18, Andrew Purtell <[email protected]> wrote: > +1 (binding) > > * Signature: ok > * Checksum : ok > * Rat check (1.8.0_332): ok > - mvn clean apache-rat:check > * Built from source (1.8.0_332): ok > - mvn clean install -DskipTests > * Unit tests pass (1.8.0_332): failed > - mvn package -P runAllTests -Dsurefire.rerunFailingTestsCount=3 > > Unit tests for me got hung up on TestClusterScopeQuotaThrottle, but passing > unit tests are not required for an -alpha RC. > > [ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: > 770.16 s <<< FAILURE! - in > org.apache.hadoop.hbase.quotas.TestClusterScopeQuotaThrottle > [ERROR] org.apache.hadoop.hbase.quotas.TestClusterScopeQuotaThrottle Time > elapsed: 748.337 s <<< ERROR! > org.junit.runners.model.TestTimedOutException: test timed out after 780 > seconds > at java.security.AccessController.getStackAccessControlContext(Native > Method) > at java.security.AccessController.getContext(AccessController.java:822) > at > > org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupInformation.java:567) > at > > org.apache.hadoop.hbase.security.User$SecureHadoopUser.<init>(User.java:281) > at org.apache.hadoop.hbase.security.User.getCurrent(User.java:164) > at > > org.apache.hadoop.hbase.quotas.ThrottleQuotaTestUtil.triggerCacheRefresh(ThrottleQuotaTestUtil.java:154) > at > > org.apache.hadoop.hbase.quotas.ThrottleQuotaTestUtil.triggerUserCacheRefresh(ThrottleQuotaTestUtil.java:107) > at > > org.apache.hadoop.hbase.quotas.TestClusterScopeQuotaThrottle.testUserClusterScopeQuota(TestClusterScopeQuotaThrottle.java:174) > > Apache Maven 3.6.3 > Maven home: /usr/share/maven > Java version: 1.8.0_332, vendor: Azul Systems, Inc., runtime: > /opt/java-zulu-8/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux", version: "5.10.0-14-arm64", arch: "aarch64", family: > "unix" > > On Wed, Jun 15, 2022 at 9:05 AM 张铎(Duo Zhang) <[email protected]> > wrote: > > > Please vote on this Apache hbase release candidate, > > hbase-3.0.0-alpha-3RC0 > > > > The VOTE will remain open for at least 72 hours. > > > > [ ] +1 Release this package as Apache hbase 3.0.0-alpha-3 > > [ ] -1 Do not release this package because ... > > > > The tag to be voted on is 3.0.0-alpha-3RC0: > > > > https://github.com/apache/hbase/tree/3.0.0-alpha-3RC0 > > > > This tag currently points to git reference > > > > b3657484850f9fa9679f2186bf53e7df768f21c7 > > > > The release files, including signatures, digests, as well as CHANGES.md > > and RELEASENOTES.md included in this RC can be found at: > > > > https://dist.apache.org/repos/dist/dev/hbase/3.0.0-alpha-3RC0/ > > > > Maven artifacts are available in a staging repository at: > > > > > https://repository.apache.org/content/repositories/orgapachehbase-1487/ > > > > Artifacts were signed with the 9AD2AE49 key which can be found in: > > > > https://downloads.apache.org/hbase/KEYS > > > > 3.0.0-alpha-3 is the second alpha release for our 3.0.0 major release > line. > > HBase 3.0.0 includes the following big feature/changes: > > Synchronous Replication > > OpenTelemetry Tracing > > Distributed MOB Compaction > > Backup and Restore > > Move RSGroup balancer to core > > Reimplement sync client on async client > > CPEPs on shaded proto > > Move the logging framework from log4j to log4j2 > > Decouple region replication and general replication framework, and > > also make region replication can work when SKIP_WAL is used > > > > Notice that this is not a production ready release. It is used to let our > > users try and test the new major release, to get feedback before the > final > > GA release is out. > > So please do NOT use it in production. Just try it and report back > > everything you find unusual. > > > > And this time we will not include CHANGES.md and RELEASENOTE.md > > in our source code, you can find it on the download site. For getting > these > > two files for old releases, please go to > > > > https://archive.apache.org/dist/hbase/ > > > > To learn more about Apache hbase, please see > > > > http://hbase.apache.org/ > > > > Thanks, > > Your HBase Release Manager > > >
