Re: [VOTE] The first HBase 1.4.1 release candidate (RC0) is available

2018-02-01 Thread Ted Yu
+1

Ran test suite with Java 1.8 - passed
Checked signature
Ran LTT with 1M row - passed
Checked basic WebUI
Exercised shell commands

On Tue, Jan 30, 2018 at 1:11 PM, Andrew Purtell 
wrote:

> You should follow the build instructions on our online manual (look for
> the #maven.release anchor). Please file a JIRA and maybe someone suitably
> motivated will look at it but I dont see this as a veto-able concern unless
> the build fails following our release procedures. That didn't happen. Or
> we'd not have a release candidate. :-)
>
>
> > On Jan 30, 2018, at 1:00 PM, Zach York 
> wrote:
> >
> > -0 (non-binding)
> >
> > It still looks like mvn clean site fails (Also fails for 1.4.0, hence
> not a
> > -1):
> >
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on
> > project hbase: Error generating maven-javadoc-plugin:2.10.3:aggregate:
> > [ERROR] Exit code: 1 - warning: unknown enum constant When.MAYBE
> > [ERROR] reason: class file for javax.annotation.meta.When not found
> > [ERROR] warning: unknown enum constant When.ALWAYS
> > [ERROR] warning: unknown enum constant When.UNKNOWN
> > [ERROR] javadoc: error -
> > com.sun.tools.doclets.internal.toolkit.util.DocletAbortException:
> > com.sun.tools.javac.code.Symbol$CompletionFailure: class file for
> > javax.annotation.concurrent.Immutable not found
> >
> > There was some initial investigation/discussion in
> > https://issues.apache.org/jira/browse/HBASE-19663 and
> > https://issues.apache.org/jira/browse/HBASE-19780 but that was for
> branch-2.
> > Probably not a blocker for the release, but I still wanted to call this
> out.
> >
> > Zach
> >
> >
> >
> >> On Tue, Jan 30, 2018 at 4:26 AM, Yu Li  wrote:
> >>
> >> +1
> >>
> >> Checked sums and signatures: ok
> >> Built from source: ok (7u79)
> >> RAT check: ok (7u79)
> >> Compatibility check: ok (7u79)
> >> Unit tests pass: ok (7u79)
> >> Shell commands: ok (8u101), ran DDL/flush/compact/split commands,
> >> everything looks good
> >> Loaded 1M rows with LTT: ok (8u101), all keys verified, latency and logs
> >> looks good
> >>
> >> Best Regards,
> >> Yu
> >>
> >>> On 30 January 2018 at 02:28, Andrew Purtell 
> wrote:
> >>>
> >>> Thanks Peter, much appreciated.
> >>>
> >>> On Mon, Jan 29, 2018 at 9:35 AM, Peter Somogyi 
> >>> wrote:
> >>>
>  The tests failed in localhost mode when executed from maven. I've just
>  checked some integration tests now on 1.4.0 and it fails there as
> well,
> >>> so
>  it not a regression. I'm OK with a +1 on this RC.
> 
>  Peter
> 
>  On Mon, Jan 29, 2018 at 5:52 PM, Andrew Purtell <
> >>> andrew.purt...@gmail.com>
>  wrote:
> 
> > Are the integration test failures from when it runs in localhost
> >> mode?
> >>> I
> > think these are long term test issues present since 1.3. Or, is this
> >>> new
>  in
> > 1.4.1? If these also have the same result with 1.4.0, indicating no
> >> new
> > regression, would you consider changing your vote?
> >
> >> On Jan 29, 2018, at 6:54 AM, Peter Somogyi 
> > wrote:
> >>
> >> 0
> >>
> >> - RAT check: OK
> >> - Signatures, checksums: OK
> >> - Build from src: OK
> >> - Start standalone from src and bin, run shell commands: OK
> >> - LTT 1M rows: OK
> >> - Web UI, logs: OK
> >> - Ran full test suite: passes except integration tests
> >>
> >> I had failures in IntegrationTestRpcClient, IntegrationTestMTTR,
> >> IntegrationTestBigLinkedListWithVisibility and
> >> IntegrationTestWithCellVisibilityLoadAndVerify. All other tests
> >>> passed
> > for
> >> me.
> >>
> >>> On Thu, Jan 25, 2018 at 3:45 AM, Andrew Purtell <
> >>> apurt...@apache.org>
> > wrote:
> >>>
> >>> The first HBase 1.4.1 release candidate (RC0) is available for
>  download
> > at
> >>> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/ and
>  Maven
> >>> artifacts are available in the temporary repository
> >>> https://repository.apache.org/content/repositories/
>  orgapachehbase-1194
> > .
> >>>
> >>> The git tag corresponding to the candidate is '1.4.1RC0'
> >>> (4b25debc83).
> >>>
> >>> A detailed source and binary compatibility report for this release
> >>> is
> >>> available for your review at
> >>> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/
> >>> compat-check-report.html
> >>> .
> >>>
> >>> A list of the 38 issues resolved in this release can be found at
> >>> https://s.apache.org/tx1w .
> >>>
> >>> Please try out the candidate and vote +1/0/-1.
> >>>
> >>> This vote will be open for at least 72 hours. Unless objection I
> >>> will
> > try
> >>> to close it Friday February 2, 2018 if we have sufficient votes.
> 

Re: [VOTE] The first HBase 1.4.1 release candidate (RC0) is available

2018-02-01 Thread Zach York
Considering the site issue isn't a sinkable offense I'm changing my vote to
a +1.

On Wed, Jan 31, 2018 at 3:50 PM, Umesh Agashe  wrote:

> +1 non-binding
>
> download src & bin tar ball   - OK
> signatures & sums- OK
> build from source (openjdk version "1.8.0_151")  - OK
> rat check   -
> OK
> unit tests   -
> OK
> start local instance from bin & CRUD from shell  - OK
> LTT write, read1 million rows, 2 cols/row  - OK
> check logs - OK
>
>
>
> On Wed, Jan 31, 2018 at 11:54 AM, Andrew Purtell 
> wrote:
>
> > > could not compile against hadoop3 (several issues, will file jira
> later)
> >
> > Thanks, that would be helpful.
> >
> > We need to discuss it of course but I don't think we should consider
> > ticking the Hadoop 3 is supported box on 1.x until the next minor
> release,
> > 1.5, at which time we could do this work.
> >
> >
> > On Wed, Jan 31, 2018 at 10:20 AM, Mike Drob  wrote:
> >
> > > +1 non-binding
> > >
> > > sigs/sums good
> > > compiles against hadoop2 (7u80)
> > > ran hbase-downstreamer tests against staging repo
> > > verified upgrade from 1.4.1 to 2.0.0-beta1
> > >
> > > could not compile against hadoop3 (several issues, will file jira
> later)
> > >
> > > On Wed, Jan 31, 2018 at 8:52 AM, Ashish Singhi <
> ashishsin...@apache.org>
> > > wrote:
> > >
> > > > +1 (non-binding)
> > > >
> > > > Downloaded the binary and checked the following,
> > > >
> > > > - Checked LICENSE and NOTICE files, looks ok
> > > > - Apache RAT check, looks good
> > > >
> > > > Verified the following in a non-secure setup,
> > > >
> > > > - Exercised basic shell commands
> > > > - Ran LTT with 1M row, checked read and write operations
> > > > - Poked around webUI
> > > > - Started Rest server and executed some commands
> > > > - Checked logs
> > > > - Browsed book
> > > >
> > > > Regards,
> > > > Ashish
> > > >
> > > > On Thu, Jan 25, 2018 at 8:15 AM, Andrew Purtell  >
> > > > wrote:
> > > >
> > > > > The first HBase 1.4.1 release candidate (RC0) is available for
> > download
> > > > at
> > > > > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/ and
> > Maven
> > > > > artifacts are available in the temporary repository
> > > > > https://repository.apache.org/content/repositories/
> > orgapachehbase-1194
> > > .
> > > > >
> > > > > The git tag corresponding to the candidate is '1.4.1RC0'
> > (4b25debc83).
> > > > >
> > > > > A detailed source and binary compatibility report for this release
> is
> > > > > available for your review at
> > > > > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/
> > > > > compat-check-report.html
> > > > > .
> > > > >
> > > > > A list of the 38 issues resolved in this release can be found at
> > > > > https://s.apache.org/tx1w .
> > > > >
> > > > > Please try out the candidate and vote +1/0/-1.
> > > > >
> > > > > This vote will be open for at least 72 hours. Unless objection I
> will
> > > try
> > > > > to close it Friday February 2, 2018 if we have sufficient votes.
> > > > >
> > > > > Prior to making this announcement I made the following preflight
> > > checks:
> > > > >
> > > > >- RAT check passes (7u80)
> > > > >- Unit test suite passes 10 of 10 iterations (8u131)
> > > > >- LTT load 1M rows with 100% verification and 20% updates
> (8u131)
> > > > >- PE sequentialWrite, sequentialRead, randomWrite, randomRead,
> > > > >scanRange100 (8u131)
> > > > >
> > > > >
> > > > > --
> > > > > Best regards,
> > > > > Andrew
> > > > >
> > > > > Words like orphans lost among the crosstalk, meaning torn from
> > truth's
> > > > > decrepit hands
> > > > >- A23, Crosstalk
> > > > >
> > > >
> > >
> >
> >
> >
> > --
> > Best regards,
> > Andrew
> >
> > Words like orphans lost among the crosstalk, meaning torn from truth's
> > decrepit hands
> >- A23, Crosstalk
> >
>


Re: [VOTE] The first HBase 1.4.1 release candidate (RC0) is available

2018-01-31 Thread Umesh Agashe
+1 non-binding

download src & bin tar ball   - OK
signatures & sums- OK
build from source (openjdk version "1.8.0_151")  - OK
rat check   - OK
unit tests   -
OK
start local instance from bin & CRUD from shell  - OK
LTT write, read1 million rows, 2 cols/row  - OK
check logs - OK



On Wed, Jan 31, 2018 at 11:54 AM, Andrew Purtell 
wrote:

> > could not compile against hadoop3 (several issues, will file jira later)
>
> Thanks, that would be helpful.
>
> We need to discuss it of course but I don't think we should consider
> ticking the Hadoop 3 is supported box on 1.x until the next minor release,
> 1.5, at which time we could do this work.
>
>
> On Wed, Jan 31, 2018 at 10:20 AM, Mike Drob  wrote:
>
> > +1 non-binding
> >
> > sigs/sums good
> > compiles against hadoop2 (7u80)
> > ran hbase-downstreamer tests against staging repo
> > verified upgrade from 1.4.1 to 2.0.0-beta1
> >
> > could not compile against hadoop3 (several issues, will file jira later)
> >
> > On Wed, Jan 31, 2018 at 8:52 AM, Ashish Singhi 
> > wrote:
> >
> > > +1 (non-binding)
> > >
> > > Downloaded the binary and checked the following,
> > >
> > > - Checked LICENSE and NOTICE files, looks ok
> > > - Apache RAT check, looks good
> > >
> > > Verified the following in a non-secure setup,
> > >
> > > - Exercised basic shell commands
> > > - Ran LTT with 1M row, checked read and write operations
> > > - Poked around webUI
> > > - Started Rest server and executed some commands
> > > - Checked logs
> > > - Browsed book
> > >
> > > Regards,
> > > Ashish
> > >
> > > On Thu, Jan 25, 2018 at 8:15 AM, Andrew Purtell 
> > > wrote:
> > >
> > > > The first HBase 1.4.1 release candidate (RC0) is available for
> download
> > > at
> > > > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/ and
> Maven
> > > > artifacts are available in the temporary repository
> > > > https://repository.apache.org/content/repositories/
> orgapachehbase-1194
> > .
> > > >
> > > > The git tag corresponding to the candidate is '1.4.1RC0'
> (4b25debc83).
> > > >
> > > > A detailed source and binary compatibility report for this release is
> > > > available for your review at
> > > > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/
> > > > compat-check-report.html
> > > > .
> > > >
> > > > A list of the 38 issues resolved in this release can be found at
> > > > https://s.apache.org/tx1w .
> > > >
> > > > Please try out the candidate and vote +1/0/-1.
> > > >
> > > > This vote will be open for at least 72 hours. Unless objection I will
> > try
> > > > to close it Friday February 2, 2018 if we have sufficient votes.
> > > >
> > > > Prior to making this announcement I made the following preflight
> > checks:
> > > >
> > > >- RAT check passes (7u80)
> > > >- Unit test suite passes 10 of 10 iterations (8u131)
> > > >- LTT load 1M rows with 100% verification and 20% updates (8u131)
> > > >- PE sequentialWrite, sequentialRead, randomWrite, randomRead,
> > > >scanRange100 (8u131)
> > > >
> > > >
> > > > --
> > > > Best regards,
> > > > Andrew
> > > >
> > > > Words like orphans lost among the crosstalk, meaning torn from
> truth's
> > > > decrepit hands
> > > >- A23, Crosstalk
> > > >
> > >
> >
>
>
>
> --
> Best regards,
> Andrew
>
> Words like orphans lost among the crosstalk, meaning torn from truth's
> decrepit hands
>- A23, Crosstalk
>


Re: [VOTE] The first HBase 1.4.1 release candidate (RC0) is available

2018-01-31 Thread Andrew Purtell
> could not compile against hadoop3 (several issues, will file jira later)

Thanks, that would be helpful.

We need to discuss it of course but I don't think we should consider
ticking the Hadoop 3 is supported box on 1.x until the next minor release,
1.5, at which time we could do this work.


On Wed, Jan 31, 2018 at 10:20 AM, Mike Drob  wrote:

> +1 non-binding
>
> sigs/sums good
> compiles against hadoop2 (7u80)
> ran hbase-downstreamer tests against staging repo
> verified upgrade from 1.4.1 to 2.0.0-beta1
>
> could not compile against hadoop3 (several issues, will file jira later)
>
> On Wed, Jan 31, 2018 at 8:52 AM, Ashish Singhi 
> wrote:
>
> > +1 (non-binding)
> >
> > Downloaded the binary and checked the following,
> >
> > - Checked LICENSE and NOTICE files, looks ok
> > - Apache RAT check, looks good
> >
> > Verified the following in a non-secure setup,
> >
> > - Exercised basic shell commands
> > - Ran LTT with 1M row, checked read and write operations
> > - Poked around webUI
> > - Started Rest server and executed some commands
> > - Checked logs
> > - Browsed book
> >
> > Regards,
> > Ashish
> >
> > On Thu, Jan 25, 2018 at 8:15 AM, Andrew Purtell 
> > wrote:
> >
> > > The first HBase 1.4.1 release candidate (RC0) is available for download
> > at
> > > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/ and Maven
> > > artifacts are available in the temporary repository
> > > https://repository.apache.org/content/repositories/orgapachehbase-1194
> .
> > >
> > > The git tag corresponding to the candidate is '1.4.1RC0' (4b25debc83).
> > >
> > > A detailed source and binary compatibility report for this release is
> > > available for your review at
> > > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/
> > > compat-check-report.html
> > > .
> > >
> > > A list of the 38 issues resolved in this release can be found at
> > > https://s.apache.org/tx1w .
> > >
> > > Please try out the candidate and vote +1/0/-1.
> > >
> > > This vote will be open for at least 72 hours. Unless objection I will
> try
> > > to close it Friday February 2, 2018 if we have sufficient votes.
> > >
> > > Prior to making this announcement I made the following preflight
> checks:
> > >
> > >- RAT check passes (7u80)
> > >- Unit test suite passes 10 of 10 iterations (8u131)
> > >- LTT load 1M rows with 100% verification and 20% updates (8u131)
> > >- PE sequentialWrite, sequentialRead, randomWrite, randomRead,
> > >scanRange100 (8u131)
> > >
> > >
> > > --
> > > Best regards,
> > > Andrew
> > >
> > > Words like orphans lost among the crosstalk, meaning torn from truth's
> > > decrepit hands
> > >- A23, Crosstalk
> > >
> >
>



-- 
Best regards,
Andrew

Words like orphans lost among the crosstalk, meaning torn from truth's
decrepit hands
   - A23, Crosstalk


Re: [VOTE] The first HBase 1.4.1 release candidate (RC0) is available

2018-01-31 Thread Mike Drob
+1 non-binding

sigs/sums good
compiles against hadoop2 (7u80)
ran hbase-downstreamer tests against staging repo
verified upgrade from 1.4.1 to 2.0.0-beta1

could not compile against hadoop3 (several issues, will file jira later)

On Wed, Jan 31, 2018 at 8:52 AM, Ashish Singhi 
wrote:

> +1 (non-binding)
>
> Downloaded the binary and checked the following,
>
> - Checked LICENSE and NOTICE files, looks ok
> - Apache RAT check, looks good
>
> Verified the following in a non-secure setup,
>
> - Exercised basic shell commands
> - Ran LTT with 1M row, checked read and write operations
> - Poked around webUI
> - Started Rest server and executed some commands
> - Checked logs
> - Browsed book
>
> Regards,
> Ashish
>
> On Thu, Jan 25, 2018 at 8:15 AM, Andrew Purtell 
> wrote:
>
> > The first HBase 1.4.1 release candidate (RC0) is available for download
> at
> > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/ and Maven
> > artifacts are available in the temporary repository
> > https://repository.apache.org/content/repositories/orgapachehbase-1194 .
> >
> > The git tag corresponding to the candidate is '1.4.1RC0' (4b25debc83).
> >
> > A detailed source and binary compatibility report for this release is
> > available for your review at
> > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/
> > compat-check-report.html
> > .
> >
> > A list of the 38 issues resolved in this release can be found at
> > https://s.apache.org/tx1w .
> >
> > Please try out the candidate and vote +1/0/-1.
> >
> > This vote will be open for at least 72 hours. Unless objection I will try
> > to close it Friday February 2, 2018 if we have sufficient votes.
> >
> > Prior to making this announcement I made the following preflight checks:
> >
> >- RAT check passes (7u80)
> >- Unit test suite passes 10 of 10 iterations (8u131)
> >- LTT load 1M rows with 100% verification and 20% updates (8u131)
> >- PE sequentialWrite, sequentialRead, randomWrite, randomRead,
> >scanRange100 (8u131)
> >
> >
> > --
> > Best regards,
> > Andrew
> >
> > Words like orphans lost among the crosstalk, meaning torn from truth's
> > decrepit hands
> >- A23, Crosstalk
> >
>


Re: [VOTE] The first HBase 1.4.1 release candidate (RC0) is available

2018-01-31 Thread Ashish Singhi
+1 (non-binding)

Downloaded the binary and checked the following,

- Checked LICENSE and NOTICE files, looks ok
- Apache RAT check, looks good

Verified the following in a non-secure setup,

- Exercised basic shell commands
- Ran LTT with 1M row, checked read and write operations
- Poked around webUI
- Started Rest server and executed some commands
- Checked logs
- Browsed book

Regards,
Ashish

On Thu, Jan 25, 2018 at 8:15 AM, Andrew Purtell  wrote:

> The first HBase 1.4.1 release candidate (RC0) is available for download at
> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/ and Maven
> artifacts are available in the temporary repository
> https://repository.apache.org/content/repositories/orgapachehbase-1194 .
>
> The git tag corresponding to the candidate is '1.4.1RC0' (4b25debc83).
>
> A detailed source and binary compatibility report for this release is
> available for your review at
> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/
> compat-check-report.html
> .
>
> A list of the 38 issues resolved in this release can be found at
> https://s.apache.org/tx1w .
>
> Please try out the candidate and vote +1/0/-1.
>
> This vote will be open for at least 72 hours. Unless objection I will try
> to close it Friday February 2, 2018 if we have sufficient votes.
>
> Prior to making this announcement I made the following preflight checks:
>
>- RAT check passes (7u80)
>- Unit test suite passes 10 of 10 iterations (8u131)
>- LTT load 1M rows with 100% verification and 20% updates (8u131)
>- PE sequentialWrite, sequentialRead, randomWrite, randomRead,
>scanRange100 (8u131)
>
>
> --
> Best regards,
> Andrew
>
> Words like orphans lost among the crosstalk, meaning torn from truth's
> decrepit hands
>- A23, Crosstalk
>


Re: [VOTE] The first HBase 1.4.1 release candidate (RC0) is available

2018-01-30 Thread Zach York
For those interested, this is getting addressed as part of
https://issues.apache.org/jira/browse/HBASE-19663.

On Tue, Jan 30, 2018 at 1:47 PM, Andrew Purtell  wrote:

> Ok, then it is certainly JIRA worthy.
>
>
> On Tue, Jan 30, 2018 at 1:16 PM, Zach York 
> wrote:
>
> > Agreed, sorry for calling this out on a RC vote.
> >
> > However, I did execute install before site.
> >
> > On Tue, Jan 30, 2018 at 1:12 PM, Andrew Purtell <
> andrew.purt...@gmail.com>
> > wrote:
> >
> > > I think install is mandatory before site.
> > >
> > > > On Jan 30, 2018, at 1:11 PM, Andrew Purtell <
> andrew.purt...@gmail.com>
> > > wrote:
> > > >
> > > > You should follow the build instructions on our online manual (look
> for
> > > the #maven.release anchor). Please file a JIRA and maybe someone
> suitably
> > > motivated will look at it but I dont see this as a veto-able concern
> > unless
> > > the build fails following our release procedures. That didn't happen.
> Or
> > > we'd not have a release candidate. :-)
> > > >
> > > >
> > > >> On Jan 30, 2018, at 1:00 PM, Zach York <
> zyork.contribut...@gmail.com>
> > > wrote:
> > > >>
> > > >> -0 (non-binding)
> > > >>
> > > >> It still looks like mvn clean site fails (Also fails for 1.4.0,
> hence
> > > not a
> > > >> -1):
> > > >>
> > > >> [ERROR] Failed to execute goal
> > > >> org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site)
> on
> > > >> project hbase: Error generating maven-javadoc-plugin:2.10.3:
> > aggregate:
> > > >> [ERROR] Exit code: 1 - warning: unknown enum constant When.MAYBE
> > > >> [ERROR] reason: class file for javax.annotation.meta.When not found
> > > >> [ERROR] warning: unknown enum constant When.ALWAYS
> > > >> [ERROR] warning: unknown enum constant When.UNKNOWN
> > > >> [ERROR] javadoc: error -
> > > >> com.sun.tools.doclets.internal.toolkit.util.DocletAbortException:
> > > >> com.sun.tools.javac.code.Symbol$CompletionFailure: class file for
> > > >> javax.annotation.concurrent.Immutable not found
> > > >>
> > > >> There was some initial investigation/discussion in
> > > >> https://issues.apache.org/jira/browse/HBASE-19663 and
> > > >> https://issues.apache.org/jira/browse/HBASE-19780 but that was for
> > > branch-2.
> > > >> Probably not a blocker for the release, but I still wanted to call
> > this
> > > out.
> > > >>
> > > >> Zach
> > > >>
> > > >>
> > > >>
> > > >>> On Tue, Jan 30, 2018 at 4:26 AM, Yu Li  wrote:
> > > >>>
> > > >>> +1
> > > >>>
> > > >>> Checked sums and signatures: ok
> > > >>> Built from source: ok (7u79)
> > > >>> RAT check: ok (7u79)
> > > >>> Compatibility check: ok (7u79)
> > > >>> Unit tests pass: ok (7u79)
> > > >>> Shell commands: ok (8u101), ran DDL/flush/compact/split commands,
> > > >>> everything looks good
> > > >>> Loaded 1M rows with LTT: ok (8u101), all keys verified, latency and
> > > logs
> > > >>> looks good
> > > >>>
> > > >>> Best Regards,
> > > >>> Yu
> > > >>>
> > >  On 30 January 2018 at 02:28, Andrew Purtell 
> > > wrote:
> > > 
> > >  Thanks Peter, much appreciated.
> > > 
> > >  On Mon, Jan 29, 2018 at 9:35 AM, Peter Somogyi <
> > psomo...@cloudera.com
> > > >
> > >  wrote:
> > > 
> > > > The tests failed in localhost mode when executed from maven. I've
> > > just
> > > > checked some integration tests now on 1.4.0 and it fails there as
> > > well,
> > >  so
> > > > it not a regression. I'm OK with a +1 on this RC.
> > > >
> > > > Peter
> > > >
> > > > On Mon, Jan 29, 2018 at 5:52 PM, Andrew Purtell <
> > >  andrew.purt...@gmail.com>
> > > > wrote:
> > > >
> > > >> Are the integration test failures from when it runs in localhost
> > > >>> mode?
> > >  I
> > > >> think these are long term test issues present since 1.3. Or, is
> > this
> > >  new
> > > > in
> > > >> 1.4.1? If these also have the same result with 1.4.0, indicating
> > no
> > > >>> new
> > > >> regression, would you consider changing your vote?
> > > >>
> > > >>> On Jan 29, 2018, at 6:54 AM, Peter Somogyi <
> > psomo...@cloudera.com>
> > > >> wrote:
> > > >>>
> > > >>> 0
> > > >>>
> > > >>> - RAT check: OK
> > > >>> - Signatures, checksums: OK
> > > >>> - Build from src: OK
> > > >>> - Start standalone from src and bin, run shell commands: OK
> > > >>> - LTT 1M rows: OK
> > > >>> - Web UI, logs: OK
> > > >>> - Ran full test suite: passes except integration tests
> > > >>>
> > > >>> I had failures in IntegrationTestRpcClient,
> IntegrationTestMTTR,
> > > >>> IntegrationTestBigLinkedListWithVisibility and
> > > >>> IntegrationTestWithCellVisibilityLoadAndVerify. All other
> tests
> > >  passed
> > > >> for
> > > >>> me.
> > > >>>
> > >  On Thu, Jan 25, 2018 at 3:45 AM, Andrew Purtell <
> > >  apurt...@apache.org>
> > > >> wrote:
> > > 
> 

Re: [VOTE] The first HBase 1.4.1 release candidate (RC0) is available

2018-01-30 Thread Andrew Purtell
Ok, then it is certainly JIRA worthy.


On Tue, Jan 30, 2018 at 1:16 PM, Zach York 
wrote:

> Agreed, sorry for calling this out on a RC vote.
>
> However, I did execute install before site.
>
> On Tue, Jan 30, 2018 at 1:12 PM, Andrew Purtell 
> wrote:
>
> > I think install is mandatory before site.
> >
> > > On Jan 30, 2018, at 1:11 PM, Andrew Purtell 
> > wrote:
> > >
> > > You should follow the build instructions on our online manual (look for
> > the #maven.release anchor). Please file a JIRA and maybe someone suitably
> > motivated will look at it but I dont see this as a veto-able concern
> unless
> > the build fails following our release procedures. That didn't happen. Or
> > we'd not have a release candidate. :-)
> > >
> > >
> > >> On Jan 30, 2018, at 1:00 PM, Zach York 
> > wrote:
> > >>
> > >> -0 (non-binding)
> > >>
> > >> It still looks like mvn clean site fails (Also fails for 1.4.0, hence
> > not a
> > >> -1):
> > >>
> > >> [ERROR] Failed to execute goal
> > >> org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on
> > >> project hbase: Error generating maven-javadoc-plugin:2.10.3:
> aggregate:
> > >> [ERROR] Exit code: 1 - warning: unknown enum constant When.MAYBE
> > >> [ERROR] reason: class file for javax.annotation.meta.When not found
> > >> [ERROR] warning: unknown enum constant When.ALWAYS
> > >> [ERROR] warning: unknown enum constant When.UNKNOWN
> > >> [ERROR] javadoc: error -
> > >> com.sun.tools.doclets.internal.toolkit.util.DocletAbortException:
> > >> com.sun.tools.javac.code.Symbol$CompletionFailure: class file for
> > >> javax.annotation.concurrent.Immutable not found
> > >>
> > >> There was some initial investigation/discussion in
> > >> https://issues.apache.org/jira/browse/HBASE-19663 and
> > >> https://issues.apache.org/jira/browse/HBASE-19780 but that was for
> > branch-2.
> > >> Probably not a blocker for the release, but I still wanted to call
> this
> > out.
> > >>
> > >> Zach
> > >>
> > >>
> > >>
> > >>> On Tue, Jan 30, 2018 at 4:26 AM, Yu Li  wrote:
> > >>>
> > >>> +1
> > >>>
> > >>> Checked sums and signatures: ok
> > >>> Built from source: ok (7u79)
> > >>> RAT check: ok (7u79)
> > >>> Compatibility check: ok (7u79)
> > >>> Unit tests pass: ok (7u79)
> > >>> Shell commands: ok (8u101), ran DDL/flush/compact/split commands,
> > >>> everything looks good
> > >>> Loaded 1M rows with LTT: ok (8u101), all keys verified, latency and
> > logs
> > >>> looks good
> > >>>
> > >>> Best Regards,
> > >>> Yu
> > >>>
> >  On 30 January 2018 at 02:28, Andrew Purtell 
> > wrote:
> > 
> >  Thanks Peter, much appreciated.
> > 
> >  On Mon, Jan 29, 2018 at 9:35 AM, Peter Somogyi <
> psomo...@cloudera.com
> > >
> >  wrote:
> > 
> > > The tests failed in localhost mode when executed from maven. I've
> > just
> > > checked some integration tests now on 1.4.0 and it fails there as
> > well,
> >  so
> > > it not a regression. I'm OK with a +1 on this RC.
> > >
> > > Peter
> > >
> > > On Mon, Jan 29, 2018 at 5:52 PM, Andrew Purtell <
> >  andrew.purt...@gmail.com>
> > > wrote:
> > >
> > >> Are the integration test failures from when it runs in localhost
> > >>> mode?
> >  I
> > >> think these are long term test issues present since 1.3. Or, is
> this
> >  new
> > > in
> > >> 1.4.1? If these also have the same result with 1.4.0, indicating
> no
> > >>> new
> > >> regression, would you consider changing your vote?
> > >>
> > >>> On Jan 29, 2018, at 6:54 AM, Peter Somogyi <
> psomo...@cloudera.com>
> > >> wrote:
> > >>>
> > >>> 0
> > >>>
> > >>> - RAT check: OK
> > >>> - Signatures, checksums: OK
> > >>> - Build from src: OK
> > >>> - Start standalone from src and bin, run shell commands: OK
> > >>> - LTT 1M rows: OK
> > >>> - Web UI, logs: OK
> > >>> - Ran full test suite: passes except integration tests
> > >>>
> > >>> I had failures in IntegrationTestRpcClient, IntegrationTestMTTR,
> > >>> IntegrationTestBigLinkedListWithVisibility and
> > >>> IntegrationTestWithCellVisibilityLoadAndVerify. All other tests
> >  passed
> > >> for
> > >>> me.
> > >>>
> >  On Thu, Jan 25, 2018 at 3:45 AM, Andrew Purtell <
> >  apurt...@apache.org>
> > >> wrote:
> > 
> >  The first HBase 1.4.1 release candidate (RC0) is available for
> > > download
> > >> at
> >  https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/
> and
> > > Maven
> >  artifacts are available in the temporary repository
> >  https://repository.apache.org/content/repositories/
> > > orgapachehbase-1194
> > >> .
> > 
> >  The git tag corresponding to the candidate is '1.4.1RC0'
> >  (4b25debc83).
> > 

Re: [VOTE] The first HBase 1.4.1 release candidate (RC0) is available

2018-01-30 Thread Zach York
Agreed, sorry for calling this out on a RC vote.

However, I did execute install before site.

On Tue, Jan 30, 2018 at 1:12 PM, Andrew Purtell 
wrote:

> I think install is mandatory before site.
>
> > On Jan 30, 2018, at 1:11 PM, Andrew Purtell 
> wrote:
> >
> > You should follow the build instructions on our online manual (look for
> the #maven.release anchor). Please file a JIRA and maybe someone suitably
> motivated will look at it but I dont see this as a veto-able concern unless
> the build fails following our release procedures. That didn't happen. Or
> we'd not have a release candidate. :-)
> >
> >
> >> On Jan 30, 2018, at 1:00 PM, Zach York 
> wrote:
> >>
> >> -0 (non-binding)
> >>
> >> It still looks like mvn clean site fails (Also fails for 1.4.0, hence
> not a
> >> -1):
> >>
> >> [ERROR] Failed to execute goal
> >> org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on
> >> project hbase: Error generating maven-javadoc-plugin:2.10.3:aggregate:
> >> [ERROR] Exit code: 1 - warning: unknown enum constant When.MAYBE
> >> [ERROR] reason: class file for javax.annotation.meta.When not found
> >> [ERROR] warning: unknown enum constant When.ALWAYS
> >> [ERROR] warning: unknown enum constant When.UNKNOWN
> >> [ERROR] javadoc: error -
> >> com.sun.tools.doclets.internal.toolkit.util.DocletAbortException:
> >> com.sun.tools.javac.code.Symbol$CompletionFailure: class file for
> >> javax.annotation.concurrent.Immutable not found
> >>
> >> There was some initial investigation/discussion in
> >> https://issues.apache.org/jira/browse/HBASE-19663 and
> >> https://issues.apache.org/jira/browse/HBASE-19780 but that was for
> branch-2.
> >> Probably not a blocker for the release, but I still wanted to call this
> out.
> >>
> >> Zach
> >>
> >>
> >>
> >>> On Tue, Jan 30, 2018 at 4:26 AM, Yu Li  wrote:
> >>>
> >>> +1
> >>>
> >>> Checked sums and signatures: ok
> >>> Built from source: ok (7u79)
> >>> RAT check: ok (7u79)
> >>> Compatibility check: ok (7u79)
> >>> Unit tests pass: ok (7u79)
> >>> Shell commands: ok (8u101), ran DDL/flush/compact/split commands,
> >>> everything looks good
> >>> Loaded 1M rows with LTT: ok (8u101), all keys verified, latency and
> logs
> >>> looks good
> >>>
> >>> Best Regards,
> >>> Yu
> >>>
>  On 30 January 2018 at 02:28, Andrew Purtell 
> wrote:
> 
>  Thanks Peter, much appreciated.
> 
>  On Mon, Jan 29, 2018 at 9:35 AM, Peter Somogyi  >
>  wrote:
> 
> > The tests failed in localhost mode when executed from maven. I've
> just
> > checked some integration tests now on 1.4.0 and it fails there as
> well,
>  so
> > it not a regression. I'm OK with a +1 on this RC.
> >
> > Peter
> >
> > On Mon, Jan 29, 2018 at 5:52 PM, Andrew Purtell <
>  andrew.purt...@gmail.com>
> > wrote:
> >
> >> Are the integration test failures from when it runs in localhost
> >>> mode?
>  I
> >> think these are long term test issues present since 1.3. Or, is this
>  new
> > in
> >> 1.4.1? If these also have the same result with 1.4.0, indicating no
> >>> new
> >> regression, would you consider changing your vote?
> >>
> >>> On Jan 29, 2018, at 6:54 AM, Peter Somogyi 
> >> wrote:
> >>>
> >>> 0
> >>>
> >>> - RAT check: OK
> >>> - Signatures, checksums: OK
> >>> - Build from src: OK
> >>> - Start standalone from src and bin, run shell commands: OK
> >>> - LTT 1M rows: OK
> >>> - Web UI, logs: OK
> >>> - Ran full test suite: passes except integration tests
> >>>
> >>> I had failures in IntegrationTestRpcClient, IntegrationTestMTTR,
> >>> IntegrationTestBigLinkedListWithVisibility and
> >>> IntegrationTestWithCellVisibilityLoadAndVerify. All other tests
>  passed
> >> for
> >>> me.
> >>>
>  On Thu, Jan 25, 2018 at 3:45 AM, Andrew Purtell <
>  apurt...@apache.org>
> >> wrote:
> 
>  The first HBase 1.4.1 release candidate (RC0) is available for
> > download
> >> at
>  https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/ and
> > Maven
>  artifacts are available in the temporary repository
>  https://repository.apache.org/content/repositories/
> > orgapachehbase-1194
> >> .
> 
>  The git tag corresponding to the candidate is '1.4.1RC0'
>  (4b25debc83).
> 
>  A detailed source and binary compatibility report for this release
>  is
>  available for your review at
>  https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/
>  compat-check-report.html
>  .
> 
>  A list of the 38 issues resolved in this release can be found at
>  https://s.apache.org/tx1w .
> 
>  Please 

Re: [VOTE] The first HBase 1.4.1 release candidate (RC0) is available

2018-01-30 Thread Andrew Purtell
I think install is mandatory before site. 

> On Jan 30, 2018, at 1:11 PM, Andrew Purtell  wrote:
> 
> You should follow the build instructions on our online manual (look for the 
> #maven.release anchor). Please file a JIRA and maybe someone suitably 
> motivated will look at it but I dont see this as a veto-able concern unless 
> the build fails following our release procedures. That didn't happen. Or we'd 
> not have a release candidate. :-)
> 
> 
>> On Jan 30, 2018, at 1:00 PM, Zach York  wrote:
>> 
>> -0 (non-binding)
>> 
>> It still looks like mvn clean site fails (Also fails for 1.4.0, hence not a
>> -1):
>> 
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on
>> project hbase: Error generating maven-javadoc-plugin:2.10.3:aggregate:
>> [ERROR] Exit code: 1 - warning: unknown enum constant When.MAYBE
>> [ERROR] reason: class file for javax.annotation.meta.When not found
>> [ERROR] warning: unknown enum constant When.ALWAYS
>> [ERROR] warning: unknown enum constant When.UNKNOWN
>> [ERROR] javadoc: error -
>> com.sun.tools.doclets.internal.toolkit.util.DocletAbortException:
>> com.sun.tools.javac.code.Symbol$CompletionFailure: class file for
>> javax.annotation.concurrent.Immutable not found
>> 
>> There was some initial investigation/discussion in
>> https://issues.apache.org/jira/browse/HBASE-19663 and
>> https://issues.apache.org/jira/browse/HBASE-19780 but that was for branch-2.
>> Probably not a blocker for the release, but I still wanted to call this out.
>> 
>> Zach
>> 
>> 
>> 
>>> On Tue, Jan 30, 2018 at 4:26 AM, Yu Li  wrote:
>>> 
>>> +1
>>> 
>>> Checked sums and signatures: ok
>>> Built from source: ok (7u79)
>>> RAT check: ok (7u79)
>>> Compatibility check: ok (7u79)
>>> Unit tests pass: ok (7u79)
>>> Shell commands: ok (8u101), ran DDL/flush/compact/split commands,
>>> everything looks good
>>> Loaded 1M rows with LTT: ok (8u101), all keys verified, latency and logs
>>> looks good
>>> 
>>> Best Regards,
>>> Yu
>>> 
 On 30 January 2018 at 02:28, Andrew Purtell  wrote:
 
 Thanks Peter, much appreciated.
 
 On Mon, Jan 29, 2018 at 9:35 AM, Peter Somogyi 
 wrote:
 
> The tests failed in localhost mode when executed from maven. I've just
> checked some integration tests now on 1.4.0 and it fails there as well,
 so
> it not a regression. I'm OK with a +1 on this RC.
> 
> Peter
> 
> On Mon, Jan 29, 2018 at 5:52 PM, Andrew Purtell <
 andrew.purt...@gmail.com>
> wrote:
> 
>> Are the integration test failures from when it runs in localhost
>>> mode?
 I
>> think these are long term test issues present since 1.3. Or, is this
 new
> in
>> 1.4.1? If these also have the same result with 1.4.0, indicating no
>>> new
>> regression, would you consider changing your vote?
>> 
>>> On Jan 29, 2018, at 6:54 AM, Peter Somogyi 
>> wrote:
>>> 
>>> 0
>>> 
>>> - RAT check: OK
>>> - Signatures, checksums: OK
>>> - Build from src: OK
>>> - Start standalone from src and bin, run shell commands: OK
>>> - LTT 1M rows: OK
>>> - Web UI, logs: OK
>>> - Ran full test suite: passes except integration tests
>>> 
>>> I had failures in IntegrationTestRpcClient, IntegrationTestMTTR,
>>> IntegrationTestBigLinkedListWithVisibility and
>>> IntegrationTestWithCellVisibilityLoadAndVerify. All other tests
 passed
>> for
>>> me.
>>> 
 On Thu, Jan 25, 2018 at 3:45 AM, Andrew Purtell <
 apurt...@apache.org>
>> wrote:
 
 The first HBase 1.4.1 release candidate (RC0) is available for
> download
>> at
 https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/ and
> Maven
 artifacts are available in the temporary repository
 https://repository.apache.org/content/repositories/
> orgapachehbase-1194
>> .
 
 The git tag corresponding to the candidate is '1.4.1RC0'
 (4b25debc83).
 
 A detailed source and binary compatibility report for this release
 is
 available for your review at
 https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/
 compat-check-report.html
 .
 
 A list of the 38 issues resolved in this release can be found at
 https://s.apache.org/tx1w .
 
 Please try out the candidate and vote +1/0/-1.
 
 This vote will be open for at least 72 hours. Unless objection I
 will
>> try
 to close it Friday February 2, 2018 if we have sufficient votes.
 
 Prior to making this announcement I made the following preflight
> checks:
 
 - RAT check passes (7u80)
 - Unit test suite passes 10 of 10 iterations 

Re: [VOTE] The first HBase 1.4.1 release candidate (RC0) is available

2018-01-30 Thread Andrew Purtell
You should follow the build instructions on our online manual (look for the 
#maven.release anchor). Please file a JIRA and maybe someone suitably motivated 
will look at it but I dont see this as a veto-able concern unless the build 
fails following our release procedures. That didn't happen. Or we'd not have a 
release candidate. :-)


> On Jan 30, 2018, at 1:00 PM, Zach York  wrote:
> 
> -0 (non-binding)
> 
> It still looks like mvn clean site fails (Also fails for 1.4.0, hence not a
> -1):
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on
> project hbase: Error generating maven-javadoc-plugin:2.10.3:aggregate:
> [ERROR] Exit code: 1 - warning: unknown enum constant When.MAYBE
> [ERROR] reason: class file for javax.annotation.meta.When not found
> [ERROR] warning: unknown enum constant When.ALWAYS
> [ERROR] warning: unknown enum constant When.UNKNOWN
> [ERROR] javadoc: error -
> com.sun.tools.doclets.internal.toolkit.util.DocletAbortException:
> com.sun.tools.javac.code.Symbol$CompletionFailure: class file for
> javax.annotation.concurrent.Immutable not found
> 
> There was some initial investigation/discussion in
> https://issues.apache.org/jira/browse/HBASE-19663 and
> https://issues.apache.org/jira/browse/HBASE-19780 but that was for branch-2.
> Probably not a blocker for the release, but I still wanted to call this out.
> 
> Zach
> 
> 
> 
>> On Tue, Jan 30, 2018 at 4:26 AM, Yu Li  wrote:
>> 
>> +1
>> 
>> Checked sums and signatures: ok
>> Built from source: ok (7u79)
>> RAT check: ok (7u79)
>> Compatibility check: ok (7u79)
>> Unit tests pass: ok (7u79)
>> Shell commands: ok (8u101), ran DDL/flush/compact/split commands,
>> everything looks good
>> Loaded 1M rows with LTT: ok (8u101), all keys verified, latency and logs
>> looks good
>> 
>> Best Regards,
>> Yu
>> 
>>> On 30 January 2018 at 02:28, Andrew Purtell  wrote:
>>> 
>>> Thanks Peter, much appreciated.
>>> 
>>> On Mon, Jan 29, 2018 at 9:35 AM, Peter Somogyi 
>>> wrote:
>>> 
 The tests failed in localhost mode when executed from maven. I've just
 checked some integration tests now on 1.4.0 and it fails there as well,
>>> so
 it not a regression. I'm OK with a +1 on this RC.
 
 Peter
 
 On Mon, Jan 29, 2018 at 5:52 PM, Andrew Purtell <
>>> andrew.purt...@gmail.com>
 wrote:
 
> Are the integration test failures from when it runs in localhost
>> mode?
>>> I
> think these are long term test issues present since 1.3. Or, is this
>>> new
 in
> 1.4.1? If these also have the same result with 1.4.0, indicating no
>> new
> regression, would you consider changing your vote?
> 
>> On Jan 29, 2018, at 6:54 AM, Peter Somogyi 
> wrote:
>> 
>> 0
>> 
>> - RAT check: OK
>> - Signatures, checksums: OK
>> - Build from src: OK
>> - Start standalone from src and bin, run shell commands: OK
>> - LTT 1M rows: OK
>> - Web UI, logs: OK
>> - Ran full test suite: passes except integration tests
>> 
>> I had failures in IntegrationTestRpcClient, IntegrationTestMTTR,
>> IntegrationTestBigLinkedListWithVisibility and
>> IntegrationTestWithCellVisibilityLoadAndVerify. All other tests
>>> passed
> for
>> me.
>> 
>>> On Thu, Jan 25, 2018 at 3:45 AM, Andrew Purtell <
>>> apurt...@apache.org>
> wrote:
>>> 
>>> The first HBase 1.4.1 release candidate (RC0) is available for
 download
> at
>>> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/ and
 Maven
>>> artifacts are available in the temporary repository
>>> https://repository.apache.org/content/repositories/
 orgapachehbase-1194
> .
>>> 
>>> The git tag corresponding to the candidate is '1.4.1RC0'
>>> (4b25debc83).
>>> 
>>> A detailed source and binary compatibility report for this release
>>> is
>>> available for your review at
>>> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/
>>> compat-check-report.html
>>> .
>>> 
>>> A list of the 38 issues resolved in this release can be found at
>>> https://s.apache.org/tx1w .
>>> 
>>> Please try out the candidate and vote +1/0/-1.
>>> 
>>> This vote will be open for at least 72 hours. Unless objection I
>>> will
> try
>>> to close it Friday February 2, 2018 if we have sufficient votes.
>>> 
>>> Prior to making this announcement I made the following preflight
 checks:
>>> 
>>>  - RAT check passes (7u80)
>>>  - Unit test suite passes 10 of 10 iterations (8u131)
>>>  - LTT load 1M rows with 100% verification and 20% updates
>> (8u131)
>>>  - PE sequentialWrite, sequentialRead, randomWrite, randomRead,
>>>  scanRange100 (8u131)
>>> 
>>> 
>>> --
>>> Best regards,
>>> Andrew
>>> 
>>> 

Re: [VOTE] The first HBase 1.4.1 release candidate (RC0) is available

2018-01-30 Thread Zach York
-0 (non-binding)

It still looks like mvn clean site fails (Also fails for 1.4.0, hence not a
-1):

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on
project hbase: Error generating maven-javadoc-plugin:2.10.3:aggregate:
[ERROR] Exit code: 1 - warning: unknown enum constant When.MAYBE
[ERROR] reason: class file for javax.annotation.meta.When not found
[ERROR] warning: unknown enum constant When.ALWAYS
[ERROR] warning: unknown enum constant When.UNKNOWN
[ERROR] javadoc: error -
com.sun.tools.doclets.internal.toolkit.util.DocletAbortException:
com.sun.tools.javac.code.Symbol$CompletionFailure: class file for
javax.annotation.concurrent.Immutable not found

There was some initial investigation/discussion in
https://issues.apache.org/jira/browse/HBASE-19663 and
https://issues.apache.org/jira/browse/HBASE-19780 but that was for branch-2.
Probably not a blocker for the release, but I still wanted to call this out.

Zach



On Tue, Jan 30, 2018 at 4:26 AM, Yu Li  wrote:

> +1
>
> Checked sums and signatures: ok
> Built from source: ok (7u79)
> RAT check: ok (7u79)
> Compatibility check: ok (7u79)
> Unit tests pass: ok (7u79)
> Shell commands: ok (8u101), ran DDL/flush/compact/split commands,
> everything looks good
> Loaded 1M rows with LTT: ok (8u101), all keys verified, latency and logs
> looks good
>
> Best Regards,
> Yu
>
> On 30 January 2018 at 02:28, Andrew Purtell  wrote:
>
> > Thanks Peter, much appreciated.
> >
> > On Mon, Jan 29, 2018 at 9:35 AM, Peter Somogyi 
> > wrote:
> >
> > > The tests failed in localhost mode when executed from maven. I've just
> > > checked some integration tests now on 1.4.0 and it fails there as well,
> > so
> > > it not a regression. I'm OK with a +1 on this RC.
> > >
> > > Peter
> > >
> > > On Mon, Jan 29, 2018 at 5:52 PM, Andrew Purtell <
> > andrew.purt...@gmail.com>
> > > wrote:
> > >
> > > > Are the integration test failures from when it runs in localhost
> mode?
> > I
> > > > think these are long term test issues present since 1.3. Or, is this
> > new
> > > in
> > > > 1.4.1? If these also have the same result with 1.4.0, indicating no
> new
> > > > regression, would you consider changing your vote?
> > > >
> > > > > On Jan 29, 2018, at 6:54 AM, Peter Somogyi 
> > > > wrote:
> > > > >
> > > > > 0
> > > > >
> > > > > - RAT check: OK
> > > > > - Signatures, checksums: OK
> > > > > - Build from src: OK
> > > > > - Start standalone from src and bin, run shell commands: OK
> > > > > - LTT 1M rows: OK
> > > > > - Web UI, logs: OK
> > > > > - Ran full test suite: passes except integration tests
> > > > >
> > > > > I had failures in IntegrationTestRpcClient, IntegrationTestMTTR,
> > > > > IntegrationTestBigLinkedListWithVisibility and
> > > > > IntegrationTestWithCellVisibilityLoadAndVerify. All other tests
> > passed
> > > > for
> > > > > me.
> > > > >
> > > > >> On Thu, Jan 25, 2018 at 3:45 AM, Andrew Purtell <
> > apurt...@apache.org>
> > > > wrote:
> > > > >>
> > > > >> The first HBase 1.4.1 release candidate (RC0) is available for
> > > download
> > > > at
> > > > >> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/ and
> > > Maven
> > > > >> artifacts are available in the temporary repository
> > > > >> https://repository.apache.org/content/repositories/
> > > orgapachehbase-1194
> > > > .
> > > > >>
> > > > >> The git tag corresponding to the candidate is '1.4.1RC0'
> > (4b25debc83).
> > > > >>
> > > > >> A detailed source and binary compatibility report for this release
> > is
> > > > >> available for your review at
> > > > >> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/
> > > > >> compat-check-report.html
> > > > >> .
> > > > >>
> > > > >> A list of the 38 issues resolved in this release can be found at
> > > > >> https://s.apache.org/tx1w .
> > > > >>
> > > > >> Please try out the candidate and vote +1/0/-1.
> > > > >>
> > > > >> This vote will be open for at least 72 hours. Unless objection I
> > will
> > > > try
> > > > >> to close it Friday February 2, 2018 if we have sufficient votes.
> > > > >>
> > > > >> Prior to making this announcement I made the following preflight
> > > checks:
> > > > >>
> > > > >>   - RAT check passes (7u80)
> > > > >>   - Unit test suite passes 10 of 10 iterations (8u131)
> > > > >>   - LTT load 1M rows with 100% verification and 20% updates
> (8u131)
> > > > >>   - PE sequentialWrite, sequentialRead, randomWrite, randomRead,
> > > > >>   scanRange100 (8u131)
> > > > >>
> > > > >>
> > > > >> --
> > > > >> Best regards,
> > > > >> Andrew
> > > > >>
> > > > >> Words like orphans lost among the crosstalk, meaning torn from
> > truth's
> > > > >> decrepit hands
> > > > >>   - A23, Crosstalk
> > > > >>
> > > >
> > >
> >
> >
> >
> > --
> > Best regards,
> > Andrew
> >
> > Words like orphans lost among the crosstalk, meaning torn from truth's
> > decrepit hands
> >- A23, Crosstalk

Re: [VOTE] The first HBase 1.4.1 release candidate (RC0) is available

2018-01-30 Thread Yu Li
+1

Checked sums and signatures: ok
Built from source: ok (7u79)
RAT check: ok (7u79)
Compatibility check: ok (7u79)
Unit tests pass: ok (7u79)
Shell commands: ok (8u101), ran DDL/flush/compact/split commands,
everything looks good
Loaded 1M rows with LTT: ok (8u101), all keys verified, latency and logs
looks good

Best Regards,
Yu

On 30 January 2018 at 02:28, Andrew Purtell  wrote:

> Thanks Peter, much appreciated.
>
> On Mon, Jan 29, 2018 at 9:35 AM, Peter Somogyi 
> wrote:
>
> > The tests failed in localhost mode when executed from maven. I've just
> > checked some integration tests now on 1.4.0 and it fails there as well,
> so
> > it not a regression. I'm OK with a +1 on this RC.
> >
> > Peter
> >
> > On Mon, Jan 29, 2018 at 5:52 PM, Andrew Purtell <
> andrew.purt...@gmail.com>
> > wrote:
> >
> > > Are the integration test failures from when it runs in localhost mode?
> I
> > > think these are long term test issues present since 1.3. Or, is this
> new
> > in
> > > 1.4.1? If these also have the same result with 1.4.0, indicating no new
> > > regression, would you consider changing your vote?
> > >
> > > > On Jan 29, 2018, at 6:54 AM, Peter Somogyi 
> > > wrote:
> > > >
> > > > 0
> > > >
> > > > - RAT check: OK
> > > > - Signatures, checksums: OK
> > > > - Build from src: OK
> > > > - Start standalone from src and bin, run shell commands: OK
> > > > - LTT 1M rows: OK
> > > > - Web UI, logs: OK
> > > > - Ran full test suite: passes except integration tests
> > > >
> > > > I had failures in IntegrationTestRpcClient, IntegrationTestMTTR,
> > > > IntegrationTestBigLinkedListWithVisibility and
> > > > IntegrationTestWithCellVisibilityLoadAndVerify. All other tests
> passed
> > > for
> > > > me.
> > > >
> > > >> On Thu, Jan 25, 2018 at 3:45 AM, Andrew Purtell <
> apurt...@apache.org>
> > > wrote:
> > > >>
> > > >> The first HBase 1.4.1 release candidate (RC0) is available for
> > download
> > > at
> > > >> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/ and
> > Maven
> > > >> artifacts are available in the temporary repository
> > > >> https://repository.apache.org/content/repositories/
> > orgapachehbase-1194
> > > .
> > > >>
> > > >> The git tag corresponding to the candidate is '1.4.1RC0'
> (4b25debc83).
> > > >>
> > > >> A detailed source and binary compatibility report for this release
> is
> > > >> available for your review at
> > > >> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/
> > > >> compat-check-report.html
> > > >> .
> > > >>
> > > >> A list of the 38 issues resolved in this release can be found at
> > > >> https://s.apache.org/tx1w .
> > > >>
> > > >> Please try out the candidate and vote +1/0/-1.
> > > >>
> > > >> This vote will be open for at least 72 hours. Unless objection I
> will
> > > try
> > > >> to close it Friday February 2, 2018 if we have sufficient votes.
> > > >>
> > > >> Prior to making this announcement I made the following preflight
> > checks:
> > > >>
> > > >>   - RAT check passes (7u80)
> > > >>   - Unit test suite passes 10 of 10 iterations (8u131)
> > > >>   - LTT load 1M rows with 100% verification and 20% updates (8u131)
> > > >>   - PE sequentialWrite, sequentialRead, randomWrite, randomRead,
> > > >>   scanRange100 (8u131)
> > > >>
> > > >>
> > > >> --
> > > >> Best regards,
> > > >> Andrew
> > > >>
> > > >> Words like orphans lost among the crosstalk, meaning torn from
> truth's
> > > >> decrepit hands
> > > >>   - A23, Crosstalk
> > > >>
> > >
> >
>
>
>
> --
> Best regards,
> Andrew
>
> Words like orphans lost among the crosstalk, meaning torn from truth's
> decrepit hands
>- A23, Crosstalk
>


Re: [VOTE] The first HBase 1.4.1 release candidate (RC0) is available

2018-01-29 Thread Andrew Purtell
Thanks Peter, much appreciated.

On Mon, Jan 29, 2018 at 9:35 AM, Peter Somogyi 
wrote:

> The tests failed in localhost mode when executed from maven. I've just
> checked some integration tests now on 1.4.0 and it fails there as well, so
> it not a regression. I'm OK with a +1 on this RC.
>
> Peter
>
> On Mon, Jan 29, 2018 at 5:52 PM, Andrew Purtell 
> wrote:
>
> > Are the integration test failures from when it runs in localhost mode? I
> > think these are long term test issues present since 1.3. Or, is this new
> in
> > 1.4.1? If these also have the same result with 1.4.0, indicating no new
> > regression, would you consider changing your vote?
> >
> > > On Jan 29, 2018, at 6:54 AM, Peter Somogyi 
> > wrote:
> > >
> > > 0
> > >
> > > - RAT check: OK
> > > - Signatures, checksums: OK
> > > - Build from src: OK
> > > - Start standalone from src and bin, run shell commands: OK
> > > - LTT 1M rows: OK
> > > - Web UI, logs: OK
> > > - Ran full test suite: passes except integration tests
> > >
> > > I had failures in IntegrationTestRpcClient, IntegrationTestMTTR,
> > > IntegrationTestBigLinkedListWithVisibility and
> > > IntegrationTestWithCellVisibilityLoadAndVerify. All other tests passed
> > for
> > > me.
> > >
> > >> On Thu, Jan 25, 2018 at 3:45 AM, Andrew Purtell 
> > wrote:
> > >>
> > >> The first HBase 1.4.1 release candidate (RC0) is available for
> download
> > at
> > >> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/ and
> Maven
> > >> artifacts are available in the temporary repository
> > >> https://repository.apache.org/content/repositories/
> orgapachehbase-1194
> > .
> > >>
> > >> The git tag corresponding to the candidate is '1.4.1RC0' (4b25debc83).
> > >>
> > >> A detailed source and binary compatibility report for this release is
> > >> available for your review at
> > >> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/
> > >> compat-check-report.html
> > >> .
> > >>
> > >> A list of the 38 issues resolved in this release can be found at
> > >> https://s.apache.org/tx1w .
> > >>
> > >> Please try out the candidate and vote +1/0/-1.
> > >>
> > >> This vote will be open for at least 72 hours. Unless objection I will
> > try
> > >> to close it Friday February 2, 2018 if we have sufficient votes.
> > >>
> > >> Prior to making this announcement I made the following preflight
> checks:
> > >>
> > >>   - RAT check passes (7u80)
> > >>   - Unit test suite passes 10 of 10 iterations (8u131)
> > >>   - LTT load 1M rows with 100% verification and 20% updates (8u131)
> > >>   - PE sequentialWrite, sequentialRead, randomWrite, randomRead,
> > >>   scanRange100 (8u131)
> > >>
> > >>
> > >> --
> > >> Best regards,
> > >> Andrew
> > >>
> > >> Words like orphans lost among the crosstalk, meaning torn from truth's
> > >> decrepit hands
> > >>   - A23, Crosstalk
> > >>
> >
>



-- 
Best regards,
Andrew

Words like orphans lost among the crosstalk, meaning torn from truth's
decrepit hands
   - A23, Crosstalk


Re: [VOTE] The first HBase 1.4.1 release candidate (RC0) is available

2018-01-29 Thread Peter Somogyi
The tests failed in localhost mode when executed from maven. I've just
checked some integration tests now on 1.4.0 and it fails there as well, so
it not a regression. I'm OK with a +1 on this RC.

Peter

On Mon, Jan 29, 2018 at 5:52 PM, Andrew Purtell 
wrote:

> Are the integration test failures from when it runs in localhost mode? I
> think these are long term test issues present since 1.3. Or, is this new in
> 1.4.1? If these also have the same result with 1.4.0, indicating no new
> regression, would you consider changing your vote?
>
> > On Jan 29, 2018, at 6:54 AM, Peter Somogyi 
> wrote:
> >
> > 0
> >
> > - RAT check: OK
> > - Signatures, checksums: OK
> > - Build from src: OK
> > - Start standalone from src and bin, run shell commands: OK
> > - LTT 1M rows: OK
> > - Web UI, logs: OK
> > - Ran full test suite: passes except integration tests
> >
> > I had failures in IntegrationTestRpcClient, IntegrationTestMTTR,
> > IntegrationTestBigLinkedListWithVisibility and
> > IntegrationTestWithCellVisibilityLoadAndVerify. All other tests passed
> for
> > me.
> >
> >> On Thu, Jan 25, 2018 at 3:45 AM, Andrew Purtell 
> wrote:
> >>
> >> The first HBase 1.4.1 release candidate (RC0) is available for download
> at
> >> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/ and Maven
> >> artifacts are available in the temporary repository
> >> https://repository.apache.org/content/repositories/orgapachehbase-1194
> .
> >>
> >> The git tag corresponding to the candidate is '1.4.1RC0' (4b25debc83).
> >>
> >> A detailed source and binary compatibility report for this release is
> >> available for your review at
> >> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/
> >> compat-check-report.html
> >> .
> >>
> >> A list of the 38 issues resolved in this release can be found at
> >> https://s.apache.org/tx1w .
> >>
> >> Please try out the candidate and vote +1/0/-1.
> >>
> >> This vote will be open for at least 72 hours. Unless objection I will
> try
> >> to close it Friday February 2, 2018 if we have sufficient votes.
> >>
> >> Prior to making this announcement I made the following preflight checks:
> >>
> >>   - RAT check passes (7u80)
> >>   - Unit test suite passes 10 of 10 iterations (8u131)
> >>   - LTT load 1M rows with 100% verification and 20% updates (8u131)
> >>   - PE sequentialWrite, sequentialRead, randomWrite, randomRead,
> >>   scanRange100 (8u131)
> >>
> >>
> >> --
> >> Best regards,
> >> Andrew
> >>
> >> Words like orphans lost among the crosstalk, meaning torn from truth's
> >> decrepit hands
> >>   - A23, Crosstalk
> >>
>


Re: [VOTE] The first HBase 1.4.1 release candidate (RC0) is available

2018-01-29 Thread Andrew Purtell
Are the integration test failures from when it runs in localhost mode? I think 
these are long term test issues present since 1.3. Or, is this new in 1.4.1? If 
these also have the same result with 1.4.0, indicating no new regression, would 
you consider changing your vote?

> On Jan 29, 2018, at 6:54 AM, Peter Somogyi  wrote:
> 
> 0
> 
> - RAT check: OK
> - Signatures, checksums: OK
> - Build from src: OK
> - Start standalone from src and bin, run shell commands: OK
> - LTT 1M rows: OK
> - Web UI, logs: OK
> - Ran full test suite: passes except integration tests
> 
> I had failures in IntegrationTestRpcClient, IntegrationTestMTTR,
> IntegrationTestBigLinkedListWithVisibility and
> IntegrationTestWithCellVisibilityLoadAndVerify. All other tests passed for
> me.
> 
>> On Thu, Jan 25, 2018 at 3:45 AM, Andrew Purtell  wrote:
>> 
>> The first HBase 1.4.1 release candidate (RC0) is available for download at
>> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/ and Maven
>> artifacts are available in the temporary repository
>> https://repository.apache.org/content/repositories/orgapachehbase-1194 .
>> 
>> The git tag corresponding to the candidate is '1.4.1RC0' (4b25debc83).
>> 
>> A detailed source and binary compatibility report for this release is
>> available for your review at
>> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/
>> compat-check-report.html
>> .
>> 
>> A list of the 38 issues resolved in this release can be found at
>> https://s.apache.org/tx1w .
>> 
>> Please try out the candidate and vote +1/0/-1.
>> 
>> This vote will be open for at least 72 hours. Unless objection I will try
>> to close it Friday February 2, 2018 if we have sufficient votes.
>> 
>> Prior to making this announcement I made the following preflight checks:
>> 
>>   - RAT check passes (7u80)
>>   - Unit test suite passes 10 of 10 iterations (8u131)
>>   - LTT load 1M rows with 100% verification and 20% updates (8u131)
>>   - PE sequentialWrite, sequentialRead, randomWrite, randomRead,
>>   scanRange100 (8u131)
>> 
>> 
>> --
>> Best regards,
>> Andrew
>> 
>> Words like orphans lost among the crosstalk, meaning torn from truth's
>> decrepit hands
>>   - A23, Crosstalk
>> 


Re: [VOTE] The first HBase 1.4.1 release candidate (RC0) is available

2018-01-29 Thread Peter Somogyi
0

- RAT check: OK
- Signatures, checksums: OK
- Build from src: OK
- Start standalone from src and bin, run shell commands: OK
- LTT 1M rows: OK
- Web UI, logs: OK
- Ran full test suite: passes except integration tests

I had failures in IntegrationTestRpcClient, IntegrationTestMTTR,
IntegrationTestBigLinkedListWithVisibility and
IntegrationTestWithCellVisibilityLoadAndVerify. All other tests passed for
me.

On Thu, Jan 25, 2018 at 3:45 AM, Andrew Purtell  wrote:

> The first HBase 1.4.1 release candidate (RC0) is available for download at
> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/ and Maven
> artifacts are available in the temporary repository
> https://repository.apache.org/content/repositories/orgapachehbase-1194 .
>
> The git tag corresponding to the candidate is '1.4.1RC0' (4b25debc83).
>
> A detailed source and binary compatibility report for this release is
> available for your review at
> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/
> compat-check-report.html
> .
>
> A list of the 38 issues resolved in this release can be found at
> https://s.apache.org/tx1w .
>
> Please try out the candidate and vote +1/0/-1.
>
> This vote will be open for at least 72 hours. Unless objection I will try
> to close it Friday February 2, 2018 if we have sufficient votes.
>
> Prior to making this announcement I made the following preflight checks:
>
>- RAT check passes (7u80)
>- Unit test suite passes 10 of 10 iterations (8u131)
>- LTT load 1M rows with 100% verification and 20% updates (8u131)
>- PE sequentialWrite, sequentialRead, randomWrite, randomRead,
>scanRange100 (8u131)
>
>
> --
> Best regards,
> Andrew
>
> Words like orphans lost among the crosstalk, meaning torn from truth's
> decrepit hands
>- A23, Crosstalk
>


Re: [VOTE] The first HBase 1.4.1 release candidate (RC0) is available

2018-01-29 Thread Yung-An He
I made a mistake, the MD5 is the same.
I am so sorry!

2018-01-29 15:04 GMT+08:00 Yung-An He :

> The MD5 of hbase-1.4.1-bin.tar.gz (d41d8cd98f00b204e9800998ecf8427e)
> isn't the same with hbase-1.4.1-bin.tar.gz.md5
> 
> (E74AD029E9E5359936CDC7DC8B1A8A29)
>
> 2018-01-29 14:47 GMT+08:00 Yung-An He :
>
>> +1 non-binding
>>
>> Environment:
>> Centos 6.6
>> Iracle JDK 1.8.0_162
>> Hadoop 2.7.3
>>
>> All the testing I've done are below:
>>
>> Checked MD5: OK
>> Testing the URL of download is available: OK
>> Starting HBase with cluster mode via docker container: OK
>> Import data to table via ImportTsv: OK
>> Execute basic command via `hbase shell`, including create, put, scan and
>> list: OK
>>
>> 2018-01-27 6:07 GMT+08:00 Artem Ervits :
>>
>>> +1 (non-binding)
>>> (1.8.0_161)
>>> Hadoop 2.7.5
>>> checked MD5
>>> arbitrary puts, gets, scans, count, list
>>> create snapshot, list, restore from snapshot
>>> ltt multiput and multiget
>>> pe randomWrite, randowRead, 500k rows
>>>
>>>
>>>
>>> On Thu, Jan 25, 2018 at 4:10 PM, rahul gidwani 
>>> wrote:
>>>
>>> > + 1 (non-binding)
>>> > (1.8.0_152)
>>> > Startup from tar.gz works
>>> > Rolling upgrade  from 1.4.0 -> 1.4.1
>>> > Shell CRUD works
>>> > Created a test table wrote 1 million rows, split regions and WEB UI
>>> > displayed correct results, performed scans and random gets, latency and
>>> > logs look good.
>>> > checksum okay, built from source ran tests all passed, build looks good
>>> >
>>> > On Wed, Jan 24, 2018 at 6:45 PM, Andrew Purtell 
>>> > wrote:
>>> >
>>> > > The first HBase 1.4.1 release candidate (RC0) is available for
>>> download
>>> > at
>>> > > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/ and
>>> Maven
>>> > > artifacts are available in the temporary repository
>>> > > https://repository.apache.org/content/repositories/orgapache
>>> hbase-1194 .
>>> > >
>>> > > The git tag corresponding to the candidate is '1.4.1RC0'
>>> (4b25debc83).
>>> > >
>>> > > A detailed source and binary compatibility report for this release is
>>> > > available for your review at
>>> > > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/
>>> > > compat-check-report.html
>>> > > .
>>> > >
>>> > > A list of the 38 issues resolved in this release can be found at
>>> > > https://s.apache.org/tx1w .
>>> > >
>>> > > Please try out the candidate and vote +1/0/-1.
>>> > >
>>> > > This vote will be open for at least 72 hours. Unless objection I
>>> will try
>>> > > to close it Friday February 2, 2018 if we have sufficient votes.
>>> > >
>>> > > Prior to making this announcement I made the following preflight
>>> checks:
>>> > >
>>> > >- RAT check passes (7u80)
>>> > >- Unit test suite passes 10 of 10 iterations (8u131)
>>> > >- LTT load 1M rows with 100% verification and 20% updates (8u131)
>>> > >- PE sequentialWrite, sequentialRead, randomWrite, randomRead,
>>> > >scanRange100 (8u131)
>>> > >
>>> > >
>>> > > --
>>> > > Best regards,
>>> > > Andrew
>>> > >
>>> > > Words like orphans lost among the crosstalk, meaning torn from
>>> truth's
>>> > > decrepit hands
>>> > >- A23, Crosstalk
>>> > >
>>> >
>>>
>>
>>
>


Re: [VOTE] The first HBase 1.4.1 release candidate (RC0) is available

2018-01-28 Thread Yung-An He
The MD5 of hbase-1.4.1-bin.tar.gz (d41d8cd98f00b204e9800998ecf8427e) isn't
the same with hbase-1.4.1-bin.tar.gz.md5

(E74AD029E9E5359936CDC7DC8B1A8A29)

2018-01-29 14:47 GMT+08:00 Yung-An He :

> +1 non-binding
>
> Environment:
> Centos 6.6
> Iracle JDK 1.8.0_162
> Hadoop 2.7.3
>
> All the testing I've done are below:
>
> Checked MD5: OK
> Testing the URL of download is available: OK
> Starting HBase with cluster mode via docker container: OK
> Import data to table via ImportTsv: OK
> Execute basic command via `hbase shell`, including create, put, scan and
> list: OK
>
> 2018-01-27 6:07 GMT+08:00 Artem Ervits :
>
>> +1 (non-binding)
>> (1.8.0_161)
>> Hadoop 2.7.5
>> checked MD5
>> arbitrary puts, gets, scans, count, list
>> create snapshot, list, restore from snapshot
>> ltt multiput and multiget
>> pe randomWrite, randowRead, 500k rows
>>
>>
>>
>> On Thu, Jan 25, 2018 at 4:10 PM, rahul gidwani 
>> wrote:
>>
>> > + 1 (non-binding)
>> > (1.8.0_152)
>> > Startup from tar.gz works
>> > Rolling upgrade  from 1.4.0 -> 1.4.1
>> > Shell CRUD works
>> > Created a test table wrote 1 million rows, split regions and WEB UI
>> > displayed correct results, performed scans and random gets, latency and
>> > logs look good.
>> > checksum okay, built from source ran tests all passed, build looks good
>> >
>> > On Wed, Jan 24, 2018 at 6:45 PM, Andrew Purtell 
>> > wrote:
>> >
>> > > The first HBase 1.4.1 release candidate (RC0) is available for
>> download
>> > at
>> > > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/ and
>> Maven
>> > > artifacts are available in the temporary repository
>> > > https://repository.apache.org/content/repositories/orgapache
>> hbase-1194 .
>> > >
>> > > The git tag corresponding to the candidate is '1.4.1RC0' (4b25debc83).
>> > >
>> > > A detailed source and binary compatibility report for this release is
>> > > available for your review at
>> > > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/
>> > > compat-check-report.html
>> > > .
>> > >
>> > > A list of the 38 issues resolved in this release can be found at
>> > > https://s.apache.org/tx1w .
>> > >
>> > > Please try out the candidate and vote +1/0/-1.
>> > >
>> > > This vote will be open for at least 72 hours. Unless objection I will
>> try
>> > > to close it Friday February 2, 2018 if we have sufficient votes.
>> > >
>> > > Prior to making this announcement I made the following preflight
>> checks:
>> > >
>> > >- RAT check passes (7u80)
>> > >- Unit test suite passes 10 of 10 iterations (8u131)
>> > >- LTT load 1M rows with 100% verification and 20% updates (8u131)
>> > >- PE sequentialWrite, sequentialRead, randomWrite, randomRead,
>> > >scanRange100 (8u131)
>> > >
>> > >
>> > > --
>> > > Best regards,
>> > > Andrew
>> > >
>> > > Words like orphans lost among the crosstalk, meaning torn from truth's
>> > > decrepit hands
>> > >- A23, Crosstalk
>> > >
>> >
>>
>
>


Re: [VOTE] The first HBase 1.4.1 release candidate (RC0) is available

2018-01-28 Thread Yung-An He
+1 non-binding

Environment:
Centos 6.6
Iracle JDK 1.8.0_162
Hadoop 2.7.3

All the testing I've done are below:

Checked MD5: OK
Testing the URL of download is available: OK
Starting HBase with cluster mode via docker container: OK
Import data to table via ImportTsv: OK
Execute basic command via `hbase shell`, including create, put, scan and
list: OK

2018-01-27 6:07 GMT+08:00 Artem Ervits :

> +1 (non-binding)
> (1.8.0_161)
> Hadoop 2.7.5
> checked MD5
> arbitrary puts, gets, scans, count, list
> create snapshot, list, restore from snapshot
> ltt multiput and multiget
> pe randomWrite, randowRead, 500k rows
>
>
>
> On Thu, Jan 25, 2018 at 4:10 PM, rahul gidwani 
> wrote:
>
> > + 1 (non-binding)
> > (1.8.0_152)
> > Startup from tar.gz works
> > Rolling upgrade  from 1.4.0 -> 1.4.1
> > Shell CRUD works
> > Created a test table wrote 1 million rows, split regions and WEB UI
> > displayed correct results, performed scans and random gets, latency and
> > logs look good.
> > checksum okay, built from source ran tests all passed, build looks good
> >
> > On Wed, Jan 24, 2018 at 6:45 PM, Andrew Purtell 
> > wrote:
> >
> > > The first HBase 1.4.1 release candidate (RC0) is available for download
> > at
> > > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/ and Maven
> > > artifacts are available in the temporary repository
> > > https://repository.apache.org/content/repositories/orgapachehbase-1194
> .
> > >
> > > The git tag corresponding to the candidate is '1.4.1RC0' (4b25debc83).
> > >
> > > A detailed source and binary compatibility report for this release is
> > > available for your review at
> > > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/
> > > compat-check-report.html
> > > .
> > >
> > > A list of the 38 issues resolved in this release can be found at
> > > https://s.apache.org/tx1w .
> > >
> > > Please try out the candidate and vote +1/0/-1.
> > >
> > > This vote will be open for at least 72 hours. Unless objection I will
> try
> > > to close it Friday February 2, 2018 if we have sufficient votes.
> > >
> > > Prior to making this announcement I made the following preflight
> checks:
> > >
> > >- RAT check passes (7u80)
> > >- Unit test suite passes 10 of 10 iterations (8u131)
> > >- LTT load 1M rows with 100% verification and 20% updates (8u131)
> > >- PE sequentialWrite, sequentialRead, randomWrite, randomRead,
> > >scanRange100 (8u131)
> > >
> > >
> > > --
> > > Best regards,
> > > Andrew
> > >
> > > Words like orphans lost among the crosstalk, meaning torn from truth's
> > > decrepit hands
> > >- A23, Crosstalk
> > >
> >
>


Re: [VOTE] The first HBase 1.4.1 release candidate (RC0) is available

2018-01-26 Thread Artem Ervits
+1 (non-binding)
(1.8.0_161)
Hadoop 2.7.5
checked MD5
arbitrary puts, gets, scans, count, list
create snapshot, list, restore from snapshot
ltt multiput and multiget
pe randomWrite, randowRead, 500k rows



On Thu, Jan 25, 2018 at 4:10 PM, rahul gidwani 
wrote:

> + 1 (non-binding)
> (1.8.0_152)
> Startup from tar.gz works
> Rolling upgrade  from 1.4.0 -> 1.4.1
> Shell CRUD works
> Created a test table wrote 1 million rows, split regions and WEB UI
> displayed correct results, performed scans and random gets, latency and
> logs look good.
> checksum okay, built from source ran tests all passed, build looks good
>
> On Wed, Jan 24, 2018 at 6:45 PM, Andrew Purtell 
> wrote:
>
> > The first HBase 1.4.1 release candidate (RC0) is available for download
> at
> > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/ and Maven
> > artifacts are available in the temporary repository
> > https://repository.apache.org/content/repositories/orgapachehbase-1194 .
> >
> > The git tag corresponding to the candidate is '1.4.1RC0' (4b25debc83).
> >
> > A detailed source and binary compatibility report for this release is
> > available for your review at
> > https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/
> > compat-check-report.html
> > .
> >
> > A list of the 38 issues resolved in this release can be found at
> > https://s.apache.org/tx1w .
> >
> > Please try out the candidate and vote +1/0/-1.
> >
> > This vote will be open for at least 72 hours. Unless objection I will try
> > to close it Friday February 2, 2018 if we have sufficient votes.
> >
> > Prior to making this announcement I made the following preflight checks:
> >
> >- RAT check passes (7u80)
> >- Unit test suite passes 10 of 10 iterations (8u131)
> >- LTT load 1M rows with 100% verification and 20% updates (8u131)
> >- PE sequentialWrite, sequentialRead, randomWrite, randomRead,
> >scanRange100 (8u131)
> >
> >
> > --
> > Best regards,
> > Andrew
> >
> > Words like orphans lost among the crosstalk, meaning torn from truth's
> > decrepit hands
> >- A23, Crosstalk
> >
>


Re: [VOTE] The first HBase 1.4.1 release candidate (RC0) is available

2018-01-25 Thread rahul gidwani
+ 1 (non-binding)
(1.8.0_152)
Startup from tar.gz works
Rolling upgrade  from 1.4.0 -> 1.4.1
Shell CRUD works
Created a test table wrote 1 million rows, split regions and WEB UI
displayed correct results, performed scans and random gets, latency and
logs look good.
checksum okay, built from source ran tests all passed, build looks good

On Wed, Jan 24, 2018 at 6:45 PM, Andrew Purtell  wrote:

> The first HBase 1.4.1 release candidate (RC0) is available for download at
> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/ and Maven
> artifacts are available in the temporary repository
> https://repository.apache.org/content/repositories/orgapachehbase-1194 .
>
> The git tag corresponding to the candidate is '1.4.1RC0' (4b25debc83).
>
> A detailed source and binary compatibility report for this release is
> available for your review at
> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.4.1RC0/
> compat-check-report.html
> .
>
> A list of the 38 issues resolved in this release can be found at
> https://s.apache.org/tx1w .
>
> Please try out the candidate and vote +1/0/-1.
>
> This vote will be open for at least 72 hours. Unless objection I will try
> to close it Friday February 2, 2018 if we have sufficient votes.
>
> Prior to making this announcement I made the following preflight checks:
>
>- RAT check passes (7u80)
>- Unit test suite passes 10 of 10 iterations (8u131)
>- LTT load 1M rows with 100% verification and 20% updates (8u131)
>- PE sequentialWrite, sequentialRead, randomWrite, randomRead,
>scanRange100 (8u131)
>
>
> --
> Best regards,
> Andrew
>
> Words like orphans lost among the crosstalk, meaning torn from truth's
> decrepit hands
>- A23, Crosstalk
>