+1 binding

Checked sigs and sums: Matched
LICENSE and NOTICE: In place
Compatibility report: 100% compatible
Built from source:
  mvn clean install -DskipTests -Dhadoop.profile=3.0
  Passed
Run UTs:
  mvn -Dsurefire.firstPartForkCount=1C -Dsurefire.secondPartForkCount=1C
-Dsurefire.rerunFailingTestsCount=3 -Dhadoop.profile=3.0 test -PrunAllTests
-fn &>test.log </dev/null &
  Passed. There are several flaky ones but anyway thay passed after
retrying.

> [INFO] Results:
> [INFO]
> [WARNING] Flakes:
> [WARNING]
> org.apache.hadoop.hbase.replication.regionserver.TestReplicationValueCompressedWAL.testMultiplePuts
> [ERROR]   Run 1: TestReplicationValueCompressedWAL.testMultiplePuts:56
> Waited too much time for replication
> [ERROR]   Run 2: TestReplicationValueCompressedWAL.testMultiplePuts:56
> Waited too much time for replication
> [INFO]   Run 3: PASS
> [INFO]
> [WARNING]
> org.apache.hadoop.hbase.wal.TestWALSplit.testCorruptedFileGetsArchivedIfSkipErrors
> [ERROR]   Run 1:
> TestWALSplit.testCorruptedFileGetsArchivedIfSkipErrors:574->splitCorruptWALs:624
> » IO java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for
> length 0
> [INFO]   Run 2: PASS

Start a mini cluster:
  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'
    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> 于2023年6月3日周六 00:21写道:

> Please vote on this Apache hbase release candidate, hbase-2.5.5RC0
>
> The VOTE will remain open for at least 72 hours.
>
> [ ] +1 Release this package as Apache HBase 2.5.5
> [ ] -1 Do not release this package because ...
>
> The tag to be voted on is 2.5.5RC0:
>
>   https://github.com/apache/hbase/tree/2.5.5RC0
>
> This tag currently points to git reference
>
>   7ebd4381261fefd78fc2acf258a95184f4147cee
>
> 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.5RC0/
>
> 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.5RC0/api_compare_2.5.4_to_2.5.5RC0.html
>
> Maven artifacts are available in a staging repository at:
>
>   https://repository.apache.org/content/repositories/orgapachehbase-1521/
>
> Maven artifacts for hadoop3 are available in a staging repository at:
>
>   https://repository.apache.org/content/repositories/orgapachehbase-1522/
>
> 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
>

Reply via email to