With 3 binding +1s, the vote passes. Let me push out the release.

Guanghao Zhang <[email protected]> 于2020年5月26日周二 下午2:59写道:

> +1 from me.
>
> hbase-2.2.5-bin.tar.gz (openjdk 1.8.0_202)
> - Verified sha512sum: ok
> - Start HBase in standalone mode: ok
> - Verified with shell, create/disable/enable/drop/get/put/scan/delete: ok
> - Checked master/regionserver/table/region Web UI: ok
>
> hbase-2.2.5-src.tar.gz (openjdk 1.8.0_202)
> - Verified sha512sum: ok
> - Build tarball: ok
> - Start HBase in standalone mode: ok
> - Verified with shell, create/disable/enable/drop/get/put/scan/delete: ok
> - Checked master/regionserver/table/region Web UI: ok
>
> 张铎(Duo Zhang) <[email protected]> 于2020年5月25日周一 下午6:56写道:
>
>> TestAsyncTableRSCrashPublish fails consistently for me but the related
>> code
>> has not been changed for more than a year...
>> I guess it should be a environment issue.
>>
>> +1 (binding)
>>
>> Checked sigs and sums: Matched
>> Rat check: Passed
>> Compatibility Report: OK
>> Run all UTs: As said above, only TestAsyncTableRSCrashPublish fails but
>> seems a environment problem.
>> Started a standalone cluster: OK
>> Checked Web UI: Nothing strange
>> Tried basic shell command: OK
>> Run LTT with 10k rows, read&write: OK
>>
>>
>>
>> Guanghao Zhang <[email protected]> 于2020年5月25日周一 上午10:55写道:
>>
>> > TestAsyncTableScanRenewLease,TestRegionReplicas should be "cross unit
>> > interaction" error. I test them three times by mvn clean test
>> > -Dtest=TestAsyncTableScanRenewLease,TestRegionReplicas and all passed.
>> >
>> >
>> > 张铎(Duo Zhang) <[email protected]> 于2020年5月25日周一 上午9:54写道:
>> >
>> > > OK, got it.
>> > >
>> > > Guanghao Zhang <[email protected]> 于2020年5月25日周一 上午9:34写道:
>> > >
>> > > > I already add a NOTICE in the VOTE thread mail.
>> > > >
>> > > > A detailed source and binary compatibility report for this release
>> is
>> > > > > available at:
>> > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://dist.apache.org/repos/dist/dev/hbase/2.2.5RC0/api_compare_2.2.5RC0_to_2.2.4.html
>> > > > > NOTICE: There are some incompatibility changes for RemoteHTable
>> and
>> > > > > RemoteAdmin interface. They are test only and marked to private
>> now.
>> > > > > See HBASE-24115 for more details.
>> > > > >
>> > > >
>> > > > Guanghao Zhang <[email protected]> 于2020年5月25日周一 上午9:32写道:
>> > > >
>> > > > > A detailed source and binary compatibility report for this
>> release is
>> > > > > available at:
>> > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://dist.apache.org/repos/dist/dev/hbase/2.2.5RC0/api_compare_2.2.5RC0_to_2.2.4.html
>> > > > > NOTICE: There are some incompatibility changes for RemoteHTable
>> and
>> > > > > RemoteAdmin interface. They are test only and marked to private
>> now.
>> > > > > See HBASE-24115 for more details.
>> > > > >
>> > > > > 张铎(Duo Zhang) <[email protected]> 于2020年5月23日周六 下午12:20写道:
>> > > > >
>> > > > >> The compatibility report has something wrong? It shows that a
>> lot of
>> > > > >> methods have been removed in RemoteAdmin and RemoteHTable, but
>> they
>> > > are
>> > > > >> both declared as IA.Private.
>> > > > >>
>> > > > >> Please check the release script and generate the report again?
>> > > > >>
>> > > > >> Andrew Purtell <[email protected]> 于2020年5月23日周六 上午4:51写道:
>> > > > >>
>> > > > >> > +1 (binding)
>> > > > >> >
>> > > > >> > * Signature: ok
>> > > > >> > * Checksum : ok
>> > > > >> > * Rat check (1.8.0_232): ok
>> > > > >> >  - mvn clean apache-rat:check
>> > > > >> > * Built from source (1.8.0_232): ok
>> > > > >> >  - mvn clean install -DskipTests
>> > > > >> > * Unit tests pass (1.8.0_232): failed, see below
>> > > > >> >  - mvn package -P runAllTests
>> > > > >> >
>> > > > >> > Minor test issues, a handful of flakes. First error is likely
>> an
>> > > > >> > interaction with a concurrent test. Second is a timeout, maybe
>> > also
>> > > a
>> > > > >> cross
>> > > > >> > unit interaction.
>> > > > >> >
>> > > > >> > Errors:
>> > > > >> >
>> > > > >> > [ERROR]
>> > > > org.apache.hadoop.hbase.client.TestAsyncTableScanRenewLease.null
>> > > > >> > [ERROR]   Run 1: TestAsyncTableScanRenewLease.setUp:65 » IO
>> > Shutting
>> > > > >> down
>> > > > >> > [ERROR]   Run 2: TestAsyncTableScanRenewLease.tearDown:76
>> > > NullPointer
>> > > > >> > [ERROR]
>> > org.apache.hadoop.hbase.regionserver.TestRegionReplicas.null
>> > > > >> > [ERROR]   Run 1:
>> > > > >> >
>> > TestRegionReplicas.testVerifySecondaryAbilityToReadWithOnFiles:481 »
>> > > > >> > TestTimedOut
>> > > > >> > [ERROR]   Run 2: TestRegionReplicas »  Appears to be stuck in
>> > thread
>> > > > >> > Default-IPC-NioEventLoopGr...
>> > > > >> >
>> > > > >> > Flakes:
>> > > > >> >
>> > > > >> > [WARNING]
>> > > > >> >
>> > > >
>> org.apache.hadoop.hbase.master.assignment.TestRegionMoveAndAbandon.test
>> > > > >> > [ERROR]   Run 1: TestRegionMoveAndAbandon.test:120 » Runtime
>> > > > >> > org.apache.hadoop.hbase.client.Ret...
>> > > > >> > [INFO]   Run 2: PASS
>> > > > >> >
>> > > > >> > [WARNING]
>> > > > >> org.apache.hadoop.hbase.tool.TestCanaryTool.testReadTableTimeouts
>> > > > >> > [ERROR]   Run 1: TestCanaryTool.testReadTableTimeouts:218
>> > > > >> > [ERROR]   Run 2: TestCanaryTool.testReadTableTimeouts:218
>> > > > >> > [INFO]   Run 3: PASS
>> > > > >> >
>> > > > >> >
>> > > > >> > On Fri, May 22, 2020 at 2:41 AM Guanghao Zhang <
>> > [email protected]>
>> > > > >> wrote:
>> > > > >> >
>> > > > >> > > Please vote on this release candidate (RC) for Apache HBase
>> > 2.2.5.
>> > > > >> > >
>> > > > >> > > The VOTE will remain open for at least 72 hours.
>> > > > >> > >
>> > > > >> > > [ ] +1 Release this package as Apache HBase 2.2.5
>> > > > >> > > [ ] -1 Do not release this package because ...
>> > > > >> > >
>> > > > >> > > The tag to be voted on is 2.2.5RC0. The release files,
>> including
>> > > > >> > > signatures, digests, etc. can be found at:
>> > > > >> > > https://dist.apache.org/repos/dist/dev/hbase/2.2.5RC0/
>> > > > >> > >
>> > > > >> > > Maven artifacts are available in a staging repository at:
>> > > > >> > >
>> > > > >>
>> > >
>> https://repository.apache.org/content/repositories/orgapachehbase-1392
>> > > > >> > >
>> > > > >> > > Signatures used for HBase RCs can be found in this file:
>> > > > >> > > https://dist.apache.org/repos/dist/release/hbase/KEYS
>> > > > >> > >
>> > > > >> > > The list of bug fixes going into 2.2.5 can be found in
>> included
>> > > > >> > > CHANGES.md and RELEASENOTES.md available here:
>> > > > >> > >
>> > https://dist.apache.org/repos/dist/dev/hbase/2.2.5RC0/CHANGES.md
>> > > > >> > >
>> > > >
>> https://dist.apache.org/repos/dist/dev/hbase/2.2.5RC0/RELEASENOTES.md
>> > > > >> > >
>> > > > >> > > A detailed source and binary compatibility report for this
>> > release
>> > > > is
>> > > > >> > > available at:
>> > > > >> > >
>> > > > >> > >
>> > > > >> >
>> > > > >>
>> > > >
>> > >
>> >
>> https://dist.apache.org/repos/dist/dev/hbase/2.2.5RC0/api_compare_2.2.5RC0_to_2.2.4.html
>> > > > >> > > NOTICE: There are some incompatibility changes for
>> RemoteHTable
>> > > and
>> > > > >> > > RemoteAdmin interface. They are test only and marked to
>> private
>> > > now.
>> > > > >> > > See HBASE-24115 for more details.
>> > > > >> > >
>> > > > >> > > To learn more about Apache HBase, please see
>> > > > http://hbase.apache.org/
>> > > > >> > >
>> > > > >> > > Thanks,
>> > > > >> > > Guanghao Zhang
>> > > > >> > >
>> > > > >> >
>> > > > >> >
>> > > > >> > --
>> > > > >> > Best regards,
>> > > > >> > Andrew
>> > > > >> >
>> > > > >> > Words like orphans lost among the crosstalk, meaning torn from
>> > > truth's
>> > > > >> > decrepit hands
>> > > > >> >    - A23, Crosstalk
>> > > > >> >
>> > > > >>
>> > > > >
>> > > >
>> > >
>> >
>>
>

Reply via email to