You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Sean Busbey <bu...@apache.org> on 2016/03/29 17:38:34 UTC

[VOTE] First release candidate for HBase 1.2.1 (RC0) is available

Hi folks!

I'm happy to announce the first release candidate of HBase 1.2.1 is
available for download at:

https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.1RC0/

As of this vote, the relevant md5 hashes are:

91d399c04d1f42454ef0427844f9889c  hbase-1.2.1-bin.tar.gz
fe8ec88ff873ddf40bf60f4bf2cb3591  hbase-1.2.1-src.tar.gz

Maven artifacts are also available in the staging repository

https://repository.apache.org/content/repositories/orgapachehbase-1133/

All artifacts are signed with my code signing key 0D80DB7C, available in
the project KEYS file:

http://www.apache.org/dist/hbase/KEYS

These artifacts correspond to commit hash

547095ab7325cab84f41f18dd64d22c2922e4727

which signed tag 1.2.1RC0 currently points to:

https://s.apache.org/hbase-1.2.1RC0-tag

HBase 1.2.1 is the first maintenance release in the HBase 1.2.z line,
continuing on the theme of bringing a stable, reliable database to the
Hadoop and NoSQL communities. This release includes 27 resolved issues
since the 1.2.0 release.

Notable fixes include:

* [HBASE-15441] - Fix WAL splitting when region has moved multiple times
* [HBASE-15219] - Canary tool does not return non-zero exit code when
                  one of regions is in stuck state
* [HBASE-15325] - ResultScanner allowing partial result will miss the
                  rest of the row if the region is moved between two
                  rpc requests
* [HBASE-15378] - Scanner cannot handle heartbeat message with no
                  results


The full list of issues can be found in the CHANGES.txt file included in
the release and online at:

https://s.apache.org/hbase-1.2.1-jira-releasenotes

Please take some time to verify the release[1], try out the release
candidate, and vote on releasing it:

[ ] +1 Release this package as HBase 1.2.1
[ ] +0 no opinion
[ ] -1 Do not release this package because...

Vote will be subject to Majority Approval[2] and will close at
5:00PM UTC on Tuesday, April 5th, 2016[3].

[1]: http://www.apache.org/info/verification.html
[2]: https://www.apache.org/foundation/glossary.html#MajorityApproval
[3]: to find this in your local timezone see:

https://s.apache.org/hbase-1.2.1RC0-vote-close

Re: [VOTE] First release candidate for HBase 1.2.1 (RC0) is available

Posted by Sean Busbey <bu...@cloudera.com>.
That's what I get for building the RC before waiting for the post-commit run. :/

On Tue, Mar 29, 2016 at 11:52 AM, Stack <st...@duboce.net> wrote:
> TestMasterNoCluster#testFailover fails because of HBASE-15295
> MutateTableAccess.multiMutate() does not get high priority causing a
> deadlock commit last night.
> St.Ack
>
> On Tue, Mar 29, 2016 at 8:38 AM, Sean Busbey <bu...@apache.org> wrote:
>
>> Hi folks!
>>
>> I'm happy to announce the first release candidate of HBase 1.2.1 is
>> available for download at:
>>
>> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.1RC0/
>>
>> As of this vote, the relevant md5 hashes are:
>>
>> 91d399c04d1f42454ef0427844f9889c  hbase-1.2.1-bin.tar.gz
>> fe8ec88ff873ddf40bf60f4bf2cb3591  hbase-1.2.1-src.tar.gz
>>
>> Maven artifacts are also available in the staging repository
>>
>> https://repository.apache.org/content/repositories/orgapachehbase-1133/
>>
>> All artifacts are signed with my code signing key 0D80DB7C, available in
>> the project KEYS file:
>>
>> http://www.apache.org/dist/hbase/KEYS
>>
>> These artifacts correspond to commit hash
>>
>> 547095ab7325cab84f41f18dd64d22c2922e4727
>>
>> which signed tag 1.2.1RC0 currently points to:
>>
>> https://s.apache.org/hbase-1.2.1RC0-tag
>>
>> HBase 1.2.1 is the first maintenance release in the HBase 1.2.z line,
>> continuing on the theme of bringing a stable, reliable database to the
>> Hadoop and NoSQL communities. This release includes 27 resolved issues
>> since the 1.2.0 release.
>>
>> Notable fixes include:
>>
>> * [HBASE-15441] - Fix WAL splitting when region has moved multiple times
>> * [HBASE-15219] - Canary tool does not return non-zero exit code when
>>                   one of regions is in stuck state
>> * [HBASE-15325] - ResultScanner allowing partial result will miss the
>>                   rest of the row if the region is moved between two
>>                   rpc requests
>> * [HBASE-15378] - Scanner cannot handle heartbeat message with no
>>                   results
>>
>>
>> The full list of issues can be found in the CHANGES.txt file included in
>> the release and online at:
>>
>> https://s.apache.org/hbase-1.2.1-jira-releasenotes
>>
>> Please take some time to verify the release[1], try out the release
>> candidate, and vote on releasing it:
>>
>> [ ] +1 Release this package as HBase 1.2.1
>> [ ] +0 no opinion
>> [ ] -1 Do not release this package because...
>>
>> Vote will be subject to Majority Approval[2] and will close at
>> 5:00PM UTC on Tuesday, April 5th, 2016[3].
>>
>> [1]: http://www.apache.org/info/verification.html
>> [2]: https://www.apache.org/foundation/glossary.html#MajorityApproval
>> [3]: to find this in your local timezone see:
>>
>> https://s.apache.org/hbase-1.2.1RC0-vote-close
>>



-- 
busbey

Re: [VOTE] First release candidate for HBase 1.2.1 (RC0) is available

Posted by Enis Söztutar <en...@apache.org>.
Sorry, my bad. I did run the tests for all changed tests before commit for
every branch and we had hadoopqa on master, but that particular one is not
a changed test.

Enis

On Tue, Mar 29, 2016 at 4:28 PM, Sean Busbey <bu...@cloudera.com> wrote:

> In case it was not obvious from my initial reply:
>
> -1 due to the test failure Stack has pointed out.
>
> An addendum for HBASE-15295 has gone in. the branch-1.2 postcommit
> jobs are running now and I'll roll another RC presuming their results
> are not surprising.
>
> Sorry for the noise everyone.
>
> On Tue, Mar 29, 2016 at 11:52 AM, Stack <st...@duboce.net> wrote:
> > TestMasterNoCluster#testFailover fails because of HBASE-15295
> > MutateTableAccess.multiMutate() does not get high priority causing a
> > deadlock commit last night.
> > St.Ack
> >
> > On Tue, Mar 29, 2016 at 8:38 AM, Sean Busbey <bu...@apache.org> wrote:
> >
> >> Hi folks!
> >>
> >> I'm happy to announce the first release candidate of HBase 1.2.1 is
> >> available for download at:
> >>
> >> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.1RC0/
> >>
> >> As of this vote, the relevant md5 hashes are:
> >>
> >> 91d399c04d1f42454ef0427844f9889c  hbase-1.2.1-bin.tar.gz
> >> fe8ec88ff873ddf40bf60f4bf2cb3591  hbase-1.2.1-src.tar.gz
> >>
> >> Maven artifacts are also available in the staging repository
> >>
> >> https://repository.apache.org/content/repositories/orgapachehbase-1133/
> >>
> >> All artifacts are signed with my code signing key 0D80DB7C, available in
> >> the project KEYS file:
> >>
> >> http://www.apache.org/dist/hbase/KEYS
> >>
> >> These artifacts correspond to commit hash
> >>
> >> 547095ab7325cab84f41f18dd64d22c2922e4727
> >>
> >> which signed tag 1.2.1RC0 currently points to:
> >>
> >> https://s.apache.org/hbase-1.2.1RC0-tag
> >>
> >> HBase 1.2.1 is the first maintenance release in the HBase 1.2.z line,
> >> continuing on the theme of bringing a stable, reliable database to the
> >> Hadoop and NoSQL communities. This release includes 27 resolved issues
> >> since the 1.2.0 release.
> >>
> >> Notable fixes include:
> >>
> >> * [HBASE-15441] - Fix WAL splitting when region has moved multiple times
> >> * [HBASE-15219] - Canary tool does not return non-zero exit code when
> >>                   one of regions is in stuck state
> >> * [HBASE-15325] - ResultScanner allowing partial result will miss the
> >>                   rest of the row if the region is moved between two
> >>                   rpc requests
> >> * [HBASE-15378] - Scanner cannot handle heartbeat message with no
> >>                   results
> >>
> >>
> >> The full list of issues can be found in the CHANGES.txt file included in
> >> the release and online at:
> >>
> >> https://s.apache.org/hbase-1.2.1-jira-releasenotes
> >>
> >> Please take some time to verify the release[1], try out the release
> >> candidate, and vote on releasing it:
> >>
> >> [ ] +1 Release this package as HBase 1.2.1
> >> [ ] +0 no opinion
> >> [ ] -1 Do not release this package because...
> >>
> >> Vote will be subject to Majority Approval[2] and will close at
> >> 5:00PM UTC on Tuesday, April 5th, 2016[3].
> >>
> >> [1]: http://www.apache.org/info/verification.html
> >> [2]: https://www.apache.org/foundation/glossary.html#MajorityApproval
> >> [3]: to find this in your local timezone see:
> >>
> >> https://s.apache.org/hbase-1.2.1RC0-vote-close
> >>
>
>
>
> --
> busbey
>

Re: [VOTE] First release candidate for HBase 1.2.1 (RC0) is available

Posted by Sean Busbey <bu...@cloudera.com>.
In case it was not obvious from my initial reply:

-1 due to the test failure Stack has pointed out.

An addendum for HBASE-15295 has gone in. the branch-1.2 postcommit
jobs are running now and I'll roll another RC presuming their results
are not surprising.

Sorry for the noise everyone.

On Tue, Mar 29, 2016 at 11:52 AM, Stack <st...@duboce.net> wrote:
> TestMasterNoCluster#testFailover fails because of HBASE-15295
> MutateTableAccess.multiMutate() does not get high priority causing a
> deadlock commit last night.
> St.Ack
>
> On Tue, Mar 29, 2016 at 8:38 AM, Sean Busbey <bu...@apache.org> wrote:
>
>> Hi folks!
>>
>> I'm happy to announce the first release candidate of HBase 1.2.1 is
>> available for download at:
>>
>> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.1RC0/
>>
>> As of this vote, the relevant md5 hashes are:
>>
>> 91d399c04d1f42454ef0427844f9889c  hbase-1.2.1-bin.tar.gz
>> fe8ec88ff873ddf40bf60f4bf2cb3591  hbase-1.2.1-src.tar.gz
>>
>> Maven artifacts are also available in the staging repository
>>
>> https://repository.apache.org/content/repositories/orgapachehbase-1133/
>>
>> All artifacts are signed with my code signing key 0D80DB7C, available in
>> the project KEYS file:
>>
>> http://www.apache.org/dist/hbase/KEYS
>>
>> These artifacts correspond to commit hash
>>
>> 547095ab7325cab84f41f18dd64d22c2922e4727
>>
>> which signed tag 1.2.1RC0 currently points to:
>>
>> https://s.apache.org/hbase-1.2.1RC0-tag
>>
>> HBase 1.2.1 is the first maintenance release in the HBase 1.2.z line,
>> continuing on the theme of bringing a stable, reliable database to the
>> Hadoop and NoSQL communities. This release includes 27 resolved issues
>> since the 1.2.0 release.
>>
>> Notable fixes include:
>>
>> * [HBASE-15441] - Fix WAL splitting when region has moved multiple times
>> * [HBASE-15219] - Canary tool does not return non-zero exit code when
>>                   one of regions is in stuck state
>> * [HBASE-15325] - ResultScanner allowing partial result will miss the
>>                   rest of the row if the region is moved between two
>>                   rpc requests
>> * [HBASE-15378] - Scanner cannot handle heartbeat message with no
>>                   results
>>
>>
>> The full list of issues can be found in the CHANGES.txt file included in
>> the release and online at:
>>
>> https://s.apache.org/hbase-1.2.1-jira-releasenotes
>>
>> Please take some time to verify the release[1], try out the release
>> candidate, and vote on releasing it:
>>
>> [ ] +1 Release this package as HBase 1.2.1
>> [ ] +0 no opinion
>> [ ] -1 Do not release this package because...
>>
>> Vote will be subject to Majority Approval[2] and will close at
>> 5:00PM UTC on Tuesday, April 5th, 2016[3].
>>
>> [1]: http://www.apache.org/info/verification.html
>> [2]: https://www.apache.org/foundation/glossary.html#MajorityApproval
>> [3]: to find this in your local timezone see:
>>
>> https://s.apache.org/hbase-1.2.1RC0-vote-close
>>



-- 
busbey

Re: [VOTE] First release candidate for HBase 1.2.1 (RC0) is available

Posted by Stack <st...@duboce.net>.
TestMasterNoCluster#testFailover fails because of HBASE-15295
MutateTableAccess.multiMutate() does not get high priority causing a
deadlock commit last night.
St.Ack

On Tue, Mar 29, 2016 at 8:38 AM, Sean Busbey <bu...@apache.org> wrote:

> Hi folks!
>
> I'm happy to announce the first release candidate of HBase 1.2.1 is
> available for download at:
>
> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.2.1RC0/
>
> As of this vote, the relevant md5 hashes are:
>
> 91d399c04d1f42454ef0427844f9889c  hbase-1.2.1-bin.tar.gz
> fe8ec88ff873ddf40bf60f4bf2cb3591  hbase-1.2.1-src.tar.gz
>
> Maven artifacts are also available in the staging repository
>
> https://repository.apache.org/content/repositories/orgapachehbase-1133/
>
> All artifacts are signed with my code signing key 0D80DB7C, available in
> the project KEYS file:
>
> http://www.apache.org/dist/hbase/KEYS
>
> These artifacts correspond to commit hash
>
> 547095ab7325cab84f41f18dd64d22c2922e4727
>
> which signed tag 1.2.1RC0 currently points to:
>
> https://s.apache.org/hbase-1.2.1RC0-tag
>
> HBase 1.2.1 is the first maintenance release in the HBase 1.2.z line,
> continuing on the theme of bringing a stable, reliable database to the
> Hadoop and NoSQL communities. This release includes 27 resolved issues
> since the 1.2.0 release.
>
> Notable fixes include:
>
> * [HBASE-15441] - Fix WAL splitting when region has moved multiple times
> * [HBASE-15219] - Canary tool does not return non-zero exit code when
>                   one of regions is in stuck state
> * [HBASE-15325] - ResultScanner allowing partial result will miss the
>                   rest of the row if the region is moved between two
>                   rpc requests
> * [HBASE-15378] - Scanner cannot handle heartbeat message with no
>                   results
>
>
> The full list of issues can be found in the CHANGES.txt file included in
> the release and online at:
>
> https://s.apache.org/hbase-1.2.1-jira-releasenotes
>
> Please take some time to verify the release[1], try out the release
> candidate, and vote on releasing it:
>
> [ ] +1 Release this package as HBase 1.2.1
> [ ] +0 no opinion
> [ ] -1 Do not release this package because...
>
> Vote will be subject to Majority Approval[2] and will close at
> 5:00PM UTC on Tuesday, April 5th, 2016[3].
>
> [1]: http://www.apache.org/info/verification.html
> [2]: https://www.apache.org/foundation/glossary.html#MajorityApproval
> [3]: to find this in your local timezone see:
>
> https://s.apache.org/hbase-1.2.1RC0-vote-close
>