+1 binding. Thanks Andrew for putting up this release so quickly. Checked sigs and sums: Matched Rat check: Passed LICENSE and NOTICE: In place Compatibility report: 100% compatible Built from source(Temurin-17.0.11+9): mvn clean install -DskipTests -Dhadoop.profile=3.0 Passed Run UTs(Temurin-17.0.11+9): mvn -Dsurefire.firstPartForkCount=1C -Dsurefire.secondPartForkCount=1 -Dsurefire.rerunFailingTestsCount=3 -Dhadoop.profile=3.0 test -PrunAllTests -fn &>test.log </dev/null & TestBasicWALEntryStreamFSHLog failed. It is known to be flaky on branch-2.5 for a long time so not a blocker I got some troubles when running tests under hbase-shell and it finally turned out that I need to remove the redirects in the command line. Start a mini cluster(Temurin-17.0.11+9): Succeeded. Check logs and web pages, nothing unusual Run these shell commands, looks fine list create 't','f' put 't','r','f:q','value' get 't','r' list disable 't' drop 't' list Run LTT to load 10000 rows: ./bin/hbase ltt -write 4:1024 -num_keys 10000 Passed Run these shell commands, looks fine count 'cluster_test' scan 'cluster_test', {LIMIT=>10} scan 'cluster_test', {FILTER => org.apache.hadoop.hbase.filter.KeyOnlyFilter.new(true)} flush 'cluster_test' major_compact 'cluster_test' disable 'cluster_test' drop 'cluster_test'
Andrew Purtell <apurt...@apache.org> 于2024年7月20日周六 00:01写道: > > Please vote on this Apache HBase release candidate, HBase 2.5.10RC1 > > The VOTE will remain open for at least 72 hours. > > [ ] +1 Release this package as Apache HBase 2.5.10 > [ ] -1 Do not release this package because ... > > The tag to be voted on is 2.5.10RC1: > > https://github.com/apache/hbase/tree/2.5.10RC1 > > This tag currently points to git reference > > a3af60980c61fb4be31e0dcd89880f304d01098a > > The issues included in this release are > > https://issues.apache.org/jira/projects/HBASE/versions/12354817 > > 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/2.5.10RC1/ > > The API compatibility report comparing this RC to the previous release > can be found at: > > > https://dist.apache.org/repos/dist/dev/hbase/2.5.10RC1/api_compare_2.5.9_to_2.5.10RC1.html > > There are no binary or source compatibility problems. > > Maven artifacts are available in a staging repository at: > > https://repository.apache.org/content/repositories/orgapachehbase-1552/ > > Maven artifacts for hadoop3 are available in a staging repository at: > > https://repository.apache.org/content/repositories/orgapachehbase-1553/ > > Artifacts were signed with the 0xD5365CCD key which can be found in: > > https://downloads.apache.org/hbase/KEYS > > To learn more about Apache hbase, please see > > http://hbase.apache.org/ > > Thanks, > Your HBase Release Manager