You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Stack <st...@duboce.net> on 2017/06/08 07:33:57 UTC

[VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

The first release candidate for HBase 2.0.0-alpha-1 is up at:

 https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-alpha-1RC0/

Maven artifacts are available from a staging directory here:

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

All was signed w/ my key 8ACC93D2
<http://pgp.mit.edu/pks/lookup?op=get&search=0x9816C7FC8ACC93D2>

I tagged the RC as 2.0.0-alpha-1RC0
(c830a0f47f58d4892dd3300032c8244d6278aecc).

hbase-2.0.0-alpha-1 will be our first 2.0.0 release. It is a rough cut
('alpha') not-for-production preview of what hbase-2.0.0 will look like. It
is what we used to call a 'Developer' release[1] meant mostly for devs and
downstreamers to test drive and flag us early if we there are issues we’ve
missed ahead of our rolling a production-worthy release.

hbase-2.0.0 includes a fleet of new features that include a new assignment
manager, means for keeping read and write path off-heap, in-memory
compactions, and more. I have been keeping a running doc on the state of
2.0.0 here [2]. There is much to do still (see aforementioned doc).

The list of features addressed in 2.0.0 so far can be found here [4]. There
are about 2500. The list of ~500 fixes in 2.0.0 exclusively can be found
here [3].

Please take it for a spin and vote on whether it ok to put out as our first
alpha (bar is low for an 'alpha'). Let the VOTE be open for 24 hours.

Thanks,
St.Ack

1. http://hbase.apache.org/book.html#hbase.versioning.pre10
2.
https://docs.google.com/document/d/1WCsVlnHjJeKUcl7wHwqb4z9iEu_ktczrlKHK8N4SZzs/edit#heading=h.v21r9nz8g01j
3.
https://issues.apache.org/jira/browse/HBASE-17852?jql=project%20%3D%20HBASE%20%20and%20fixVersion%20%3D%202.0.0%20and%20fixVersion%20not%20in%20(1.0.0%2C%201.0.1%2C%201.0.2%2C%201.0.3%2C%201.0.4%2C%201.0.5%2C%201.0.6%2C%201.1.0%2C%201.1.1%2C%201.1.2%2C%201.1.3%2C%201.1.4%2C%201.1.5%2C%201.1.6%2C%201.1.7%2C%201.1.8%2C%201.1.9%2C%201.1.10%2C%201.2.0%2C%201.2.1%2C%201.2.2%2C%201.2.3%2C%201.2.4%2C%201.2.5%2C%201.2.6%2C%201.3.0%2C%201.3.1%2C%201.4.0)%20and%20%20(status%20%3D%20Open%20or%20status%20%3D%20%22Patch%20Available%22)
4.
https://issues.apache.org/jira/browse/HBASE-18191?jql=project%20%3D%20HBASE%20%20and%20(%20fixVersion%20%3D%202.0.0)%20and%20(status%20%3D%20Resolved)

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Stack <st...@duboce.net>.
Great. Thanks Sean. In-line...

On Fri, Jun 9, 2017 at 11:35 PM, Sean Busbey <bu...@apache.org> wrote:

> +1
>
> details below, a few things to clean up for later alpha/betas.
>
> * checksums are all good
> * signatures are made with two different keys. should clean up by next
> alpha.
>
> src / bin artifacts are signed with 8ACC93D2, as you mentioned in the
> VOTE. However, this key is not in our project's KEYS file.
>
>
Yes. Will fix.


> maven staged repository are signed with 30CD0996, which is in our KEYS
> file so those check out fine.
>
> * the tag 2.0.0-alpha-1RC0 does point to
> c830a0f47f58d4892dd3300032c8244d6278aecc, which matches the source
> artifact after accounting HBASE-13088
>
> The tag isn't signed; would be good to make sure we do tag signing in
> betas so that it's ready to go come GA time.
>
>
Next time through, I'll update our 'How to RC' doc and will add above.



> (side note, it would be good to get a decision on HBASE-13088 for the
> beta releases. been over 2 years)
>
> * the source tarball creates a binary assembly that looks as close to
> the posted binary artifact as I've seen branch-1 do.
>
> idle interest, but our binary convenience artifact has jumped from
> ~100MiB in branch-1 release to ~160MiB. If anyone has time to dig in
> on why, probably worth checking. (e.g. the docs directory is ~585 MiB
> when untared.)
>
>
Yes. Its obnoxious (HBASE-18208).


> * shaded artifact binaries are a reasonable number of MiB in size
> (incorrect build flags will result in ~empty jars)
>
> * LICENSE/NOTICE spot check looks okay.
>
> we have a ton of places where we have velocity variables instead of
> copyright years, but IIRC that's a problem on branch-1 right now too.
>
> * CHANGES file hasn't been updated correctly
>
> currently has details for 0.93.
>
>
Will fix next time through.

Thanks Sean,
S



> On Fri, Jun 9, 2017 at 12:06 PM, Andrew Purtell <ap...@apache.org>
> wrote:
> > +1
> >
> > On Thu, Jun 8, 2017 at 12:33 AM, Stack <st...@duboce.net> wrote:
> >
> >> The first release candidate for HBase 2.0.0-alpha-1 is up at:
> >>
> >>  https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-alpha-1RC0/
> >>
> >> Maven artifacts are available from a staging directory here:
> >>
> >>  https://repository.apache.org/content/repositories/orgapachehbase-1169
> >>
> >> All was signed w/ my key 8ACC93D2
> >> <http://pgp.mit.edu/pks/lookup?op=get&search=0x9816C7FC8ACC93D2>
> >>
> >> I tagged the RC as 2.0.0-alpha-1RC0
> >> (c830a0f47f58d4892dd3300032c8244d6278aecc).
> >>
> >> hbase-2.0.0-alpha-1 will be our first 2.0.0 release. It is a rough cut
> >> ('alpha') not-for-production preview of what hbase-2.0.0 will look
> like. It
> >> is what we used to call a 'Developer' release[1] meant mostly for devs
> and
> >> downstreamers to test drive and flag us early if we there are issues
> we’ve
> >> missed ahead of our rolling a production-worthy release.
> >>
> >> hbase-2.0.0 includes a fleet of new features that include a new
> assignment
> >> manager, means for keeping read and write path off-heap, in-memory
> >> compactions, and more. I have been keeping a running doc on the state of
> >> 2.0.0 here [2]. There is much to do still (see aforementioned doc).
> >>
> >> The list of features addressed in 2.0.0 so far can be found here [4].
> There
> >> are about 2500. The list of ~500 fixes in 2.0.0 exclusively can be found
> >> here [3].
> >>
> >> Please take it for a spin and vote on whether it ok to put out as our
> first
> >> alpha (bar is low for an 'alpha'). Let the VOTE be open for 24 hours.
> >>
> >> Thanks,
> >> St.Ack
> >>
> >> 1. http://hbase.apache.org/book.html#hbase.versioning.pre10
> >> 2.
> >> https://docs.google.com/document/d/1WCsVlnHjJeKUcl7wHwqb4z9iEu_
> >> ktczrlKHK8N4SZzs/edit#heading=h.v21r9nz8g01j
> >> 3.
> >> https://issues.apache.org/jira/browse/HBASE-17852?jql=
> >> project%20%3D%20HBASE%20%20and%20fixVersion%20%3D%202.
> >> 0.0%20and%20fixVersion%20not%20in%20(1.0.0%2C%201.0.1%2C%
> >> 201.0.2%2C%201.0.3%2C%201.0.4%2C%201.0.5%2C%201.0.6%2C%201.
> >> 1.0%2C%201.1.1%2C%201.1.2%2C%201.1.3%2C%201.1.4%2C%201.1.5%
> >> 2C%201.1.6%2C%201.1.7%2C%201.1.8%2C%201.1.9%2C%201.1.10%2C%
> >> 201.2.0%2C%201.2.1%2C%201.2.2%2C%201.2.3%2C%201.2.4%2C%201.
> >> 2.5%2C%201.2.6%2C%201.3.0%2C%201.3.1%2C%201.4.0)%20and%20%
> >> 20(status%20%3D%20Open%20or%20status%20%3D%20%22Patch%20Available%22)
> >> 4.
> >> https://issues.apache.org/jira/browse/HBASE-18191?jql=
> >> project%20%3D%20HBASE%20%20and%20(%20fixVersion%20%3D%
> >> 202.0.0)%20and%20(status%20%3D%20Resolved)
> >>
> >
> >
> >
> > --
> > Best regards,
> >
> >    - Andy
> >
> > If you are given a choice, you believe you have acted freely. - Raymond
> > Teller (via Peter Watts)
>

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Sean Busbey <bu...@apache.org>.
+1

details below, a few things to clean up for later alpha/betas.

* checksums are all good
* signatures are made with two different keys. should clean up by next alpha.

src / bin artifacts are signed with 8ACC93D2, as you mentioned in the
VOTE. However, this key is not in our project's KEYS file.

maven staged repository are signed with 30CD0996, which is in our KEYS
file so those check out fine.

* the tag 2.0.0-alpha-1RC0 does point to
c830a0f47f58d4892dd3300032c8244d6278aecc, which matches the source
artifact after accounting HBASE-13088

The tag isn't signed; would be good to make sure we do tag signing in
betas so that it's ready to go come GA time.

(side note, it would be good to get a decision on HBASE-13088 for the
beta releases. been over 2 years)

* the source tarball creates a binary assembly that looks as close to
the posted binary artifact as I've seen branch-1 do.

idle interest, but our binary convenience artifact has jumped from
~100MiB in branch-1 release to ~160MiB. If anyone has time to dig in
on why, probably worth checking. (e.g. the docs directory is ~585 MiB
when untared.)

* shaded artifact binaries are a reasonable number of MiB in size
(incorrect build flags will result in ~empty jars)

* LICENSE/NOTICE spot check looks okay.

we have a ton of places where we have velocity variables instead of
copyright years, but IIRC that's a problem on branch-1 right now too.

* CHANGES file hasn't been updated correctly

currently has details for 0.93.

On Fri, Jun 9, 2017 at 12:06 PM, Andrew Purtell <ap...@apache.org> wrote:
> +1
>
> On Thu, Jun 8, 2017 at 12:33 AM, Stack <st...@duboce.net> wrote:
>
>> The first release candidate for HBase 2.0.0-alpha-1 is up at:
>>
>>  https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-alpha-1RC0/
>>
>> Maven artifacts are available from a staging directory here:
>>
>>  https://repository.apache.org/content/repositories/orgapachehbase-1169
>>
>> All was signed w/ my key 8ACC93D2
>> <http://pgp.mit.edu/pks/lookup?op=get&search=0x9816C7FC8ACC93D2>
>>
>> I tagged the RC as 2.0.0-alpha-1RC0
>> (c830a0f47f58d4892dd3300032c8244d6278aecc).
>>
>> hbase-2.0.0-alpha-1 will be our first 2.0.0 release. It is a rough cut
>> ('alpha') not-for-production preview of what hbase-2.0.0 will look like. It
>> is what we used to call a 'Developer' release[1] meant mostly for devs and
>> downstreamers to test drive and flag us early if we there are issues we’ve
>> missed ahead of our rolling a production-worthy release.
>>
>> hbase-2.0.0 includes a fleet of new features that include a new assignment
>> manager, means for keeping read and write path off-heap, in-memory
>> compactions, and more. I have been keeping a running doc on the state of
>> 2.0.0 here [2]. There is much to do still (see aforementioned doc).
>>
>> The list of features addressed in 2.0.0 so far can be found here [4]. There
>> are about 2500. The list of ~500 fixes in 2.0.0 exclusively can be found
>> here [3].
>>
>> Please take it for a spin and vote on whether it ok to put out as our first
>> alpha (bar is low for an 'alpha'). Let the VOTE be open for 24 hours.
>>
>> Thanks,
>> St.Ack
>>
>> 1. http://hbase.apache.org/book.html#hbase.versioning.pre10
>> 2.
>> https://docs.google.com/document/d/1WCsVlnHjJeKUcl7wHwqb4z9iEu_
>> ktczrlKHK8N4SZzs/edit#heading=h.v21r9nz8g01j
>> 3.
>> https://issues.apache.org/jira/browse/HBASE-17852?jql=
>> project%20%3D%20HBASE%20%20and%20fixVersion%20%3D%202.
>> 0.0%20and%20fixVersion%20not%20in%20(1.0.0%2C%201.0.1%2C%
>> 201.0.2%2C%201.0.3%2C%201.0.4%2C%201.0.5%2C%201.0.6%2C%201.
>> 1.0%2C%201.1.1%2C%201.1.2%2C%201.1.3%2C%201.1.4%2C%201.1.5%
>> 2C%201.1.6%2C%201.1.7%2C%201.1.8%2C%201.1.9%2C%201.1.10%2C%
>> 201.2.0%2C%201.2.1%2C%201.2.2%2C%201.2.3%2C%201.2.4%2C%201.
>> 2.5%2C%201.2.6%2C%201.3.0%2C%201.3.1%2C%201.4.0)%20and%20%
>> 20(status%20%3D%20Open%20or%20status%20%3D%20%22Patch%20Available%22)
>> 4.
>> https://issues.apache.org/jira/browse/HBASE-18191?jql=
>> project%20%3D%20HBASE%20%20and%20(%20fixVersion%20%3D%
>> 202.0.0)%20and%20(status%20%3D%20Resolved)
>>
>
>
>
> --
> Best regards,
>
>    - Andy
>
> If you are given a choice, you believe you have acted freely. - Raymond
> Teller (via Peter Watts)

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Andrew Purtell <ap...@apache.org>.
+1

On Thu, Jun 8, 2017 at 12:33 AM, Stack <st...@duboce.net> wrote:

> The first release candidate for HBase 2.0.0-alpha-1 is up at:
>
>  https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-alpha-1RC0/
>
> Maven artifacts are available from a staging directory here:
>
>  https://repository.apache.org/content/repositories/orgapachehbase-1169
>
> All was signed w/ my key 8ACC93D2
> <http://pgp.mit.edu/pks/lookup?op=get&search=0x9816C7FC8ACC93D2>
>
> I tagged the RC as 2.0.0-alpha-1RC0
> (c830a0f47f58d4892dd3300032c8244d6278aecc).
>
> hbase-2.0.0-alpha-1 will be our first 2.0.0 release. It is a rough cut
> ('alpha') not-for-production preview of what hbase-2.0.0 will look like. It
> is what we used to call a 'Developer' release[1] meant mostly for devs and
> downstreamers to test drive and flag us early if we there are issues we’ve
> missed ahead of our rolling a production-worthy release.
>
> hbase-2.0.0 includes a fleet of new features that include a new assignment
> manager, means for keeping read and write path off-heap, in-memory
> compactions, and more. I have been keeping a running doc on the state of
> 2.0.0 here [2]. There is much to do still (see aforementioned doc).
>
> The list of features addressed in 2.0.0 so far can be found here [4]. There
> are about 2500. The list of ~500 fixes in 2.0.0 exclusively can be found
> here [3].
>
> Please take it for a spin and vote on whether it ok to put out as our first
> alpha (bar is low for an 'alpha'). Let the VOTE be open for 24 hours.
>
> Thanks,
> St.Ack
>
> 1. http://hbase.apache.org/book.html#hbase.versioning.pre10
> 2.
> https://docs.google.com/document/d/1WCsVlnHjJeKUcl7wHwqb4z9iEu_
> ktczrlKHK8N4SZzs/edit#heading=h.v21r9nz8g01j
> 3.
> https://issues.apache.org/jira/browse/HBASE-17852?jql=
> project%20%3D%20HBASE%20%20and%20fixVersion%20%3D%202.
> 0.0%20and%20fixVersion%20not%20in%20(1.0.0%2C%201.0.1%2C%
> 201.0.2%2C%201.0.3%2C%201.0.4%2C%201.0.5%2C%201.0.6%2C%201.
> 1.0%2C%201.1.1%2C%201.1.2%2C%201.1.3%2C%201.1.4%2C%201.1.5%
> 2C%201.1.6%2C%201.1.7%2C%201.1.8%2C%201.1.9%2C%201.1.10%2C%
> 201.2.0%2C%201.2.1%2C%201.2.2%2C%201.2.3%2C%201.2.4%2C%201.
> 2.5%2C%201.2.6%2C%201.3.0%2C%201.3.1%2C%201.4.0)%20and%20%
> 20(status%20%3D%20Open%20or%20status%20%3D%20%22Patch%20Available%22)
> 4.
> https://issues.apache.org/jira/browse/HBASE-18191?jql=
> project%20%3D%20HBASE%20%20and%20(%20fixVersion%20%3D%
> 202.0.0)%20and%20(status%20%3D%20Resolved)
>



-- 
Best regards,

   - Andy

If you are given a choice, you believe you have acted freely. - Raymond
Teller (via Peter Watts)

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Sean Busbey <se...@gmail.com>.
Folks, let's move this discussion into a dedicated thread rather than on a VOTE.

On Tue, Jun 13, 2017 at 1:16 PM, Umesh Agashe <ua...@cloudera.com> wrote:
> Hi Ashish,
>
> I don't see the errors in distributed mode with hadoop version 2.7.3.
>
> Thanks,
> Umesh
>
>
> On Tue, Jun 13, 2017 at 10:36 AM, Umesh Agashe <ua...@cloudera.com> wrote:
>
>> Hi Ashish,
>>
>> I am running in Standalone mode. So I guess its using local filesystem.
>> Let me see if I get those exceptions in distributed mode.
>>
>> Thanks,
>> Umesh
>>
>>
>> On Tue, Jun 13, 2017 at 9:45 AM, Ashish Singhi <as...@apache.org>
>> wrote:
>>
>>> Hi Umesh,
>>> I am still not able to reproduce it in branch-2. I
>>> ran TestEncryptionKeyRotation#testCFKeyRotation which
>>> exercise FSDataInputStreamWrapper#unbuffer code flow also.
>>> Is your server side Hadoop also 2.7.1 version ?
>>>
>>> Regards,
>>> Ashish
>>>
>>> On Mon, Jun 12, 2017 at 9:04 PM, Umesh Agashe <ua...@cloudera.com>
>>> wrote:
>>>
>>> > Hi Stack,
>>> >
>>> > I am using hadoop-2.7.1. It was on single node.
>>> >
>>> > Thanks,
>>> > Umesh
>>> >
>>> >
>>>
>>
>>



-- 
Sean

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Umesh Agashe <ua...@cloudera.com>.
Hi Ashish,

I don't see the errors in distributed mode with hadoop version 2.7.3.

Thanks,
Umesh


On Tue, Jun 13, 2017 at 10:36 AM, Umesh Agashe <ua...@cloudera.com> wrote:

> Hi Ashish,
>
> I am running in Standalone mode. So I guess its using local filesystem.
> Let me see if I get those exceptions in distributed mode.
>
> Thanks,
> Umesh
>
>
> On Tue, Jun 13, 2017 at 9:45 AM, Ashish Singhi <as...@apache.org>
> wrote:
>
>> Hi Umesh,
>> I am still not able to reproduce it in branch-2. I
>> ran TestEncryptionKeyRotation#testCFKeyRotation which
>> exercise FSDataInputStreamWrapper#unbuffer code flow also.
>> Is your server side Hadoop also 2.7.1 version ?
>>
>> Regards,
>> Ashish
>>
>> On Mon, Jun 12, 2017 at 9:04 PM, Umesh Agashe <ua...@cloudera.com>
>> wrote:
>>
>> > Hi Stack,
>> >
>> > I am using hadoop-2.7.1. It was on single node.
>> >
>> > Thanks,
>> > Umesh
>> >
>> >
>>
>
>

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Umesh Agashe <ua...@cloudera.com>.
Hi Ashish,

I am running in Standalone mode. So I guess its using local filesystem. Let
me see if I get those exceptions in distributed mode.

Thanks,
Umesh


On Tue, Jun 13, 2017 at 9:45 AM, Ashish Singhi <as...@apache.org>
wrote:

> Hi Umesh,
> I am still not able to reproduce it in branch-2. I
> ran TestEncryptionKeyRotation#testCFKeyRotation which
> exercise FSDataInputStreamWrapper#unbuffer code flow also.
> Is your server side Hadoop also 2.7.1 version ?
>
> Regards,
> Ashish
>
> On Mon, Jun 12, 2017 at 9:04 PM, Umesh Agashe <ua...@cloudera.com>
> wrote:
>
> > Hi Stack,
> >
> > I am using hadoop-2.7.1. It was on single node.
> >
> > Thanks,
> > Umesh
> >
> >
>

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Ashish Singhi <as...@apache.org>.
Hi Umesh,
I am still not able to reproduce it in branch-2. I
ran TestEncryptionKeyRotation#testCFKeyRotation which
exercise FSDataInputStreamWrapper#unbuffer code flow also.
Is your server side Hadoop also 2.7.1 version ?

Regards,
Ashish

On Mon, Jun 12, 2017 at 9:04 PM, Umesh Agashe <ua...@cloudera.com> wrote:

> Hi Stack,
>
> I am using hadoop-2.7.1. It was on single node.
>
> Thanks,
> Umesh
>
>

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Umesh Agashe <ua...@cloudera.com>.
Hi Stack,

I am using hadoop-2.7.1. It was on single node.

Thanks,
Umesh


On Sat, Jun 10, 2017 at 11:32 AM, Stack <st...@duboce.net> wrote:

> On Sat, Jun 10, 2017 at 1:35 AM, Ashish Singhi <as...@apache.org>
> wrote:
>
> > Its not an issue. The log warnings are coming by HBASE-9393 patch. If
> user
> > Hadoop version is not 2.6.4+ or 2.7.0+ then this warn message will be
> > logged, notifying user about a CLOSE_WAIT connection left behind. As this
> > log message is in common code flow of read, should we up the log level to
> > avoid too many same warnings ?
> >
> >
> The alpha has hadoop-2.7.1. Should we be getting the above logs in this
> case? (Correct me Umesh if you came up on a different hadoop -- I don't
> think you did).
>
> S
>
>
>
> > Regards,
> > Ashish
> >
> > On Fri, Jun 9, 2017 at 10:45 AM, Stack <st...@duboce.net> wrote:
> >
> > > Oh, maybe file issues for what you found boss?
> > > St.Ack
> > >
> > > On Thu, Jun 8, 2017 at 10:15 PM, Stack <st...@duboce.net> wrote:
> > >
> > > > Thanks Umesh!
> > > >
> > > > On Thu, Jun 8, 2017 at 2:36 PM, Umesh Agashe <ua...@cloudera.com>
> > > wrote:
> > > >
> > > >> +1
> > > >>
> > > >> - Downloaded the src tarball.
> > > >>   - Verified the checksums and signature. Looks good.
> > > >>   - Built from source. openjdk version "1.8.0_102"
> > > >>   - mvn apache-rat:check   Passed
> > > >>
> > > >> - Download the bin tarball.
> > > >>   - Verified the checksums and signature. Looks good.
> > > >>   - Extracted it. Layout looks good.
> > > >>   - Started a local instance. Ran the 'hbase shell' with some basic
> > > table
> > > >> commands. Looks good.
> > > >>   - Ran ltt with 10 million rows and 2 columns/ row
> > > >>
> > > >> Note:
> > > >>   - Did not run unit tests. There are a problems with the build.
> See:
> > > >> https://builds.apache.org/job/HBase-2.0/jdk=JDK%201.8%20(lat
> > > >> est),label=Hadoop/10/console
> > > >>   - Noticed a few errors in the log file like:
> > > >> WARN  [MemStoreFlusher.1] io.FSDataInputStreamWrapper: Failed to
> > invoke
> > > >> 'unbuffer' method in class class org.apache.hadoop.fs.
> > FSDataInputStream
> > > .
> > > >> So there may be a TCP socket connection left open in CLOSE_WAIT
> state.
> > > >>
> > > >>
> > > >> On Thu, Jun 8, 2017 at 8:33 AM, Stack <st...@duboce.net> wrote:
> > > >>
> > > >> > On Thu, Jun 8, 2017 at 7:52 AM, Sean Busbey <bu...@apache.org>
> > > wrote:
> > > >> >
> > > >> > > The minimum voting period is 72 hours for a PMC to bless a
> > release.
> > > >> > > Can we aim for that?
> > > >> > >
> > > >> > >
> > > >> > Sure (Stickler!)
> > > >> > St.Ack
> > > >> >
> > > >> >
> > > >> >
> > > >> > > On Thu, Jun 8, 2017 at 2:33 AM, Stack <st...@duboce.net> wrote:
> > > >> > > > The first release candidate for HBase 2.0.0-alpha-1 is up at:
> > > >> > > >
> > > >> > > >  https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-alp
> > > >> ha-1RC0/
> > > >> > > >
> > > >> > > > Maven artifacts are available from a staging directory here:
> > > >> > > >
> > > >> > > >  https://repository.apache.org/content/repositories/
> > > >> > orgapachehbase-1169
> > > >> > > >
> > > >> > > > All was signed w/ my key 8ACC93D2
> > > >> > > > <http://pgp.mit.edu/pks/lookup?op=get&search=
> 0x9816C7FC8ACC93D2
> > >
> > > >> > > >
> > > >> > > > I tagged the RC as 2.0.0-alpha-1RC0
> > > >> > > > (c830a0f47f58d4892dd3300032c8244d6278aecc).
> > > >> > > >
> > > >> > > > hbase-2.0.0-alpha-1 will be our first 2.0.0 release. It is a
> > rough
> > > >> cut
> > > >> > > > ('alpha') not-for-production preview of what hbase-2.0.0 will
> > look
> > > >> > like.
> > > >> > > It
> > > >> > > > is what we used to call a 'Developer' release[1] meant mostly
> > for
> > > >> devs
> > > >> > > and
> > > >> > > > downstreamers to test drive and flag us early if we there are
> > > issues
> > > >> > > we’ve
> > > >> > > > missed ahead of our rolling a production-worthy release.
> > > >> > > >
> > > >> > > > hbase-2.0.0 includes a fleet of new features that include a
> new
> > > >> > > assignment
> > > >> > > > manager, means for keeping read and write path off-heap,
> > in-memory
> > > >> > > > compactions, and more. I have been keeping a running doc on
> the
> > > >> state
> > > >> > of
> > > >> > > > 2.0.0 here [2]. There is much to do still (see aforementioned
> > > doc).
> > > >> > > >
> > > >> > > > The list of features addressed in 2.0.0 so far can be found
> here
> > > >> [4].
> > > >> > > There
> > > >> > > > are about 2500. The list of ~500 fixes in 2.0.0 exclusively
> can
> > be
> > > >> > found
> > > >> > > > here [3].
> > > >> > > >
> > > >> > > > Please take it for a spin and vote on whether it ok to put out
> > as
> > > >> our
> > > >> > > first
> > > >> > > > alpha (bar is low for an 'alpha'). Let the VOTE be open for 24
> > > >> hours.
> > > >> > > >
> > > >> > > > Thanks,
> > > >> > > > St.Ack
> > > >> > > >
> > > >> > > > 1. http://hbase.apache.org/book.html#hbase.versioning.pre10
> > > >> > > > 2.
> > > >> > > > https://docs.google.com/document/d/
> 1WCsVlnHjJeKUcl7wHwqb4z9iEu_
> > > >> > > ktczrlKHK8N4SZzs/edit#heading=h.v21r9nz8g01j
> > > >> > > > 3.
> > > >> > > > https://issues.apache.org/jira/browse/HBASE-17852?jql=
> > > >> > > project%20%3D%20HBASE%20%20and%20fixVersion%20%3D%202.
> > > >> > > 0.0%20and%20fixVersion%20not%20in%20(1.0.0%2C%201.0.1%2C%
> > > >> > > 201.0.2%2C%201.0.3%2C%201.0.4%2C%201.0.5%2C%201.0.6%2C%201.
> > > >> > > 1.0%2C%201.1.1%2C%201.1.2%2C%201.1.3%2C%201.1.4%2C%201.1.5%
> > > >> > > 2C%201.1.6%2C%201.1.7%2C%201.1.8%2C%201.1.9%2C%201.1.10%2C%
> > > >> > > 201.2.0%2C%201.2.1%2C%201.2.2%2C%201.2.3%2C%201.2.4%2C%201.
> > > >> > > 2.5%2C%201.2.6%2C%201.3.0%2C%201.3.1%2C%201.4.0)%20and%20%
> > > >> > > 20(status%20%3D%20Open%20or%20status%20%3D%20%22Patch%
> > > 20Available%22)
> > > >> > > > 4.
> > > >> > > > https://issues.apache.org/jira/browse/HBASE-18191?jql=
> > > >> > > project%20%3D%20HBASE%20%20and%20(%20fixVersion%20%3D%
> > > >> > > 202.0.0)%20and%20(status%20%3D%20Resolved)
> > > >> > >
> > > >> >
> > > >>
> > > >
> > > >
> > >
> >
>

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Stack <st...@duboce.net>.
On Sun, Jun 11, 2017 at 3:21 AM, Ashish Singhi <as...@apache.org>
wrote:

> I installed the version on a single node cluster with hadoop 2.7.3 version
> on server side and default hadoop version at client side in HBase i.e.,
> 2.7.1 and didn't see any such log warning message.
> @Umesh: what hadoop version are you using ?
>
>
> Belated +1 on the RC.
> Build the tar ball from the source code,
> Exercised some shell commands.
> Ran bulk load, import, export job.
> Checked audit logs for the operations executed.
>
> Thanks for the vote Ashish and thanks for taking a look at the log
message. Let me tackle Umesh Monday -- I mean, Tuesday... Monday is
hbasecon  (we sit beside each other).

Thanks,
St.Ack



> Regards,
> Ashish
>
> On Sun, Jun 11, 2017 at 11:48 AM, Ashish Singhi <as...@apache.org>
> wrote:
>
> > It should not.
> > I will try to find some time today and install the alpha release and
> check
> > this part.
> >
> > Thanks,
> > Ashish
> >
> > On Sun, Jun 11, 2017 at 12:02 AM, Stack <st...@duboce.net> wrote:
> >
> >> On Sat, Jun 10, 2017 at 1:35 AM, Ashish Singhi <ashishsinghi@apache.org
> >
> >> wrote:
> >>
> >> > Its not an issue. The log warnings are coming by HBASE-9393 patch. If
> >> user
> >> > Hadoop version is not 2.6.4+ or 2.7.0+ then this warn message will be
> >> > logged, notifying user about a CLOSE_WAIT connection left behind. As
> >> this
> >> > log message is in common code flow of read, should we up the log level
> >> to
> >> > avoid too many same warnings ?
> >> >
> >> >
> >> The alpha has hadoop-2.7.1. Should we be getting the above logs in this
> >> case? (Correct me Umesh if you came up on a different hadoop -- I don't
> >> think you did).
> >>
> >> S
> >>
> >>
> >>
> >> > Regards,
> >> > Ashish
> >> >
> >> > On Fri, Jun 9, 2017 at 10:45 AM, Stack <st...@duboce.net> wrote:
> >> >
> >> > > Oh, maybe file issues for what you found boss?
> >> > > St.Ack
> >> > >
> >> > > On Thu, Jun 8, 2017 at 10:15 PM, Stack <st...@duboce.net> wrote:
> >> > >
> >> > > > Thanks Umesh!
> >> > > >
> >> > > > On Thu, Jun 8, 2017 at 2:36 PM, Umesh Agashe <
> uagashe@cloudera.com>
> >> > > wrote:
> >> > > >
> >> > > >> +1
> >> > > >>
> >> > > >> - Downloaded the src tarball.
> >> > > >>   - Verified the checksums and signature. Looks good.
> >> > > >>   - Built from source. openjdk version "1.8.0_102"
> >> > > >>   - mvn apache-rat:check   Passed
> >> > > >>
> >> > > >> - Download the bin tarball.
> >> > > >>   - Verified the checksums and signature. Looks good.
> >> > > >>   - Extracted it. Layout looks good.
> >> > > >>   - Started a local instance. Ran the 'hbase shell' with some
> basic
> >> > > table
> >> > > >> commands. Looks good.
> >> > > >>   - Ran ltt with 10 million rows and 2 columns/ row
> >> > > >>
> >> > > >> Note:
> >> > > >>   - Did not run unit tests. There are a problems with the build.
> >> See:
> >> > > >> https://builds.apache.org/job/HBase-2.0/jdk=JDK%201.8%20(lat
> >> > > >> est),label=Hadoop/10/console
> >> > > >>   - Noticed a few errors in the log file like:
> >> > > >> WARN  [MemStoreFlusher.1] io.FSDataInputStreamWrapper: Failed to
> >> > invoke
> >> > > >> 'unbuffer' method in class class org.apache.hadoop.fs.
> >> > FSDataInputStream
> >> > > .
> >> > > >> So there may be a TCP socket connection left open in CLOSE_WAIT
> >> state.
> >> > > >>
> >> > > >>
> >>
> >
>

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Ashish Singhi <as...@apache.org>.
I installed the version on a single node cluster with hadoop 2.7.3 version
on server side and default hadoop version at client side in HBase i.e.,
2.7.1 and didn't see any such log warning message.
@Umesh: what hadoop version are you using ?


Belated +1 on the RC.
Build the tar ball from the source code,
Exercised some shell commands.
Ran bulk load, import, export job.
Checked audit logs for the operations executed.

Regards,
Ashish

On Sun, Jun 11, 2017 at 11:48 AM, Ashish Singhi <as...@apache.org>
wrote:

> It should not.
> I will try to find some time today and install the alpha release and check
> this part.
>
> Thanks,
> Ashish
>
> On Sun, Jun 11, 2017 at 12:02 AM, Stack <st...@duboce.net> wrote:
>
>> On Sat, Jun 10, 2017 at 1:35 AM, Ashish Singhi <as...@apache.org>
>> wrote:
>>
>> > Its not an issue. The log warnings are coming by HBASE-9393 patch. If
>> user
>> > Hadoop version is not 2.6.4+ or 2.7.0+ then this warn message will be
>> > logged, notifying user about a CLOSE_WAIT connection left behind. As
>> this
>> > log message is in common code flow of read, should we up the log level
>> to
>> > avoid too many same warnings ?
>> >
>> >
>> The alpha has hadoop-2.7.1. Should we be getting the above logs in this
>> case? (Correct me Umesh if you came up on a different hadoop -- I don't
>> think you did).
>>
>> S
>>
>>
>>
>> > Regards,
>> > Ashish
>> >
>> > On Fri, Jun 9, 2017 at 10:45 AM, Stack <st...@duboce.net> wrote:
>> >
>> > > Oh, maybe file issues for what you found boss?
>> > > St.Ack
>> > >
>> > > On Thu, Jun 8, 2017 at 10:15 PM, Stack <st...@duboce.net> wrote:
>> > >
>> > > > Thanks Umesh!
>> > > >
>> > > > On Thu, Jun 8, 2017 at 2:36 PM, Umesh Agashe <ua...@cloudera.com>
>> > > wrote:
>> > > >
>> > > >> +1
>> > > >>
>> > > >> - Downloaded the src tarball.
>> > > >>   - Verified the checksums and signature. Looks good.
>> > > >>   - Built from source. openjdk version "1.8.0_102"
>> > > >>   - mvn apache-rat:check   Passed
>> > > >>
>> > > >> - Download the bin tarball.
>> > > >>   - Verified the checksums and signature. Looks good.
>> > > >>   - Extracted it. Layout looks good.
>> > > >>   - Started a local instance. Ran the 'hbase shell' with some basic
>> > > table
>> > > >> commands. Looks good.
>> > > >>   - Ran ltt with 10 million rows and 2 columns/ row
>> > > >>
>> > > >> Note:
>> > > >>   - Did not run unit tests. There are a problems with the build.
>> See:
>> > > >> https://builds.apache.org/job/HBase-2.0/jdk=JDK%201.8%20(lat
>> > > >> est),label=Hadoop/10/console
>> > > >>   - Noticed a few errors in the log file like:
>> > > >> WARN  [MemStoreFlusher.1] io.FSDataInputStreamWrapper: Failed to
>> > invoke
>> > > >> 'unbuffer' method in class class org.apache.hadoop.fs.
>> > FSDataInputStream
>> > > .
>> > > >> So there may be a TCP socket connection left open in CLOSE_WAIT
>> state.
>> > > >>
>> > > >>
>>
>

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Ashish Singhi <as...@apache.org>.
It should not.
I will try to find some time today and install the alpha release and check
this part.

Thanks,
Ashish

On Sun, Jun 11, 2017 at 12:02 AM, Stack <st...@duboce.net> wrote:

> On Sat, Jun 10, 2017 at 1:35 AM, Ashish Singhi <as...@apache.org>
> wrote:
>
> > Its not an issue. The log warnings are coming by HBASE-9393 patch. If
> user
> > Hadoop version is not 2.6.4+ or 2.7.0+ then this warn message will be
> > logged, notifying user about a CLOSE_WAIT connection left behind. As this
> > log message is in common code flow of read, should we up the log level to
> > avoid too many same warnings ?
> >
> >
> The alpha has hadoop-2.7.1. Should we be getting the above logs in this
> case? (Correct me Umesh if you came up on a different hadoop -- I don't
> think you did).
>
> S
>
>
>
> > Regards,
> > Ashish
> >
> > On Fri, Jun 9, 2017 at 10:45 AM, Stack <st...@duboce.net> wrote:
> >
> > > Oh, maybe file issues for what you found boss?
> > > St.Ack
> > >
> > > On Thu, Jun 8, 2017 at 10:15 PM, Stack <st...@duboce.net> wrote:
> > >
> > > > Thanks Umesh!
> > > >
> > > > On Thu, Jun 8, 2017 at 2:36 PM, Umesh Agashe <ua...@cloudera.com>
> > > wrote:
> > > >
> > > >> +1
> > > >>
> > > >> - Downloaded the src tarball.
> > > >>   - Verified the checksums and signature. Looks good.
> > > >>   - Built from source. openjdk version "1.8.0_102"
> > > >>   - mvn apache-rat:check   Passed
> > > >>
> > > >> - Download the bin tarball.
> > > >>   - Verified the checksums and signature. Looks good.
> > > >>   - Extracted it. Layout looks good.
> > > >>   - Started a local instance. Ran the 'hbase shell' with some basic
> > > table
> > > >> commands. Looks good.
> > > >>   - Ran ltt with 10 million rows and 2 columns/ row
> > > >>
> > > >> Note:
> > > >>   - Did not run unit tests. There are a problems with the build.
> See:
> > > >> https://builds.apache.org/job/HBase-2.0/jdk=JDK%201.8%20(lat
> > > >> est),label=Hadoop/10/console
> > > >>   - Noticed a few errors in the log file like:
> > > >> WARN  [MemStoreFlusher.1] io.FSDataInputStreamWrapper: Failed to
> > invoke
> > > >> 'unbuffer' method in class class org.apache.hadoop.fs.
> > FSDataInputStream
> > > .
> > > >> So there may be a TCP socket connection left open in CLOSE_WAIT
> state.
> > > >>
> > > >>
> > > >> On Thu, Jun 8, 2017 at 8:33 AM, Stack <st...@duboce.net> wrote:
> > > >>
> > > >> > On Thu, Jun 8, 2017 at 7:52 AM, Sean Busbey <bu...@apache.org>
> > > wrote:
> > > >> >
> > > >> > > The minimum voting period is 72 hours for a PMC to bless a
> > release.
> > > >> > > Can we aim for that?
> > > >> > >
> > > >> > >
> > > >> > Sure (Stickler!)
> > > >> > St.Ack
> > > >> >
> > > >> >
> > > >> >
> > > >> > > On Thu, Jun 8, 2017 at 2:33 AM, Stack <st...@duboce.net> wrote:
> > > >> > > > The first release candidate for HBase 2.0.0-alpha-1 is up at:
> > > >> > > >
> > > >> > > >  https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-alp
> > > >> ha-1RC0/
> > > >> > > >
> > > >> > > > Maven artifacts are available from a staging directory here:
> > > >> > > >
> > > >> > > >  https://repository.apache.org/content/repositories/
> > > >> > orgapachehbase-1169
> > > >> > > >
> > > >> > > > All was signed w/ my key 8ACC93D2
> > > >> > > > <http://pgp.mit.edu/pks/lookup?op=get&search=
> 0x9816C7FC8ACC93D2
> > >
> > > >> > > >
> > > >> > > > I tagged the RC as 2.0.0-alpha-1RC0
> > > >> > > > (c830a0f47f58d4892dd3300032c8244d6278aecc).
> > > >> > > >
> > > >> > > > hbase-2.0.0-alpha-1 will be our first 2.0.0 release. It is a
> > rough
> > > >> cut
> > > >> > > > ('alpha') not-for-production preview of what hbase-2.0.0 will
> > look
> > > >> > like.
> > > >> > > It
> > > >> > > > is what we used to call a 'Developer' release[1] meant mostly
> > for
> > > >> devs
> > > >> > > and
> > > >> > > > downstreamers to test drive and flag us early if we there are
> > > issues
> > > >> > > we’ve
> > > >> > > > missed ahead of our rolling a production-worthy release.
> > > >> > > >
> > > >> > > > hbase-2.0.0 includes a fleet of new features that include a
> new
> > > >> > > assignment
> > > >> > > > manager, means for keeping read and write path off-heap,
> > in-memory
> > > >> > > > compactions, and more. I have been keeping a running doc on
> the
> > > >> state
> > > >> > of
> > > >> > > > 2.0.0 here [2]. There is much to do still (see aforementioned
> > > doc).
> > > >> > > >
> > > >> > > > The list of features addressed in 2.0.0 so far can be found
> here
> > > >> [4].
> > > >> > > There
> > > >> > > > are about 2500. The list of ~500 fixes in 2.0.0 exclusively
> can
> > be
> > > >> > found
> > > >> > > > here [3].
> > > >> > > >
> > > >> > > > Please take it for a spin and vote on whether it ok to put out
> > as
> > > >> our
> > > >> > > first
> > > >> > > > alpha (bar is low for an 'alpha'). Let the VOTE be open for 24
> > > >> hours.
> > > >> > > >
> > > >> > > > Thanks,
> > > >> > > > St.Ack
> > > >> > > >
> > > >> > > > 1. http://hbase.apache.org/book.html#hbase.versioning.pre10
> > > >> > > > 2.
> > > >> > > > https://docs.google.com/document/d/
> 1WCsVlnHjJeKUcl7wHwqb4z9iEu_
> > > >> > > ktczrlKHK8N4SZzs/edit#heading=h.v21r9nz8g01j
> > > >> > > > 3.
> > > >> > > > https://issues.apache.org/jira/browse/HBASE-17852?jql=
> > > >> > > project%20%3D%20HBASE%20%20and%20fixVersion%20%3D%202.
> > > >> > > 0.0%20and%20fixVersion%20not%20in%20(1.0.0%2C%201.0.1%2C%
> > > >> > > 201.0.2%2C%201.0.3%2C%201.0.4%2C%201.0.5%2C%201.0.6%2C%201.
> > > >> > > 1.0%2C%201.1.1%2C%201.1.2%2C%201.1.3%2C%201.1.4%2C%201.1.5%
> > > >> > > 2C%201.1.6%2C%201.1.7%2C%201.1.8%2C%201.1.9%2C%201.1.10%2C%
> > > >> > > 201.2.0%2C%201.2.1%2C%201.2.2%2C%201.2.3%2C%201.2.4%2C%201.
> > > >> > > 2.5%2C%201.2.6%2C%201.3.0%2C%201.3.1%2C%201.4.0)%20and%20%
> > > >> > > 20(status%20%3D%20Open%20or%20status%20%3D%20%22Patch%
> > > 20Available%22)
> > > >> > > > 4.
> > > >> > > > https://issues.apache.org/jira/browse/HBASE-18191?jql=
> > > >> > > project%20%3D%20HBASE%20%20and%20(%20fixVersion%20%3D%
> > > >> > > 202.0.0)%20and%20(status%20%3D%20Resolved)
> > > >> > >
> > > >> >
> > > >>
> > > >
> > > >
> > >
> >
>

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Stack <st...@duboce.net>.
On Sat, Jun 10, 2017 at 1:35 AM, Ashish Singhi <as...@apache.org>
wrote:

> Its not an issue. The log warnings are coming by HBASE-9393 patch. If user
> Hadoop version is not 2.6.4+ or 2.7.0+ then this warn message will be
> logged, notifying user about a CLOSE_WAIT connection left behind. As this
> log message is in common code flow of read, should we up the log level to
> avoid too many same warnings ?
>
>
The alpha has hadoop-2.7.1. Should we be getting the above logs in this
case? (Correct me Umesh if you came up on a different hadoop -- I don't
think you did).

S



> Regards,
> Ashish
>
> On Fri, Jun 9, 2017 at 10:45 AM, Stack <st...@duboce.net> wrote:
>
> > Oh, maybe file issues for what you found boss?
> > St.Ack
> >
> > On Thu, Jun 8, 2017 at 10:15 PM, Stack <st...@duboce.net> wrote:
> >
> > > Thanks Umesh!
> > >
> > > On Thu, Jun 8, 2017 at 2:36 PM, Umesh Agashe <ua...@cloudera.com>
> > wrote:
> > >
> > >> +1
> > >>
> > >> - Downloaded the src tarball.
> > >>   - Verified the checksums and signature. Looks good.
> > >>   - Built from source. openjdk version "1.8.0_102"
> > >>   - mvn apache-rat:check   Passed
> > >>
> > >> - Download the bin tarball.
> > >>   - Verified the checksums and signature. Looks good.
> > >>   - Extracted it. Layout looks good.
> > >>   - Started a local instance. Ran the 'hbase shell' with some basic
> > table
> > >> commands. Looks good.
> > >>   - Ran ltt with 10 million rows and 2 columns/ row
> > >>
> > >> Note:
> > >>   - Did not run unit tests. There are a problems with the build. See:
> > >> https://builds.apache.org/job/HBase-2.0/jdk=JDK%201.8%20(lat
> > >> est),label=Hadoop/10/console
> > >>   - Noticed a few errors in the log file like:
> > >> WARN  [MemStoreFlusher.1] io.FSDataInputStreamWrapper: Failed to
> invoke
> > >> 'unbuffer' method in class class org.apache.hadoop.fs.
> FSDataInputStream
> > .
> > >> So there may be a TCP socket connection left open in CLOSE_WAIT state.
> > >>
> > >>
> > >> On Thu, Jun 8, 2017 at 8:33 AM, Stack <st...@duboce.net> wrote:
> > >>
> > >> > On Thu, Jun 8, 2017 at 7:52 AM, Sean Busbey <bu...@apache.org>
> > wrote:
> > >> >
> > >> > > The minimum voting period is 72 hours for a PMC to bless a
> release.
> > >> > > Can we aim for that?
> > >> > >
> > >> > >
> > >> > Sure (Stickler!)
> > >> > St.Ack
> > >> >
> > >> >
> > >> >
> > >> > > On Thu, Jun 8, 2017 at 2:33 AM, Stack <st...@duboce.net> wrote:
> > >> > > > The first release candidate for HBase 2.0.0-alpha-1 is up at:
> > >> > > >
> > >> > > >  https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-alp
> > >> ha-1RC0/
> > >> > > >
> > >> > > > Maven artifacts are available from a staging directory here:
> > >> > > >
> > >> > > >  https://repository.apache.org/content/repositories/
> > >> > orgapachehbase-1169
> > >> > > >
> > >> > > > All was signed w/ my key 8ACC93D2
> > >> > > > <http://pgp.mit.edu/pks/lookup?op=get&search=0x9816C7FC8ACC93D2
> >
> > >> > > >
> > >> > > > I tagged the RC as 2.0.0-alpha-1RC0
> > >> > > > (c830a0f47f58d4892dd3300032c8244d6278aecc).
> > >> > > >
> > >> > > > hbase-2.0.0-alpha-1 will be our first 2.0.0 release. It is a
> rough
> > >> cut
> > >> > > > ('alpha') not-for-production preview of what hbase-2.0.0 will
> look
> > >> > like.
> > >> > > It
> > >> > > > is what we used to call a 'Developer' release[1] meant mostly
> for
> > >> devs
> > >> > > and
> > >> > > > downstreamers to test drive and flag us early if we there are
> > issues
> > >> > > we’ve
> > >> > > > missed ahead of our rolling a production-worthy release.
> > >> > > >
> > >> > > > hbase-2.0.0 includes a fleet of new features that include a new
> > >> > > assignment
> > >> > > > manager, means for keeping read and write path off-heap,
> in-memory
> > >> > > > compactions, and more. I have been keeping a running doc on the
> > >> state
> > >> > of
> > >> > > > 2.0.0 here [2]. There is much to do still (see aforementioned
> > doc).
> > >> > > >
> > >> > > > The list of features addressed in 2.0.0 so far can be found here
> > >> [4].
> > >> > > There
> > >> > > > are about 2500. The list of ~500 fixes in 2.0.0 exclusively can
> be
> > >> > found
> > >> > > > here [3].
> > >> > > >
> > >> > > > Please take it for a spin and vote on whether it ok to put out
> as
> > >> our
> > >> > > first
> > >> > > > alpha (bar is low for an 'alpha'). Let the VOTE be open for 24
> > >> hours.
> > >> > > >
> > >> > > > Thanks,
> > >> > > > St.Ack
> > >> > > >
> > >> > > > 1. http://hbase.apache.org/book.html#hbase.versioning.pre10
> > >> > > > 2.
> > >> > > > https://docs.google.com/document/d/1WCsVlnHjJeKUcl7wHwqb4z9iEu_
> > >> > > ktczrlKHK8N4SZzs/edit#heading=h.v21r9nz8g01j
> > >> > > > 3.
> > >> > > > https://issues.apache.org/jira/browse/HBASE-17852?jql=
> > >> > > project%20%3D%20HBASE%20%20and%20fixVersion%20%3D%202.
> > >> > > 0.0%20and%20fixVersion%20not%20in%20(1.0.0%2C%201.0.1%2C%
> > >> > > 201.0.2%2C%201.0.3%2C%201.0.4%2C%201.0.5%2C%201.0.6%2C%201.
> > >> > > 1.0%2C%201.1.1%2C%201.1.2%2C%201.1.3%2C%201.1.4%2C%201.1.5%
> > >> > > 2C%201.1.6%2C%201.1.7%2C%201.1.8%2C%201.1.9%2C%201.1.10%2C%
> > >> > > 201.2.0%2C%201.2.1%2C%201.2.2%2C%201.2.3%2C%201.2.4%2C%201.
> > >> > > 2.5%2C%201.2.6%2C%201.3.0%2C%201.3.1%2C%201.4.0)%20and%20%
> > >> > > 20(status%20%3D%20Open%20or%20status%20%3D%20%22Patch%
> > 20Available%22)
> > >> > > > 4.
> > >> > > > https://issues.apache.org/jira/browse/HBASE-18191?jql=
> > >> > > project%20%3D%20HBASE%20%20and%20(%20fixVersion%20%3D%
> > >> > > 202.0.0)%20and%20(status%20%3D%20Resolved)
> > >> > >
> > >> >
> > >>
> > >
> > >
> >
>

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Ted Yu <yu...@gmail.com>.
+1 in reducing redundant warnings. 

> On Jun 10, 2017, at 1:35 AM, Ashish Singhi <as...@apache.org> wrote:
> 
> Its not an issue. The log warnings are coming by HBASE-9393 patch. If user
> Hadoop version is not 2.6.4+ or 2.7.0+ then this warn message will be
> logged, notifying user about a CLOSE_WAIT connection left behind. As this
> log message is in common code flow of read, should we up the log level to
> avoid too many same warnings ?
> 
> Regards,
> Ashish
> 
>> On Fri, Jun 9, 2017 at 10:45 AM, Stack <st...@duboce.net> wrote:
>> 
>> Oh, maybe file issues for what you found boss?
>> St.Ack
>> 
>>> On Thu, Jun 8, 2017 at 10:15 PM, Stack <st...@duboce.net> wrote:
>>> 
>>> Thanks Umesh!
>>> 
>>> On Thu, Jun 8, 2017 at 2:36 PM, Umesh Agashe <ua...@cloudera.com>
>> wrote:
>>> 
>>>> +1
>>>> 
>>>> - Downloaded the src tarball.
>>>>  - Verified the checksums and signature. Looks good.
>>>>  - Built from source. openjdk version "1.8.0_102"
>>>>  - mvn apache-rat:check   Passed
>>>> 
>>>> - Download the bin tarball.
>>>>  - Verified the checksums and signature. Looks good.
>>>>  - Extracted it. Layout looks good.
>>>>  - Started a local instance. Ran the 'hbase shell' with some basic
>> table
>>>> commands. Looks good.
>>>>  - Ran ltt with 10 million rows and 2 columns/ row
>>>> 
>>>> Note:
>>>>  - Did not run unit tests. There are a problems with the build. See:
>>>> https://builds.apache.org/job/HBase-2.0/jdk=JDK%201.8%20(lat
>>>> est),label=Hadoop/10/console
>>>>  - Noticed a few errors in the log file like:
>>>> WARN  [MemStoreFlusher.1] io.FSDataInputStreamWrapper: Failed to invoke
>>>> 'unbuffer' method in class class org.apache.hadoop.fs.FSDataInputStream
>> .
>>>> So there may be a TCP socket connection left open in CLOSE_WAIT state.
>>>> 
>>>> 
>>>>> On Thu, Jun 8, 2017 at 8:33 AM, Stack <st...@duboce.net> wrote:
>>>>> 
>>>>> On Thu, Jun 8, 2017 at 7:52 AM, Sean Busbey <bu...@apache.org>
>> wrote:
>>>>> 
>>>>>> The minimum voting period is 72 hours for a PMC to bless a release.
>>>>>> Can we aim for that?
>>>>>> 
>>>>>> 
>>>>> Sure (Stickler!)
>>>>> St.Ack
>>>>> 
>>>>> 
>>>>> 
>>>>>>> On Thu, Jun 8, 2017 at 2:33 AM, Stack <st...@duboce.net> wrote:
>>>>>>> The first release candidate for HBase 2.0.0-alpha-1 is up at:
>>>>>>> 
>>>>>>> https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-alp
>>>> ha-1RC0/
>>>>>>> 
>>>>>>> Maven artifacts are available from a staging directory here:
>>>>>>> 
>>>>>>> https://repository.apache.org/content/repositories/
>>>>> orgapachehbase-1169
>>>>>>> 
>>>>>>> All was signed w/ my key 8ACC93D2
>>>>>>> <http://pgp.mit.edu/pks/lookup?op=get&search=0x9816C7FC8ACC93D2>
>>>>>>> 
>>>>>>> I tagged the RC as 2.0.0-alpha-1RC0
>>>>>>> (c830a0f47f58d4892dd3300032c8244d6278aecc).
>>>>>>> 
>>>>>>> hbase-2.0.0-alpha-1 will be our first 2.0.0 release. It is a rough
>>>> cut
>>>>>>> ('alpha') not-for-production preview of what hbase-2.0.0 will look
>>>>> like.
>>>>>> It
>>>>>>> is what we used to call a 'Developer' release[1] meant mostly for
>>>> devs
>>>>>> and
>>>>>>> downstreamers to test drive and flag us early if we there are
>> issues
>>>>>> we’ve
>>>>>>> missed ahead of our rolling a production-worthy release.
>>>>>>> 
>>>>>>> hbase-2.0.0 includes a fleet of new features that include a new
>>>>>> assignment
>>>>>>> manager, means for keeping read and write path off-heap, in-memory
>>>>>>> compactions, and more. I have been keeping a running doc on the
>>>> state
>>>>> of
>>>>>>> 2.0.0 here [2]. There is much to do still (see aforementioned
>> doc).
>>>>>>> 
>>>>>>> The list of features addressed in 2.0.0 so far can be found here
>>>> [4].
>>>>>> There
>>>>>>> are about 2500. The list of ~500 fixes in 2.0.0 exclusively can be
>>>>> found
>>>>>>> here [3].
>>>>>>> 
>>>>>>> Please take it for a spin and vote on whether it ok to put out as
>>>> our
>>>>>> first
>>>>>>> alpha (bar is low for an 'alpha'). Let the VOTE be open for 24
>>>> hours.
>>>>>>> 
>>>>>>> Thanks,
>>>>>>> St.Ack
>>>>>>> 
>>>>>>> 1. http://hbase.apache.org/book.html#hbase.versioning.pre10
>>>>>>> 2.
>>>>>>> https://docs.google.com/document/d/1WCsVlnHjJeKUcl7wHwqb4z9iEu_
>>>>>> ktczrlKHK8N4SZzs/edit#heading=h.v21r9nz8g01j
>>>>>>> 3.
>>>>>>> https://issues.apache.org/jira/browse/HBASE-17852?jql=
>>>>>> project%20%3D%20HBASE%20%20and%20fixVersion%20%3D%202.
>>>>>> 0.0%20and%20fixVersion%20not%20in%20(1.0.0%2C%201.0.1%2C%
>>>>>> 201.0.2%2C%201.0.3%2C%201.0.4%2C%201.0.5%2C%201.0.6%2C%201.
>>>>>> 1.0%2C%201.1.1%2C%201.1.2%2C%201.1.3%2C%201.1.4%2C%201.1.5%
>>>>>> 2C%201.1.6%2C%201.1.7%2C%201.1.8%2C%201.1.9%2C%201.1.10%2C%
>>>>>> 201.2.0%2C%201.2.1%2C%201.2.2%2C%201.2.3%2C%201.2.4%2C%201.
>>>>>> 2.5%2C%201.2.6%2C%201.3.0%2C%201.3.1%2C%201.4.0)%20and%20%
>>>>>> 20(status%20%3D%20Open%20or%20status%20%3D%20%22Patch%
>> 20Available%22)
>>>>>>> 4.
>>>>>>> https://issues.apache.org/jira/browse/HBASE-18191?jql=
>>>>>> project%20%3D%20HBASE%20%20and%20(%20fixVersion%20%3D%
>>>>>> 202.0.0)%20and%20(status%20%3D%20Resolved)
>>>>>> 
>>>>> 
>>>> 
>>> 
>>> 
>> 

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Ashish Singhi <as...@apache.org>.
Its not an issue. The log warnings are coming by HBASE-9393 patch. If user
Hadoop version is not 2.6.4+ or 2.7.0+ then this warn message will be
logged, notifying user about a CLOSE_WAIT connection left behind. As this
log message is in common code flow of read, should we up the log level to
avoid too many same warnings ?

Regards,
Ashish

On Fri, Jun 9, 2017 at 10:45 AM, Stack <st...@duboce.net> wrote:

> Oh, maybe file issues for what you found boss?
> St.Ack
>
> On Thu, Jun 8, 2017 at 10:15 PM, Stack <st...@duboce.net> wrote:
>
> > Thanks Umesh!
> >
> > On Thu, Jun 8, 2017 at 2:36 PM, Umesh Agashe <ua...@cloudera.com>
> wrote:
> >
> >> +1
> >>
> >> - Downloaded the src tarball.
> >>   - Verified the checksums and signature. Looks good.
> >>   - Built from source. openjdk version "1.8.0_102"
> >>   - mvn apache-rat:check   Passed
> >>
> >> - Download the bin tarball.
> >>   - Verified the checksums and signature. Looks good.
> >>   - Extracted it. Layout looks good.
> >>   - Started a local instance. Ran the 'hbase shell' with some basic
> table
> >> commands. Looks good.
> >>   - Ran ltt with 10 million rows and 2 columns/ row
> >>
> >> Note:
> >>   - Did not run unit tests. There are a problems with the build. See:
> >> https://builds.apache.org/job/HBase-2.0/jdk=JDK%201.8%20(lat
> >> est),label=Hadoop/10/console
> >>   - Noticed a few errors in the log file like:
> >> WARN  [MemStoreFlusher.1] io.FSDataInputStreamWrapper: Failed to invoke
> >> 'unbuffer' method in class class org.apache.hadoop.fs.FSDataInputStream
> .
> >> So there may be a TCP socket connection left open in CLOSE_WAIT state.
> >>
> >>
> >> On Thu, Jun 8, 2017 at 8:33 AM, Stack <st...@duboce.net> wrote:
> >>
> >> > On Thu, Jun 8, 2017 at 7:52 AM, Sean Busbey <bu...@apache.org>
> wrote:
> >> >
> >> > > The minimum voting period is 72 hours for a PMC to bless a release.
> >> > > Can we aim for that?
> >> > >
> >> > >
> >> > Sure (Stickler!)
> >> > St.Ack
> >> >
> >> >
> >> >
> >> > > On Thu, Jun 8, 2017 at 2:33 AM, Stack <st...@duboce.net> wrote:
> >> > > > The first release candidate for HBase 2.0.0-alpha-1 is up at:
> >> > > >
> >> > > >  https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-alp
> >> ha-1RC0/
> >> > > >
> >> > > > Maven artifacts are available from a staging directory here:
> >> > > >
> >> > > >  https://repository.apache.org/content/repositories/
> >> > orgapachehbase-1169
> >> > > >
> >> > > > All was signed w/ my key 8ACC93D2
> >> > > > <http://pgp.mit.edu/pks/lookup?op=get&search=0x9816C7FC8ACC93D2>
> >> > > >
> >> > > > I tagged the RC as 2.0.0-alpha-1RC0
> >> > > > (c830a0f47f58d4892dd3300032c8244d6278aecc).
> >> > > >
> >> > > > hbase-2.0.0-alpha-1 will be our first 2.0.0 release. It is a rough
> >> cut
> >> > > > ('alpha') not-for-production preview of what hbase-2.0.0 will look
> >> > like.
> >> > > It
> >> > > > is what we used to call a 'Developer' release[1] meant mostly for
> >> devs
> >> > > and
> >> > > > downstreamers to test drive and flag us early if we there are
> issues
> >> > > we’ve
> >> > > > missed ahead of our rolling a production-worthy release.
> >> > > >
> >> > > > hbase-2.0.0 includes a fleet of new features that include a new
> >> > > assignment
> >> > > > manager, means for keeping read and write path off-heap, in-memory
> >> > > > compactions, and more. I have been keeping a running doc on the
> >> state
> >> > of
> >> > > > 2.0.0 here [2]. There is much to do still (see aforementioned
> doc).
> >> > > >
> >> > > > The list of features addressed in 2.0.0 so far can be found here
> >> [4].
> >> > > There
> >> > > > are about 2500. The list of ~500 fixes in 2.0.0 exclusively can be
> >> > found
> >> > > > here [3].
> >> > > >
> >> > > > Please take it for a spin and vote on whether it ok to put out as
> >> our
> >> > > first
> >> > > > alpha (bar is low for an 'alpha'). Let the VOTE be open for 24
> >> hours.
> >> > > >
> >> > > > Thanks,
> >> > > > St.Ack
> >> > > >
> >> > > > 1. http://hbase.apache.org/book.html#hbase.versioning.pre10
> >> > > > 2.
> >> > > > https://docs.google.com/document/d/1WCsVlnHjJeKUcl7wHwqb4z9iEu_
> >> > > ktczrlKHK8N4SZzs/edit#heading=h.v21r9nz8g01j
> >> > > > 3.
> >> > > > https://issues.apache.org/jira/browse/HBASE-17852?jql=
> >> > > project%20%3D%20HBASE%20%20and%20fixVersion%20%3D%202.
> >> > > 0.0%20and%20fixVersion%20not%20in%20(1.0.0%2C%201.0.1%2C%
> >> > > 201.0.2%2C%201.0.3%2C%201.0.4%2C%201.0.5%2C%201.0.6%2C%201.
> >> > > 1.0%2C%201.1.1%2C%201.1.2%2C%201.1.3%2C%201.1.4%2C%201.1.5%
> >> > > 2C%201.1.6%2C%201.1.7%2C%201.1.8%2C%201.1.9%2C%201.1.10%2C%
> >> > > 201.2.0%2C%201.2.1%2C%201.2.2%2C%201.2.3%2C%201.2.4%2C%201.
> >> > > 2.5%2C%201.2.6%2C%201.3.0%2C%201.3.1%2C%201.4.0)%20and%20%
> >> > > 20(status%20%3D%20Open%20or%20status%20%3D%20%22Patch%
> 20Available%22)
> >> > > > 4.
> >> > > > https://issues.apache.org/jira/browse/HBASE-18191?jql=
> >> > > project%20%3D%20HBASE%20%20and%20(%20fixVersion%20%3D%
> >> > > 202.0.0)%20and%20(status%20%3D%20Resolved)
> >> > >
> >> >
> >>
> >
> >
>

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Stack <st...@duboce.net>.
Oh, maybe file issues for what you found boss?
St.Ack

On Thu, Jun 8, 2017 at 10:15 PM, Stack <st...@duboce.net> wrote:

> Thanks Umesh!
>
> On Thu, Jun 8, 2017 at 2:36 PM, Umesh Agashe <ua...@cloudera.com> wrote:
>
>> +1
>>
>> - Downloaded the src tarball.
>>   - Verified the checksums and signature. Looks good.
>>   - Built from source. openjdk version "1.8.0_102"
>>   - mvn apache-rat:check   Passed
>>
>> - Download the bin tarball.
>>   - Verified the checksums and signature. Looks good.
>>   - Extracted it. Layout looks good.
>>   - Started a local instance. Ran the 'hbase shell' with some basic table
>> commands. Looks good.
>>   - Ran ltt with 10 million rows and 2 columns/ row
>>
>> Note:
>>   - Did not run unit tests. There are a problems with the build. See:
>> https://builds.apache.org/job/HBase-2.0/jdk=JDK%201.8%20(lat
>> est),label=Hadoop/10/console
>>   - Noticed a few errors in the log file like:
>> WARN  [MemStoreFlusher.1] io.FSDataInputStreamWrapper: Failed to invoke
>> 'unbuffer' method in class class org.apache.hadoop.fs.FSDataInputStream .
>> So there may be a TCP socket connection left open in CLOSE_WAIT state.
>>
>>
>> On Thu, Jun 8, 2017 at 8:33 AM, Stack <st...@duboce.net> wrote:
>>
>> > On Thu, Jun 8, 2017 at 7:52 AM, Sean Busbey <bu...@apache.org> wrote:
>> >
>> > > The minimum voting period is 72 hours for a PMC to bless a release.
>> > > Can we aim for that?
>> > >
>> > >
>> > Sure (Stickler!)
>> > St.Ack
>> >
>> >
>> >
>> > > On Thu, Jun 8, 2017 at 2:33 AM, Stack <st...@duboce.net> wrote:
>> > > > The first release candidate for HBase 2.0.0-alpha-1 is up at:
>> > > >
>> > > >  https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-alp
>> ha-1RC0/
>> > > >
>> > > > Maven artifacts are available from a staging directory here:
>> > > >
>> > > >  https://repository.apache.org/content/repositories/
>> > orgapachehbase-1169
>> > > >
>> > > > All was signed w/ my key 8ACC93D2
>> > > > <http://pgp.mit.edu/pks/lookup?op=get&search=0x9816C7FC8ACC93D2>
>> > > >
>> > > > I tagged the RC as 2.0.0-alpha-1RC0
>> > > > (c830a0f47f58d4892dd3300032c8244d6278aecc).
>> > > >
>> > > > hbase-2.0.0-alpha-1 will be our first 2.0.0 release. It is a rough
>> cut
>> > > > ('alpha') not-for-production preview of what hbase-2.0.0 will look
>> > like.
>> > > It
>> > > > is what we used to call a 'Developer' release[1] meant mostly for
>> devs
>> > > and
>> > > > downstreamers to test drive and flag us early if we there are issues
>> > > we’ve
>> > > > missed ahead of our rolling a production-worthy release.
>> > > >
>> > > > hbase-2.0.0 includes a fleet of new features that include a new
>> > > assignment
>> > > > manager, means for keeping read and write path off-heap, in-memory
>> > > > compactions, and more. I have been keeping a running doc on the
>> state
>> > of
>> > > > 2.0.0 here [2]. There is much to do still (see aforementioned doc).
>> > > >
>> > > > The list of features addressed in 2.0.0 so far can be found here
>> [4].
>> > > There
>> > > > are about 2500. The list of ~500 fixes in 2.0.0 exclusively can be
>> > found
>> > > > here [3].
>> > > >
>> > > > Please take it for a spin and vote on whether it ok to put out as
>> our
>> > > first
>> > > > alpha (bar is low for an 'alpha'). Let the VOTE be open for 24
>> hours.
>> > > >
>> > > > Thanks,
>> > > > St.Ack
>> > > >
>> > > > 1. http://hbase.apache.org/book.html#hbase.versioning.pre10
>> > > > 2.
>> > > > https://docs.google.com/document/d/1WCsVlnHjJeKUcl7wHwqb4z9iEu_
>> > > ktczrlKHK8N4SZzs/edit#heading=h.v21r9nz8g01j
>> > > > 3.
>> > > > https://issues.apache.org/jira/browse/HBASE-17852?jql=
>> > > project%20%3D%20HBASE%20%20and%20fixVersion%20%3D%202.
>> > > 0.0%20and%20fixVersion%20not%20in%20(1.0.0%2C%201.0.1%2C%
>> > > 201.0.2%2C%201.0.3%2C%201.0.4%2C%201.0.5%2C%201.0.6%2C%201.
>> > > 1.0%2C%201.1.1%2C%201.1.2%2C%201.1.3%2C%201.1.4%2C%201.1.5%
>> > > 2C%201.1.6%2C%201.1.7%2C%201.1.8%2C%201.1.9%2C%201.1.10%2C%
>> > > 201.2.0%2C%201.2.1%2C%201.2.2%2C%201.2.3%2C%201.2.4%2C%201.
>> > > 2.5%2C%201.2.6%2C%201.3.0%2C%201.3.1%2C%201.4.0)%20and%20%
>> > > 20(status%20%3D%20Open%20or%20status%20%3D%20%22Patch%20Available%22)
>> > > > 4.
>> > > > https://issues.apache.org/jira/browse/HBASE-18191?jql=
>> > > project%20%3D%20HBASE%20%20and%20(%20fixVersion%20%3D%
>> > > 202.0.0)%20and%20(status%20%3D%20Resolved)
>> > >
>> >
>>
>
>

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Stack <st...@duboce.net>.
Thanks Umesh!

On Thu, Jun 8, 2017 at 2:36 PM, Umesh Agashe <ua...@cloudera.com> wrote:

> +1
>
> - Downloaded the src tarball.
>   - Verified the checksums and signature. Looks good.
>   - Built from source. openjdk version "1.8.0_102"
>   - mvn apache-rat:check   Passed
>
> - Download the bin tarball.
>   - Verified the checksums and signature. Looks good.
>   - Extracted it. Layout looks good.
>   - Started a local instance. Ran the 'hbase shell' with some basic table
> commands. Looks good.
>   - Ran ltt with 10 million rows and 2 columns/ row
>
> Note:
>   - Did not run unit tests. There are a problems with the build. See:
> https://builds.apache.org/job/HBase-2.0/jdk=JDK%201.8%20(
> latest),label=Hadoop/10/console
>   - Noticed a few errors in the log file like:
> WARN  [MemStoreFlusher.1] io.FSDataInputStreamWrapper: Failed to invoke
> 'unbuffer' method in class class org.apache.hadoop.fs.FSDataInputStream .
> So there may be a TCP socket connection left open in CLOSE_WAIT state.
>
>
> On Thu, Jun 8, 2017 at 8:33 AM, Stack <st...@duboce.net> wrote:
>
> > On Thu, Jun 8, 2017 at 7:52 AM, Sean Busbey <bu...@apache.org> wrote:
> >
> > > The minimum voting period is 72 hours for a PMC to bless a release.
> > > Can we aim for that?
> > >
> > >
> > Sure (Stickler!)
> > St.Ack
> >
> >
> >
> > > On Thu, Jun 8, 2017 at 2:33 AM, Stack <st...@duboce.net> wrote:
> > > > The first release candidate for HBase 2.0.0-alpha-1 is up at:
> > > >
> > > >  https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-
> alpha-1RC0/
> > > >
> > > > Maven artifacts are available from a staging directory here:
> > > >
> > > >  https://repository.apache.org/content/repositories/
> > orgapachehbase-1169
> > > >
> > > > All was signed w/ my key 8ACC93D2
> > > > <http://pgp.mit.edu/pks/lookup?op=get&search=0x9816C7FC8ACC93D2>
> > > >
> > > > I tagged the RC as 2.0.0-alpha-1RC0
> > > > (c830a0f47f58d4892dd3300032c8244d6278aecc).
> > > >
> > > > hbase-2.0.0-alpha-1 will be our first 2.0.0 release. It is a rough
> cut
> > > > ('alpha') not-for-production preview of what hbase-2.0.0 will look
> > like.
> > > It
> > > > is what we used to call a 'Developer' release[1] meant mostly for
> devs
> > > and
> > > > downstreamers to test drive and flag us early if we there are issues
> > > we’ve
> > > > missed ahead of our rolling a production-worthy release.
> > > >
> > > > hbase-2.0.0 includes a fleet of new features that include a new
> > > assignment
> > > > manager, means for keeping read and write path off-heap, in-memory
> > > > compactions, and more. I have been keeping a running doc on the state
> > of
> > > > 2.0.0 here [2]. There is much to do still (see aforementioned doc).
> > > >
> > > > The list of features addressed in 2.0.0 so far can be found here [4].
> > > There
> > > > are about 2500. The list of ~500 fixes in 2.0.0 exclusively can be
> > found
> > > > here [3].
> > > >
> > > > Please take it for a spin and vote on whether it ok to put out as our
> > > first
> > > > alpha (bar is low for an 'alpha'). Let the VOTE be open for 24 hours.
> > > >
> > > > Thanks,
> > > > St.Ack
> > > >
> > > > 1. http://hbase.apache.org/book.html#hbase.versioning.pre10
> > > > 2.
> > > > https://docs.google.com/document/d/1WCsVlnHjJeKUcl7wHwqb4z9iEu_
> > > ktczrlKHK8N4SZzs/edit#heading=h.v21r9nz8g01j
> > > > 3.
> > > > https://issues.apache.org/jira/browse/HBASE-17852?jql=
> > > project%20%3D%20HBASE%20%20and%20fixVersion%20%3D%202.
> > > 0.0%20and%20fixVersion%20not%20in%20(1.0.0%2C%201.0.1%2C%
> > > 201.0.2%2C%201.0.3%2C%201.0.4%2C%201.0.5%2C%201.0.6%2C%201.
> > > 1.0%2C%201.1.1%2C%201.1.2%2C%201.1.3%2C%201.1.4%2C%201.1.5%
> > > 2C%201.1.6%2C%201.1.7%2C%201.1.8%2C%201.1.9%2C%201.1.10%2C%
> > > 201.2.0%2C%201.2.1%2C%201.2.2%2C%201.2.3%2C%201.2.4%2C%201.
> > > 2.5%2C%201.2.6%2C%201.3.0%2C%201.3.1%2C%201.4.0)%20and%20%
> > > 20(status%20%3D%20Open%20or%20status%20%3D%20%22Patch%20Available%22)
> > > > 4.
> > > > https://issues.apache.org/jira/browse/HBASE-18191?jql=
> > > project%20%3D%20HBASE%20%20and%20(%20fixVersion%20%3D%
> > > 202.0.0)%20and%20(status%20%3D%20Resolved)
> > >
> >
>

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Stack <st...@duboce.net>.
Fixed. Thanks Duo. Added:

2.0.0-alpha-1
2.0.0-alpha-2
2.0.0-alpha-3
2.0.0-beta-1
2.0.0-beta-2

We can always delete if labels go unused.
St.Ack


On Thu, Jun 8, 2017 at 6:38 PM, 张铎(Duo Zhang) <pa...@gmail.com> wrote:

> There are no 2.0.0-alpha1 and 2.0.0-alpha2 tag on jira yet?
>
> 2017-06-09 5:36 GMT+08:00 Umesh Agashe <ua...@cloudera.com>:
>
> > +1
> >
> > - Downloaded the src tarball.
> >   - Verified the checksums and signature. Looks good.
> >   - Built from source. openjdk version "1.8.0_102"
> >   - mvn apache-rat:check   Passed
> >
> > - Download the bin tarball.
> >   - Verified the checksums and signature. Looks good.
> >   - Extracted it. Layout looks good.
> >   - Started a local instance. Ran the 'hbase shell' with some basic table
> > commands. Looks good.
> >   - Ran ltt with 10 million rows and 2 columns/ row
> >
> > Note:
> >   - Did not run unit tests. There are a problems with the build. See:
> > https://builds.apache.org/job/HBase-2.0/jdk=JDK%201.8%20(
> > latest),label=Hadoop/10/console
> >   - Noticed a few errors in the log file like:
> > WARN  [MemStoreFlusher.1] io.FSDataInputStreamWrapper: Failed to invoke
> > 'unbuffer' method in class class org.apache.hadoop.fs.FSDataInputStream
> .
> > So there may be a TCP socket connection left open in CLOSE_WAIT state.
> >
> >
> > On Thu, Jun 8, 2017 at 8:33 AM, Stack <st...@duboce.net> wrote:
> >
> > > On Thu, Jun 8, 2017 at 7:52 AM, Sean Busbey <bu...@apache.org> wrote:
> > >
> > > > The minimum voting period is 72 hours for a PMC to bless a release.
> > > > Can we aim for that?
> > > >
> > > >
> > > Sure (Stickler!)
> > > St.Ack
> > >
> > >
> > >
> > > > On Thu, Jun 8, 2017 at 2:33 AM, Stack <st...@duboce.net> wrote:
> > > > > The first release candidate for HBase 2.0.0-alpha-1 is up at:
> > > > >
> > > > >  https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-
> > alpha-1RC0/
> > > > >
> > > > > Maven artifacts are available from a staging directory here:
> > > > >
> > > > >  https://repository.apache.org/content/repositories/
> > > orgapachehbase-1169
> > > > >
> > > > > All was signed w/ my key 8ACC93D2
> > > > > <http://pgp.mit.edu/pks/lookup?op=get&search=0x9816C7FC8ACC93D2>
> > > > >
> > > > > I tagged the RC as 2.0.0-alpha-1RC0
> > > > > (c830a0f47f58d4892dd3300032c8244d6278aecc).
> > > > >
> > > > > hbase-2.0.0-alpha-1 will be our first 2.0.0 release. It is a rough
> > cut
> > > > > ('alpha') not-for-production preview of what hbase-2.0.0 will look
> > > like.
> > > > It
> > > > > is what we used to call a 'Developer' release[1] meant mostly for
> > devs
> > > > and
> > > > > downstreamers to test drive and flag us early if we there are
> issues
> > > > we’ve
> > > > > missed ahead of our rolling a production-worthy release.
> > > > >
> > > > > hbase-2.0.0 includes a fleet of new features that include a new
> > > > assignment
> > > > > manager, means for keeping read and write path off-heap, in-memory
> > > > > compactions, and more. I have been keeping a running doc on the
> state
> > > of
> > > > > 2.0.0 here [2]. There is much to do still (see aforementioned doc).
> > > > >
> > > > > The list of features addressed in 2.0.0 so far can be found here
> [4].
> > > > There
> > > > > are about 2500. The list of ~500 fixes in 2.0.0 exclusively can be
> > > found
> > > > > here [3].
> > > > >
> > > > > Please take it for a spin and vote on whether it ok to put out as
> our
> > > > first
> > > > > alpha (bar is low for an 'alpha'). Let the VOTE be open for 24
> hours.
> > > > >
> > > > > Thanks,
> > > > > St.Ack
> > > > >
> > > > > 1. http://hbase.apache.org/book.html#hbase.versioning.pre10
> > > > > 2.
> > > > > https://docs.google.com/document/d/1WCsVlnHjJeKUcl7wHwqb4z9iEu_
> > > > ktczrlKHK8N4SZzs/edit#heading=h.v21r9nz8g01j
> > > > > 3.
> > > > > https://issues.apache.org/jira/browse/HBASE-17852?jql=
> > > > project%20%3D%20HBASE%20%20and%20fixVersion%20%3D%202.
> > > > 0.0%20and%20fixVersion%20not%20in%20(1.0.0%2C%201.0.1%2C%
> > > > 201.0.2%2C%201.0.3%2C%201.0.4%2C%201.0.5%2C%201.0.6%2C%201.
> > > > 1.0%2C%201.1.1%2C%201.1.2%2C%201.1.3%2C%201.1.4%2C%201.1.5%
> > > > 2C%201.1.6%2C%201.1.7%2C%201.1.8%2C%201.1.9%2C%201.1.10%2C%
> > > > 201.2.0%2C%201.2.1%2C%201.2.2%2C%201.2.3%2C%201.2.4%2C%201.
> > > > 2.5%2C%201.2.6%2C%201.3.0%2C%201.3.1%2C%201.4.0)%20and%20%
> > > > 20(status%20%3D%20Open%20or%20status%20%3D%20%22Patch%
> 20Available%22)
> > > > > 4.
> > > > > https://issues.apache.org/jira/browse/HBASE-18191?jql=
> > > > project%20%3D%20HBASE%20%20and%20(%20fixVersion%20%3D%
> > > > 202.0.0)%20and%20(status%20%3D%20Resolved)
> > > >
> > >
> >
>

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Stack <st...@duboce.net>.
On Thu, Jun 8, 2017 at 9:05 PM, Yu Li <ca...@gmail.com> wrote:

> Bravo! Our first branch-2 RC! Will try my best to vote in time.
>
> Minor: the 4th reference (new features) seems incorrect, should be the
> below one?:
> https://issues.apache.org/jira/issues/?jql=project%20%
> 3D%20HBASE%20%20and%20(%20fixVersion%20%3D%202.0.0)%20and%20(status%20%3D%
> 20Resolved)%20and%20(type%20%3D%20%22New%20Feature%22)
>
>
Thanks for the correction Yu Li.
St.Ack




> Best Regards,
> Yu
>
> On 9 June 2017 at 09:38, 张铎(Duo Zhang) <pa...@gmail.com> wrote:
>
> > There are no 2.0.0-alpha1 and 2.0.0-alpha2 tag on jira yet?
> >
> > 2017-06-09 5:36 GMT+08:00 Umesh Agashe <ua...@cloudera.com>:
> >
> > > +1
> > >
> > > - Downloaded the src tarball.
> > >   - Verified the checksums and signature. Looks good.
> > >   - Built from source. openjdk version "1.8.0_102"
> > >   - mvn apache-rat:check   Passed
> > >
> > > - Download the bin tarball.
> > >   - Verified the checksums and signature. Looks good.
> > >   - Extracted it. Layout looks good.
> > >   - Started a local instance. Ran the 'hbase shell' with some basic
> table
> > > commands. Looks good.
> > >   - Ran ltt with 10 million rows and 2 columns/ row
> > >
> > > Note:
> > >   - Did not run unit tests. There are a problems with the build. See:
> > > https://builds.apache.org/job/HBase-2.0/jdk=JDK%201.8%20(
> > > latest),label=Hadoop/10/console
> > >   - Noticed a few errors in the log file like:
> > > WARN  [MemStoreFlusher.1] io.FSDataInputStreamWrapper: Failed to invoke
> > > 'unbuffer' method in class class org.apache.hadoop.fs.
> FSDataInputStream
> > .
> > > So there may be a TCP socket connection left open in CLOSE_WAIT state.
> > >
> > >
> > > On Thu, Jun 8, 2017 at 8:33 AM, Stack <st...@duboce.net> wrote:
> > >
> > > > On Thu, Jun 8, 2017 at 7:52 AM, Sean Busbey <bu...@apache.org>
> wrote:
> > > >
> > > > > The minimum voting period is 72 hours for a PMC to bless a release.
> > > > > Can we aim for that?
> > > > >
> > > > >
> > > > Sure (Stickler!)
> > > > St.Ack
> > > >
> > > >
> > > >
> > > > > On Thu, Jun 8, 2017 at 2:33 AM, Stack <st...@duboce.net> wrote:
> > > > > > The first release candidate for HBase 2.0.0-alpha-1 is up at:
> > > > > >
> > > > > >  https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-
> > > alpha-1RC0/
> > > > > >
> > > > > > Maven artifacts are available from a staging directory here:
> > > > > >
> > > > > >  https://repository.apache.org/content/repositories/
> > > > orgapachehbase-1169
> > > > > >
> > > > > > All was signed w/ my key 8ACC93D2
> > > > > > <http://pgp.mit.edu/pks/lookup?op=get&search=0x9816C7FC8ACC93D2>
> > > > > >
> > > > > > I tagged the RC as 2.0.0-alpha-1RC0
> > > > > > (c830a0f47f58d4892dd3300032c8244d6278aecc).
> > > > > >
> > > > > > hbase-2.0.0-alpha-1 will be our first 2.0.0 release. It is a
> rough
> > > cut
> > > > > > ('alpha') not-for-production preview of what hbase-2.0.0 will
> look
> > > > like.
> > > > > It
> > > > > > is what we used to call a 'Developer' release[1] meant mostly for
> > > devs
> > > > > and
> > > > > > downstreamers to test drive and flag us early if we there are
> > issues
> > > > > we’ve
> > > > > > missed ahead of our rolling a production-worthy release.
> > > > > >
> > > > > > hbase-2.0.0 includes a fleet of new features that include a new
> > > > > assignment
> > > > > > manager, means for keeping read and write path off-heap,
> in-memory
> > > > > > compactions, and more. I have been keeping a running doc on the
> > state
> > > > of
> > > > > > 2.0.0 here [2]. There is much to do still (see aforementioned
> doc).
> > > > > >
> > > > > > The list of features addressed in 2.0.0 so far can be found here
> > [4].
> > > > > There
> > > > > > are about 2500. The list of ~500 fixes in 2.0.0 exclusively can
> be
> > > > found
> > > > > > here [3].
> > > > > >
> > > > > > Please take it for a spin and vote on whether it ok to put out as
> > our
> > > > > first
> > > > > > alpha (bar is low for an 'alpha'). Let the VOTE be open for 24
> > hours.
> > > > > >
> > > > > > Thanks,
> > > > > > St.Ack
> > > > > >
> > > > > > 1. http://hbase.apache.org/book.html#hbase.versioning.pre10
> > > > > > 2.
> > > > > > https://docs.google.com/document/d/1WCsVlnHjJeKUcl7wHwqb4z9iEu_
> > > > > ktczrlKHK8N4SZzs/edit#heading=h.v21r9nz8g01j
> > > > > > 3.
> > > > > > https://issues.apache.org/jira/browse/HBASE-17852?jql=
> > > > > project%20%3D%20HBASE%20%20and%20fixVersion%20%3D%202.
> > > > > 0.0%20and%20fixVersion%20not%20in%20(1.0.0%2C%201.0.1%2C%
> > > > > 201.0.2%2C%201.0.3%2C%201.0.4%2C%201.0.5%2C%201.0.6%2C%201.
> > > > > 1.0%2C%201.1.1%2C%201.1.2%2C%201.1.3%2C%201.1.4%2C%201.1.5%
> > > > > 2C%201.1.6%2C%201.1.7%2C%201.1.8%2C%201.1.9%2C%201.1.10%2C%
> > > > > 201.2.0%2C%201.2.1%2C%201.2.2%2C%201.2.3%2C%201.2.4%2C%201.
> > > > > 2.5%2C%201.2.6%2C%201.3.0%2C%201.3.1%2C%201.4.0)%20and%20%
> > > > > 20(status%20%3D%20Open%20or%20status%20%3D%20%22Patch%
> > 20Available%22)
> > > > > > 4.
> > > > > > https://issues.apache.org/jira/browse/HBASE-18191?jql=
> > > > > project%20%3D%20HBASE%20%20and%20(%20fixVersion%20%3D%
> > > > > 202.0.0)%20and%20(status%20%3D%20Resolved)
> > > > >
> > > >
> > >
> >
>

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Yu Li <ca...@gmail.com>.
Bravo! Our first branch-2 RC! Will try my best to vote in time.

Minor: the 4th reference (new features) seems incorrect, should be the
below one?:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20HBASE%20%20and%20(%20fixVersion%20%3D%202.0.0)%20and%20(status%20%3D%20Resolved)%20and%20(type%20%3D%20%22New%20Feature%22)

Best Regards,
Yu

On 9 June 2017 at 09:38, 张铎(Duo Zhang) <pa...@gmail.com> wrote:

> There are no 2.0.0-alpha1 and 2.0.0-alpha2 tag on jira yet?
>
> 2017-06-09 5:36 GMT+08:00 Umesh Agashe <ua...@cloudera.com>:
>
> > +1
> >
> > - Downloaded the src tarball.
> >   - Verified the checksums and signature. Looks good.
> >   - Built from source. openjdk version "1.8.0_102"
> >   - mvn apache-rat:check   Passed
> >
> > - Download the bin tarball.
> >   - Verified the checksums and signature. Looks good.
> >   - Extracted it. Layout looks good.
> >   - Started a local instance. Ran the 'hbase shell' with some basic table
> > commands. Looks good.
> >   - Ran ltt with 10 million rows and 2 columns/ row
> >
> > Note:
> >   - Did not run unit tests. There are a problems with the build. See:
> > https://builds.apache.org/job/HBase-2.0/jdk=JDK%201.8%20(
> > latest),label=Hadoop/10/console
> >   - Noticed a few errors in the log file like:
> > WARN  [MemStoreFlusher.1] io.FSDataInputStreamWrapper: Failed to invoke
> > 'unbuffer' method in class class org.apache.hadoop.fs.FSDataInputStream
> .
> > So there may be a TCP socket connection left open in CLOSE_WAIT state.
> >
> >
> > On Thu, Jun 8, 2017 at 8:33 AM, Stack <st...@duboce.net> wrote:
> >
> > > On Thu, Jun 8, 2017 at 7:52 AM, Sean Busbey <bu...@apache.org> wrote:
> > >
> > > > The minimum voting period is 72 hours for a PMC to bless a release.
> > > > Can we aim for that?
> > > >
> > > >
> > > Sure (Stickler!)
> > > St.Ack
> > >
> > >
> > >
> > > > On Thu, Jun 8, 2017 at 2:33 AM, Stack <st...@duboce.net> wrote:
> > > > > The first release candidate for HBase 2.0.0-alpha-1 is up at:
> > > > >
> > > > >  https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-
> > alpha-1RC0/
> > > > >
> > > > > Maven artifacts are available from a staging directory here:
> > > > >
> > > > >  https://repository.apache.org/content/repositories/
> > > orgapachehbase-1169
> > > > >
> > > > > All was signed w/ my key 8ACC93D2
> > > > > <http://pgp.mit.edu/pks/lookup?op=get&search=0x9816C7FC8ACC93D2>
> > > > >
> > > > > I tagged the RC as 2.0.0-alpha-1RC0
> > > > > (c830a0f47f58d4892dd3300032c8244d6278aecc).
> > > > >
> > > > > hbase-2.0.0-alpha-1 will be our first 2.0.0 release. It is a rough
> > cut
> > > > > ('alpha') not-for-production preview of what hbase-2.0.0 will look
> > > like.
> > > > It
> > > > > is what we used to call a 'Developer' release[1] meant mostly for
> > devs
> > > > and
> > > > > downstreamers to test drive and flag us early if we there are
> issues
> > > > we’ve
> > > > > missed ahead of our rolling a production-worthy release.
> > > > >
> > > > > hbase-2.0.0 includes a fleet of new features that include a new
> > > > assignment
> > > > > manager, means for keeping read and write path off-heap, in-memory
> > > > > compactions, and more. I have been keeping a running doc on the
> state
> > > of
> > > > > 2.0.0 here [2]. There is much to do still (see aforementioned doc).
> > > > >
> > > > > The list of features addressed in 2.0.0 so far can be found here
> [4].
> > > > There
> > > > > are about 2500. The list of ~500 fixes in 2.0.0 exclusively can be
> > > found
> > > > > here [3].
> > > > >
> > > > > Please take it for a spin and vote on whether it ok to put out as
> our
> > > > first
> > > > > alpha (bar is low for an 'alpha'). Let the VOTE be open for 24
> hours.
> > > > >
> > > > > Thanks,
> > > > > St.Ack
> > > > >
> > > > > 1. http://hbase.apache.org/book.html#hbase.versioning.pre10
> > > > > 2.
> > > > > https://docs.google.com/document/d/1WCsVlnHjJeKUcl7wHwqb4z9iEu_
> > > > ktczrlKHK8N4SZzs/edit#heading=h.v21r9nz8g01j
> > > > > 3.
> > > > > https://issues.apache.org/jira/browse/HBASE-17852?jql=
> > > > project%20%3D%20HBASE%20%20and%20fixVersion%20%3D%202.
> > > > 0.0%20and%20fixVersion%20not%20in%20(1.0.0%2C%201.0.1%2C%
> > > > 201.0.2%2C%201.0.3%2C%201.0.4%2C%201.0.5%2C%201.0.6%2C%201.
> > > > 1.0%2C%201.1.1%2C%201.1.2%2C%201.1.3%2C%201.1.4%2C%201.1.5%
> > > > 2C%201.1.6%2C%201.1.7%2C%201.1.8%2C%201.1.9%2C%201.1.10%2C%
> > > > 201.2.0%2C%201.2.1%2C%201.2.2%2C%201.2.3%2C%201.2.4%2C%201.
> > > > 2.5%2C%201.2.6%2C%201.3.0%2C%201.3.1%2C%201.4.0)%20and%20%
> > > > 20(status%20%3D%20Open%20or%20status%20%3D%20%22Patch%
> 20Available%22)
> > > > > 4.
> > > > > https://issues.apache.org/jira/browse/HBASE-18191?jql=
> > > > project%20%3D%20HBASE%20%20and%20(%20fixVersion%20%3D%
> > > > 202.0.0)%20and%20(status%20%3D%20Resolved)
> > > >
> > >
> >
>

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by "张铎 (Duo Zhang)" <pa...@gmail.com>.
There are no 2.0.0-alpha1 and 2.0.0-alpha2 tag on jira yet?

2017-06-09 5:36 GMT+08:00 Umesh Agashe <ua...@cloudera.com>:

> +1
>
> - Downloaded the src tarball.
>   - Verified the checksums and signature. Looks good.
>   - Built from source. openjdk version "1.8.0_102"
>   - mvn apache-rat:check   Passed
>
> - Download the bin tarball.
>   - Verified the checksums and signature. Looks good.
>   - Extracted it. Layout looks good.
>   - Started a local instance. Ran the 'hbase shell' with some basic table
> commands. Looks good.
>   - Ran ltt with 10 million rows and 2 columns/ row
>
> Note:
>   - Did not run unit tests. There are a problems with the build. See:
> https://builds.apache.org/job/HBase-2.0/jdk=JDK%201.8%20(
> latest),label=Hadoop/10/console
>   - Noticed a few errors in the log file like:
> WARN  [MemStoreFlusher.1] io.FSDataInputStreamWrapper: Failed to invoke
> 'unbuffer' method in class class org.apache.hadoop.fs.FSDataInputStream .
> So there may be a TCP socket connection left open in CLOSE_WAIT state.
>
>
> On Thu, Jun 8, 2017 at 8:33 AM, Stack <st...@duboce.net> wrote:
>
> > On Thu, Jun 8, 2017 at 7:52 AM, Sean Busbey <bu...@apache.org> wrote:
> >
> > > The minimum voting period is 72 hours for a PMC to bless a release.
> > > Can we aim for that?
> > >
> > >
> > Sure (Stickler!)
> > St.Ack
> >
> >
> >
> > > On Thu, Jun 8, 2017 at 2:33 AM, Stack <st...@duboce.net> wrote:
> > > > The first release candidate for HBase 2.0.0-alpha-1 is up at:
> > > >
> > > >  https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-
> alpha-1RC0/
> > > >
> > > > Maven artifacts are available from a staging directory here:
> > > >
> > > >  https://repository.apache.org/content/repositories/
> > orgapachehbase-1169
> > > >
> > > > All was signed w/ my key 8ACC93D2
> > > > <http://pgp.mit.edu/pks/lookup?op=get&search=0x9816C7FC8ACC93D2>
> > > >
> > > > I tagged the RC as 2.0.0-alpha-1RC0
> > > > (c830a0f47f58d4892dd3300032c8244d6278aecc).
> > > >
> > > > hbase-2.0.0-alpha-1 will be our first 2.0.0 release. It is a rough
> cut
> > > > ('alpha') not-for-production preview of what hbase-2.0.0 will look
> > like.
> > > It
> > > > is what we used to call a 'Developer' release[1] meant mostly for
> devs
> > > and
> > > > downstreamers to test drive and flag us early if we there are issues
> > > we’ve
> > > > missed ahead of our rolling a production-worthy release.
> > > >
> > > > hbase-2.0.0 includes a fleet of new features that include a new
> > > assignment
> > > > manager, means for keeping read and write path off-heap, in-memory
> > > > compactions, and more. I have been keeping a running doc on the state
> > of
> > > > 2.0.0 here [2]. There is much to do still (see aforementioned doc).
> > > >
> > > > The list of features addressed in 2.0.0 so far can be found here [4].
> > > There
> > > > are about 2500. The list of ~500 fixes in 2.0.0 exclusively can be
> > found
> > > > here [3].
> > > >
> > > > Please take it for a spin and vote on whether it ok to put out as our
> > > first
> > > > alpha (bar is low for an 'alpha'). Let the VOTE be open for 24 hours.
> > > >
> > > > Thanks,
> > > > St.Ack
> > > >
> > > > 1. http://hbase.apache.org/book.html#hbase.versioning.pre10
> > > > 2.
> > > > https://docs.google.com/document/d/1WCsVlnHjJeKUcl7wHwqb4z9iEu_
> > > ktczrlKHK8N4SZzs/edit#heading=h.v21r9nz8g01j
> > > > 3.
> > > > https://issues.apache.org/jira/browse/HBASE-17852?jql=
> > > project%20%3D%20HBASE%20%20and%20fixVersion%20%3D%202.
> > > 0.0%20and%20fixVersion%20not%20in%20(1.0.0%2C%201.0.1%2C%
> > > 201.0.2%2C%201.0.3%2C%201.0.4%2C%201.0.5%2C%201.0.6%2C%201.
> > > 1.0%2C%201.1.1%2C%201.1.2%2C%201.1.3%2C%201.1.4%2C%201.1.5%
> > > 2C%201.1.6%2C%201.1.7%2C%201.1.8%2C%201.1.9%2C%201.1.10%2C%
> > > 201.2.0%2C%201.2.1%2C%201.2.2%2C%201.2.3%2C%201.2.4%2C%201.
> > > 2.5%2C%201.2.6%2C%201.3.0%2C%201.3.1%2C%201.4.0)%20and%20%
> > > 20(status%20%3D%20Open%20or%20status%20%3D%20%22Patch%20Available%22)
> > > > 4.
> > > > https://issues.apache.org/jira/browse/HBASE-18191?jql=
> > > project%20%3D%20HBASE%20%20and%20(%20fixVersion%20%3D%
> > > 202.0.0)%20and%20(status%20%3D%20Resolved)
> > >
> >
>

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Umesh Agashe <ua...@cloudera.com>.
+1

- Downloaded the src tarball.
  - Verified the checksums and signature. Looks good.
  - Built from source. openjdk version "1.8.0_102"
  - mvn apache-rat:check   Passed

- Download the bin tarball.
  - Verified the checksums and signature. Looks good.
  - Extracted it. Layout looks good.
  - Started a local instance. Ran the 'hbase shell' with some basic table
commands. Looks good.
  - Ran ltt with 10 million rows and 2 columns/ row

Note:
  - Did not run unit tests. There are a problems with the build. See:
https://builds.apache.org/job/HBase-2.0/jdk=JDK%201.8%20(latest),label=Hadoop/10/console
  - Noticed a few errors in the log file like:
WARN  [MemStoreFlusher.1] io.FSDataInputStreamWrapper: Failed to invoke
'unbuffer' method in class class org.apache.hadoop.fs.FSDataInputStream .
So there may be a TCP socket connection left open in CLOSE_WAIT state.


On Thu, Jun 8, 2017 at 8:33 AM, Stack <st...@duboce.net> wrote:

> On Thu, Jun 8, 2017 at 7:52 AM, Sean Busbey <bu...@apache.org> wrote:
>
> > The minimum voting period is 72 hours for a PMC to bless a release.
> > Can we aim for that?
> >
> >
> Sure (Stickler!)
> St.Ack
>
>
>
> > On Thu, Jun 8, 2017 at 2:33 AM, Stack <st...@duboce.net> wrote:
> > > The first release candidate for HBase 2.0.0-alpha-1 is up at:
> > >
> > >  https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-alpha-1RC0/
> > >
> > > Maven artifacts are available from a staging directory here:
> > >
> > >  https://repository.apache.org/content/repositories/
> orgapachehbase-1169
> > >
> > > All was signed w/ my key 8ACC93D2
> > > <http://pgp.mit.edu/pks/lookup?op=get&search=0x9816C7FC8ACC93D2>
> > >
> > > I tagged the RC as 2.0.0-alpha-1RC0
> > > (c830a0f47f58d4892dd3300032c8244d6278aecc).
> > >
> > > hbase-2.0.0-alpha-1 will be our first 2.0.0 release. It is a rough cut
> > > ('alpha') not-for-production preview of what hbase-2.0.0 will look
> like.
> > It
> > > is what we used to call a 'Developer' release[1] meant mostly for devs
> > and
> > > downstreamers to test drive and flag us early if we there are issues
> > we’ve
> > > missed ahead of our rolling a production-worthy release.
> > >
> > > hbase-2.0.0 includes a fleet of new features that include a new
> > assignment
> > > manager, means for keeping read and write path off-heap, in-memory
> > > compactions, and more. I have been keeping a running doc on the state
> of
> > > 2.0.0 here [2]. There is much to do still (see aforementioned doc).
> > >
> > > The list of features addressed in 2.0.0 so far can be found here [4].
> > There
> > > are about 2500. The list of ~500 fixes in 2.0.0 exclusively can be
> found
> > > here [3].
> > >
> > > Please take it for a spin and vote on whether it ok to put out as our
> > first
> > > alpha (bar is low for an 'alpha'). Let the VOTE be open for 24 hours.
> > >
> > > Thanks,
> > > St.Ack
> > >
> > > 1. http://hbase.apache.org/book.html#hbase.versioning.pre10
> > > 2.
> > > https://docs.google.com/document/d/1WCsVlnHjJeKUcl7wHwqb4z9iEu_
> > ktczrlKHK8N4SZzs/edit#heading=h.v21r9nz8g01j
> > > 3.
> > > https://issues.apache.org/jira/browse/HBASE-17852?jql=
> > project%20%3D%20HBASE%20%20and%20fixVersion%20%3D%202.
> > 0.0%20and%20fixVersion%20not%20in%20(1.0.0%2C%201.0.1%2C%
> > 201.0.2%2C%201.0.3%2C%201.0.4%2C%201.0.5%2C%201.0.6%2C%201.
> > 1.0%2C%201.1.1%2C%201.1.2%2C%201.1.3%2C%201.1.4%2C%201.1.5%
> > 2C%201.1.6%2C%201.1.7%2C%201.1.8%2C%201.1.9%2C%201.1.10%2C%
> > 201.2.0%2C%201.2.1%2C%201.2.2%2C%201.2.3%2C%201.2.4%2C%201.
> > 2.5%2C%201.2.6%2C%201.3.0%2C%201.3.1%2C%201.4.0)%20and%20%
> > 20(status%20%3D%20Open%20or%20status%20%3D%20%22Patch%20Available%22)
> > > 4.
> > > https://issues.apache.org/jira/browse/HBASE-18191?jql=
> > project%20%3D%20HBASE%20%20and%20(%20fixVersion%20%3D%
> > 202.0.0)%20and%20(status%20%3D%20Resolved)
> >
>

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Stack <st...@duboce.net>.
On Thu, Jun 8, 2017 at 7:52 AM, Sean Busbey <bu...@apache.org> wrote:

> The minimum voting period is 72 hours for a PMC to bless a release.
> Can we aim for that?
>
>
Sure (Stickler!)
St.Ack



> On Thu, Jun 8, 2017 at 2:33 AM, Stack <st...@duboce.net> wrote:
> > The first release candidate for HBase 2.0.0-alpha-1 is up at:
> >
> >  https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-alpha-1RC0/
> >
> > Maven artifacts are available from a staging directory here:
> >
> >  https://repository.apache.org/content/repositories/orgapachehbase-1169
> >
> > All was signed w/ my key 8ACC93D2
> > <http://pgp.mit.edu/pks/lookup?op=get&search=0x9816C7FC8ACC93D2>
> >
> > I tagged the RC as 2.0.0-alpha-1RC0
> > (c830a0f47f58d4892dd3300032c8244d6278aecc).
> >
> > hbase-2.0.0-alpha-1 will be our first 2.0.0 release. It is a rough cut
> > ('alpha') not-for-production preview of what hbase-2.0.0 will look like.
> It
> > is what we used to call a 'Developer' release[1] meant mostly for devs
> and
> > downstreamers to test drive and flag us early if we there are issues
> we’ve
> > missed ahead of our rolling a production-worthy release.
> >
> > hbase-2.0.0 includes a fleet of new features that include a new
> assignment
> > manager, means for keeping read and write path off-heap, in-memory
> > compactions, and more. I have been keeping a running doc on the state of
> > 2.0.0 here [2]. There is much to do still (see aforementioned doc).
> >
> > The list of features addressed in 2.0.0 so far can be found here [4].
> There
> > are about 2500. The list of ~500 fixes in 2.0.0 exclusively can be found
> > here [3].
> >
> > Please take it for a spin and vote on whether it ok to put out as our
> first
> > alpha (bar is low for an 'alpha'). Let the VOTE be open for 24 hours.
> >
> > Thanks,
> > St.Ack
> >
> > 1. http://hbase.apache.org/book.html#hbase.versioning.pre10
> > 2.
> > https://docs.google.com/document/d/1WCsVlnHjJeKUcl7wHwqb4z9iEu_
> ktczrlKHK8N4SZzs/edit#heading=h.v21r9nz8g01j
> > 3.
> > https://issues.apache.org/jira/browse/HBASE-17852?jql=
> project%20%3D%20HBASE%20%20and%20fixVersion%20%3D%202.
> 0.0%20and%20fixVersion%20not%20in%20(1.0.0%2C%201.0.1%2C%
> 201.0.2%2C%201.0.3%2C%201.0.4%2C%201.0.5%2C%201.0.6%2C%201.
> 1.0%2C%201.1.1%2C%201.1.2%2C%201.1.3%2C%201.1.4%2C%201.1.5%
> 2C%201.1.6%2C%201.1.7%2C%201.1.8%2C%201.1.9%2C%201.1.10%2C%
> 201.2.0%2C%201.2.1%2C%201.2.2%2C%201.2.3%2C%201.2.4%2C%201.
> 2.5%2C%201.2.6%2C%201.3.0%2C%201.3.1%2C%201.4.0)%20and%20%
> 20(status%20%3D%20Open%20or%20status%20%3D%20%22Patch%20Available%22)
> > 4.
> > https://issues.apache.org/jira/browse/HBASE-18191?jql=
> project%20%3D%20HBASE%20%20and%20(%20fixVersion%20%3D%
> 202.0.0)%20and%20(status%20%3D%20Resolved)
>

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Sean Busbey <bu...@apache.org>.
The minimum voting period is 72 hours for a PMC to bless a release.
Can we aim for that?

On Thu, Jun 8, 2017 at 2:33 AM, Stack <st...@duboce.net> wrote:
> The first release candidate for HBase 2.0.0-alpha-1 is up at:
>
>  https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-alpha-1RC0/
>
> Maven artifacts are available from a staging directory here:
>
>  https://repository.apache.org/content/repositories/orgapachehbase-1169
>
> All was signed w/ my key 8ACC93D2
> <http://pgp.mit.edu/pks/lookup?op=get&search=0x9816C7FC8ACC93D2>
>
> I tagged the RC as 2.0.0-alpha-1RC0
> (c830a0f47f58d4892dd3300032c8244d6278aecc).
>
> hbase-2.0.0-alpha-1 will be our first 2.0.0 release. It is a rough cut
> ('alpha') not-for-production preview of what hbase-2.0.0 will look like. It
> is what we used to call a 'Developer' release[1] meant mostly for devs and
> downstreamers to test drive and flag us early if we there are issues we’ve
> missed ahead of our rolling a production-worthy release.
>
> hbase-2.0.0 includes a fleet of new features that include a new assignment
> manager, means for keeping read and write path off-heap, in-memory
> compactions, and more. I have been keeping a running doc on the state of
> 2.0.0 here [2]. There is much to do still (see aforementioned doc).
>
> The list of features addressed in 2.0.0 so far can be found here [4]. There
> are about 2500. The list of ~500 fixes in 2.0.0 exclusively can be found
> here [3].
>
> Please take it for a spin and vote on whether it ok to put out as our first
> alpha (bar is low for an 'alpha'). Let the VOTE be open for 24 hours.
>
> Thanks,
> St.Ack
>
> 1. http://hbase.apache.org/book.html#hbase.versioning.pre10
> 2.
> https://docs.google.com/document/d/1WCsVlnHjJeKUcl7wHwqb4z9iEu_ktczrlKHK8N4SZzs/edit#heading=h.v21r9nz8g01j
> 3.
> https://issues.apache.org/jira/browse/HBASE-17852?jql=project%20%3D%20HBASE%20%20and%20fixVersion%20%3D%202.0.0%20and%20fixVersion%20not%20in%20(1.0.0%2C%201.0.1%2C%201.0.2%2C%201.0.3%2C%201.0.4%2C%201.0.5%2C%201.0.6%2C%201.1.0%2C%201.1.1%2C%201.1.2%2C%201.1.3%2C%201.1.4%2C%201.1.5%2C%201.1.6%2C%201.1.7%2C%201.1.8%2C%201.1.9%2C%201.1.10%2C%201.2.0%2C%201.2.1%2C%201.2.2%2C%201.2.3%2C%201.2.4%2C%201.2.5%2C%201.2.6%2C%201.3.0%2C%201.3.1%2C%201.4.0)%20and%20%20(status%20%3D%20Open%20or%20status%20%3D%20%22Patch%20Available%22)
> 4.
> https://issues.apache.org/jira/browse/HBASE-18191?jql=project%20%3D%20HBASE%20%20and%20(%20fixVersion%20%3D%202.0.0)%20and%20(status%20%3D%20Resolved)

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Ted Yu <yu...@gmail.com>.
+1

On Fri, Jun 9, 2017 at 9:16 AM, Stack <st...@duboce.net> wrote:

> +1 by me.
> St.Ack
>
> On Thu, Jun 8, 2017 at 12:33 AM, Stack <st...@duboce.net> wrote:
>
> > The first release candidate for HBase 2.0.0-alpha-1 is up at:
> >
> >  https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-alpha-1RC0/
> >
> > Maven artifacts are available from a staging directory here:
> >
> >  https://repository.apache.org/content/repositories/orgapachehbase-1169
> >
> > All was signed w/ my key 8ACC93D2
> > <http://pgp.mit.edu/pks/lookup?op=get&search=0x9816C7FC8ACC93D2>
> >
> > I tagged the RC as 2.0.0-alpha-1RC0 (c830a0f47f58d4892dd3300032c824
> > 4d6278aecc).
> >
> > hbase-2.0.0-alpha-1 will be our first 2.0.0 release. It is a rough cut
> > ('alpha') not-for-production preview of what hbase-2.0.0 will look like.
> It
> > is what we used to call a 'Developer' release[1] meant mostly for devs
> and
> > downstreamers to test drive and flag us early if we there are issues
> we’ve
> > missed ahead of our rolling a production-worthy release.
> >
> > hbase-2.0.0 includes a fleet of new features that include a new
> assignment
> > manager, means for keeping read and write path off-heap, in-memory
> > compactions, and more. I have been keeping a running doc on the state of
> > 2.0.0 here [2]. There is much to do still (see aforementioned doc).
> >
> > The list of features addressed in 2.0.0 so far can be found here [4].
> > There are about 2500. The list of ~500 fixes in 2.0.0 exclusively can be
> > found here [3].
> >
> > Please take it for a spin and vote on whether it ok to put out as our
> > first alpha (bar is low for an 'alpha'). Let the VOTE be open for 24
> hours.
> >
> > Thanks,
> > St.Ack
> >
> > 1. http://hbase.apache.org/book.html#hbase.versioning.pre10
> > 2. https://docs.google.com/document/d/1WCsVlnHjJeKUcl7wHwqb4z9iEu_
> > ktczrlKHK8N4SZzs/edit#heading=h.v21r9nz8g01j
> > 3. https://issues.apache.org/jira/browse/HBASE-17852?jql=
> > project%20%3D%20HBASE%20%20and%20fixVersion%20%3D%202.
> > 0.0%20and%20fixVersion%20not%20in%20(1.0.0%2C%201.0.1%2C%
> > 201.0.2%2C%201.0.3%2C%201.0.4%2C%201.0.5%2C%201.0.6%2C%201.
> > 1.0%2C%201.1.1%2C%201.1.2%2C%201.1.3%2C%201.1.4%2C%201.1.5%
> > 2C%201.1.6%2C%201.1.7%2C%201.1.8%2C%201.1.9%2C%201.1.10%2C%
> > 201.2.0%2C%201.2.1%2C%201.2.2%2C%201.2.3%2C%201.2.4%2C%201.
> > 2.5%2C%201.2.6%2C%201.3.0%2C%201.3.1%2C%201.4.0)%20and%20%
> > 20(status%20%3D%20Open%20or%20status%20%3D%20%22Patch%20Available%22)
> > 4. https://issues.apache.org/jira/browse/HBASE-18191?jql=
> > project%20%3D%20HBASE%20%20and%20(%20fixVersion%20%3D%
> > 202.0.0)%20and%20(status%20%3D%20Resolved)
> >
> >
>

Re: [VOTE] First hbase-2.0.0-alpha-1 Release Candidate is available

Posted by Stack <st...@duboce.net>.
+1 by me.
St.Ack

On Thu, Jun 8, 2017 at 12:33 AM, Stack <st...@duboce.net> wrote:

> The first release candidate for HBase 2.0.0-alpha-1 is up at:
>
>  https://dist.apache.org/repos/dist/dev/hbase/hbase-2.0.0-alpha-1RC0/
>
> Maven artifacts are available from a staging directory here:
>
>  https://repository.apache.org/content/repositories/orgapachehbase-1169
>
> All was signed w/ my key 8ACC93D2
> <http://pgp.mit.edu/pks/lookup?op=get&search=0x9816C7FC8ACC93D2>
>
> I tagged the RC as 2.0.0-alpha-1RC0 (c830a0f47f58d4892dd3300032c824
> 4d6278aecc).
>
> hbase-2.0.0-alpha-1 will be our first 2.0.0 release. It is a rough cut
> ('alpha') not-for-production preview of what hbase-2.0.0 will look like. It
> is what we used to call a 'Developer' release[1] meant mostly for devs and
> downstreamers to test drive and flag us early if we there are issues we’ve
> missed ahead of our rolling a production-worthy release.
>
> hbase-2.0.0 includes a fleet of new features that include a new assignment
> manager, means for keeping read and write path off-heap, in-memory
> compactions, and more. I have been keeping a running doc on the state of
> 2.0.0 here [2]. There is much to do still (see aforementioned doc).
>
> The list of features addressed in 2.0.0 so far can be found here [4].
> There are about 2500. The list of ~500 fixes in 2.0.0 exclusively can be
> found here [3].
>
> Please take it for a spin and vote on whether it ok to put out as our
> first alpha (bar is low for an 'alpha'). Let the VOTE be open for 24 hours.
>
> Thanks,
> St.Ack
>
> 1. http://hbase.apache.org/book.html#hbase.versioning.pre10
> 2. https://docs.google.com/document/d/1WCsVlnHjJeKUcl7wHwqb4z9iEu_
> ktczrlKHK8N4SZzs/edit#heading=h.v21r9nz8g01j
> 3. https://issues.apache.org/jira/browse/HBASE-17852?jql=
> project%20%3D%20HBASE%20%20and%20fixVersion%20%3D%202.
> 0.0%20and%20fixVersion%20not%20in%20(1.0.0%2C%201.0.1%2C%
> 201.0.2%2C%201.0.3%2C%201.0.4%2C%201.0.5%2C%201.0.6%2C%201.
> 1.0%2C%201.1.1%2C%201.1.2%2C%201.1.3%2C%201.1.4%2C%201.1.5%
> 2C%201.1.6%2C%201.1.7%2C%201.1.8%2C%201.1.9%2C%201.1.10%2C%
> 201.2.0%2C%201.2.1%2C%201.2.2%2C%201.2.3%2C%201.2.4%2C%201.
> 2.5%2C%201.2.6%2C%201.3.0%2C%201.3.1%2C%201.4.0)%20and%20%
> 20(status%20%3D%20Open%20or%20status%20%3D%20%22Patch%20Available%22)
> 4. https://issues.apache.org/jira/browse/HBASE-18191?jql=
> project%20%3D%20HBASE%20%20and%20(%20fixVersion%20%3D%
> 202.0.0)%20and%20(status%20%3D%20Resolved)
>
>