You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by Grant Henke <gh...@cloudera.com> on 2018/05/30 13:44:12 UTC

[VOTE] Apache Kudu 1.7.1 RC2

Hi,

The Apache Kudu team is happy to announce the first release candidate for
Apache Kudu 1.7.1.

Apache Kudu 1.7.1 is a bug-fix release which fixes critical issues in Kudu
1.7.0.

The is a source-only release. The artifacts have been staged here:
https://dist.apache.org/repos/dist/dev/kudu/1.7.1-RC2/

Java convenience binaries in the form of a Maven repository are staged here:
https://repository.apache.org/content/repositories/orgapachekudu-1021/

It is tagged in Git as 1.7.1-RC1 and the corresponding git hash is the
following:
*https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;h=5418bfcbbfc6c1809cc869e0119f003e8fb66e37
<https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;h=5418bfcbbfc6c1809cc869e0119f003e8fb66e37>*

The release notes can be found here:
https://github.com/apache/kudu/blob/1.7.1-RC2/docs/release_notes.adoc

The KEYS file to verify the artifact signatures can be found here:
https://dist.apache.org/repos/dist/release/kudu/KEYS

I'd suggest going through the README and the release notes, building Kudu,
and running the unit tests. Testing out the Maven repo would also be
appreciated.

The vote will run until Monday, June 4th at 11PM PDT.

Thank you,
Grant

-- 
Grant Henke
Software Engineer | Cloudera
grant@cloudera.com | twitter.com/gchenke | linkedin.com/in/granthenke

Re: [VOTE] Apache Kudu 1.7.1 RC2

Posted by Mike Percy <mp...@apache.org>.
Looks like I just missed the train, a late +1 from me as well for RC2.
Tested on EL6.

Mike

On Thu, Jun 7, 2018 at 9:02 AM, Grant Henke <gh...@cloudera.com> wrote:

> Thanks very much to everyone who voted! A +1 from me as well.
>
> The vote to release 1.7.1 RC2 is now closed. Here are the results:
>
> 6 binding +1 votes
> 1 non-binding +1 vote
> no -1 votes
>
> The vote passes and 1.7.1 RC2 will become the official 1.7.1 release.
>
> I will prepare the artifacts and send out the release announcement
> shortly after the mirrors sync the release artifacts.
>
> Thank you,
> Grant
>
>
> On Wed, Jun 6, 2018 at 5:15 PM, Andrew Wong <aw...@apache.org> wrote:
>
> > +1
> >
> > Built on CentOS 7.3 in release mode, all tests passed.
> >
> >
> > Andrew
> >
> > On Wed, Jun 6, 2018 at 2:44 PM, Hao Hao <ha...@cloudera.com> wrote:
> >
> > > +1
> > >
> > > Build on el7 in debug mode, ran C++ tests and all passed.
> > >
> > > Best,
> > > Hao
> > >
> > > On Wed, Jun 6, 2018 at 2:08 PM, Dan Burkert <da...@apache.org>
> > wrote:
> > >
> > > > +1
> > > >
> > > > Built on macOS 10.12, all tests passed.
> > > >
> > > > - Dan
> > > >
> > > > On Tue, Jun 5, 2018 at 5:21 PM, William Berkeley <
> wdberkeley@gmail.com
> > >
> > > > wrote:
> > > >
> > > > > +1
> > > > >
> > > > > Built on el7.
> > > > > Ran tests. Passed.
> > > > > Put on a 4-node cluster with some existing data written by 1.5. Was
> > > able
> > > > to
> > > > > scan the data back (same results as before).
> > > > >
> > > > > -Will
> > > > >
> > > > > On Wed, May 30, 2018 at 8:24 PM, Grant Henke <gh...@cloudera.com>
> > > > wrote:
> > > > >
> > > > > > Thank you for all the validation Attila.
> > > > > >
> > > > > > Good reminder on the release notes. I will update those. That
> > doesn't
> > > > > > require a new release candidate.
> > > > > >
> > > > > > Thank you,
> > > > > > Grant
> > > > > >
> > > > > > On Wed, May 30, 2018 at 4:44 PM, Attila Bukor <
> abukor@cloudera.com
> > >
> > > > > wrote:
> > > > > >
> > > > > > > +1 (non-binding)
> > > > > > >
> > > > > > > * Artifact's sha1 checksum and gpg signature is valid.
> > > > > > > * C++ release build on el7 succeeded, all tests passed.
> > > > > > > * Java build also succeeded on el7, 2 tests failed in
> > kudu-client,
> > > > both
> > > > > > > due to environmental issues (stress tests maxed out fd count,
> > don't
> > > > > have
> > > > > > > permissinos to change it on this machine). Removing these two
> > tests
> > > > > > allowed
> > > > > > > all other tests to pass on the other Java projects.
> > > > > > > * C++ release build fails on MacOS 10.13.2 with Apple LLVM
> > version
> > > > > 9.1.0
> > > > > > > (clang-902.0.39.1) build fails, but as MacOS support is
> > > > experimental, I
> > > > > > > believe this is not an issue and the build fails on 1.7.0 and
> > > > 1.7.1-RC1
> > > > > > so
> > > > > > > this is not a new regression. After backporting 61d3fff, the
> > build
> > > > > > succeeds
> > > > > > > and all tests pass. I cherry-picked this commit on branch-1.7.x
> > in
> > > > case
> > > > > > > there will be a 1.7.2 or a 1.7.1-RC3.
> > > > > > > * Java build on MacOS succeeds, all tests passed.
> > > > > > > * Tested Maven repo, works fine.
> > > > > > > * Skimmed through README, looks fine to me, but I'm not sure
> what
> > > to
> > > > > > check
> > > > > > > here.
> > > > > > > * Release notes hasn't been updated since RC1, I believe at
> least
> > > > > > > KUDU-2443 and ColumnSchema.toString NPE fix should be
> mentioned,
> > > but
> > > > I
> > > > > > also
> > > > > > > think this doesn't warrant a new release candidate. I'm not
> sure
> > > > about
> > > > > > the
> > > > > > > policy on the release notes though.
> > > > > > >
> > > > > > > Thanks for this RC, Grant!
> > > > > > >
> > > > > > > Attila
> > > > > > >
> > > > > > >
> > > > > > > > On 2018. May 30., at 15:44, Grant Henke <ghenke@cloudera.com
> >
> > > > wrote:
> > > > > > > >
> > > > > > > > Hi,
> > > > > > > >
> > > > > > > > The Apache Kudu team is happy to announce the first release
> > > > candidate
> > > > > > for
> > > > > > > > Apache Kudu 1.7.1.
> > > > > > > >
> > > > > > > > Apache Kudu 1.7.1 is a bug-fix release which fixes critical
> > > issues
> > > > in
> > > > > > > Kudu
> > > > > > > > 1.7.0.
> > > > > > > >
> > > > > > > > The is a source-only release. The artifacts have been staged
> > > here:
> > > > > > > > https://dist.apache.org/repos/dist/dev/kudu/1.7.1-RC2/
> > > > > > > >
> > > > > > > > Java convenience binaries in the form of a Maven repository
> are
> > > > > staged
> > > > > > > here:
> > > > > > > > https://repository.apache.org/content/repositories/
> > > > > orgapachekudu-1021/
> > > > > > > >
> > > > > > > > It is tagged in Git as 1.7.1-RC1 and the corresponding git
> hash
> > > is
> > > > > the
> > > > > > > > following:
> > > > > > > > *https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=
> > commit;h=
> > > > > > > 5418bfcbbfc6c1809cc869e0119f003e8fb66e37
> > > > > > > > <https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=
> > commit;h=
> > > > > > > 5418bfcbbfc6c1809cc869e0119f003e8fb66e37>*
> > > > > > > >
> > > > > > > > The release notes can be found here:
> > > > > > > > https://github.com/apache/kudu/blob/1.7.1-RC2/docs/
> > > > > release_notes.adoc
> > > > > > > >
> > > > > > > > The KEYS file to verify the artifact signatures can be found
> > > here:
> > > > > > > > https://dist.apache.org/repos/dist/release/kudu/KEYS
> > > > > > > >
> > > > > > > > I'd suggest going through the README and the release notes,
> > > > building
> > > > > > > Kudu,
> > > > > > > > and running the unit tests. Testing out the Maven repo would
> > also
> > > > be
> > > > > > > > appreciated.
> > > > > > > >
> > > > > > > > The vote will run until Monday, June 4th at 11PM PDT.
> > > > > > > >
> > > > > > > > Thank you,
> > > > > > > > Grant
> > > > > > > >
> > > > > > > > --
> > > > > > > > Grant Henke
> > > > > > > > Software Engineer | Cloudera
> > > > > > > > grant@cloudera.com | twitter.com/gchenke |
> > > > > linkedin.com/in/granthenke
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Grant Henke
> > > > > > Software Engineer | Cloudera
> > > > > > grant@cloudera.com | twitter.com/gchenke |
> > > linkedin.com/in/granthenke
> > > > > >
> > > > >
> > > >
> > >
> >
>
>
>
> --
> Grant Henke
> Software Engineer | Cloudera
> grant@cloudera.com | twitter.com/gchenke | linkedin.com/in/granthenke
>

Re: [VOTE] Apache Kudu 1.7.1 RC2

Posted by Grant Henke <gh...@cloudera.com>.
Thanks very much to everyone who voted! A +1 from me as well.

The vote to release 1.7.1 RC2 is now closed. Here are the results:

6 binding +1 votes
1 non-binding +1 vote
no -1 votes

The vote passes and 1.7.1 RC2 will become the official 1.7.1 release.

I will prepare the artifacts and send out the release announcement
shortly after the mirrors sync the release artifacts.

Thank you,
Grant


On Wed, Jun 6, 2018 at 5:15 PM, Andrew Wong <aw...@apache.org> wrote:

> +1
>
> Built on CentOS 7.3 in release mode, all tests passed.
>
>
> Andrew
>
> On Wed, Jun 6, 2018 at 2:44 PM, Hao Hao <ha...@cloudera.com> wrote:
>
> > +1
> >
> > Build on el7 in debug mode, ran C++ tests and all passed.
> >
> > Best,
> > Hao
> >
> > On Wed, Jun 6, 2018 at 2:08 PM, Dan Burkert <da...@apache.org>
> wrote:
> >
> > > +1
> > >
> > > Built on macOS 10.12, all tests passed.
> > >
> > > - Dan
> > >
> > > On Tue, Jun 5, 2018 at 5:21 PM, William Berkeley <wdberkeley@gmail.com
> >
> > > wrote:
> > >
> > > > +1
> > > >
> > > > Built on el7.
> > > > Ran tests. Passed.
> > > > Put on a 4-node cluster with some existing data written by 1.5. Was
> > able
> > > to
> > > > scan the data back (same results as before).
> > > >
> > > > -Will
> > > >
> > > > On Wed, May 30, 2018 at 8:24 PM, Grant Henke <gh...@cloudera.com>
> > > wrote:
> > > >
> > > > > Thank you for all the validation Attila.
> > > > >
> > > > > Good reminder on the release notes. I will update those. That
> doesn't
> > > > > require a new release candidate.
> > > > >
> > > > > Thank you,
> > > > > Grant
> > > > >
> > > > > On Wed, May 30, 2018 at 4:44 PM, Attila Bukor <abukor@cloudera.com
> >
> > > > wrote:
> > > > >
> > > > > > +1 (non-binding)
> > > > > >
> > > > > > * Artifact's sha1 checksum and gpg signature is valid.
> > > > > > * C++ release build on el7 succeeded, all tests passed.
> > > > > > * Java build also succeeded on el7, 2 tests failed in
> kudu-client,
> > > both
> > > > > > due to environmental issues (stress tests maxed out fd count,
> don't
> > > > have
> > > > > > permissinos to change it on this machine). Removing these two
> tests
> > > > > allowed
> > > > > > all other tests to pass on the other Java projects.
> > > > > > * C++ release build fails on MacOS 10.13.2 with Apple LLVM
> version
> > > > 9.1.0
> > > > > > (clang-902.0.39.1) build fails, but as MacOS support is
> > > experimental, I
> > > > > > believe this is not an issue and the build fails on 1.7.0 and
> > > 1.7.1-RC1
> > > > > so
> > > > > > this is not a new regression. After backporting 61d3fff, the
> build
> > > > > succeeds
> > > > > > and all tests pass. I cherry-picked this commit on branch-1.7.x
> in
> > > case
> > > > > > there will be a 1.7.2 or a 1.7.1-RC3.
> > > > > > * Java build on MacOS succeeds, all tests passed.
> > > > > > * Tested Maven repo, works fine.
> > > > > > * Skimmed through README, looks fine to me, but I'm not sure what
> > to
> > > > > check
> > > > > > here.
> > > > > > * Release notes hasn't been updated since RC1, I believe at least
> > > > > > KUDU-2443 and ColumnSchema.toString NPE fix should be mentioned,
> > but
> > > I
> > > > > also
> > > > > > think this doesn't warrant a new release candidate. I'm not sure
> > > about
> > > > > the
> > > > > > policy on the release notes though.
> > > > > >
> > > > > > Thanks for this RC, Grant!
> > > > > >
> > > > > > Attila
> > > > > >
> > > > > >
> > > > > > > On 2018. May 30., at 15:44, Grant Henke <gh...@cloudera.com>
> > > wrote:
> > > > > > >
> > > > > > > Hi,
> > > > > > >
> > > > > > > The Apache Kudu team is happy to announce the first release
> > > candidate
> > > > > for
> > > > > > > Apache Kudu 1.7.1.
> > > > > > >
> > > > > > > Apache Kudu 1.7.1 is a bug-fix release which fixes critical
> > issues
> > > in
> > > > > > Kudu
> > > > > > > 1.7.0.
> > > > > > >
> > > > > > > The is a source-only release. The artifacts have been staged
> > here:
> > > > > > > https://dist.apache.org/repos/dist/dev/kudu/1.7.1-RC2/
> > > > > > >
> > > > > > > Java convenience binaries in the form of a Maven repository are
> > > > staged
> > > > > > here:
> > > > > > > https://repository.apache.org/content/repositories/
> > > > orgapachekudu-1021/
> > > > > > >
> > > > > > > It is tagged in Git as 1.7.1-RC1 and the corresponding git hash
> > is
> > > > the
> > > > > > > following:
> > > > > > > *https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=
> commit;h=
> > > > > > 5418bfcbbfc6c1809cc869e0119f003e8fb66e37
> > > > > > > <https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=
> commit;h=
> > > > > > 5418bfcbbfc6c1809cc869e0119f003e8fb66e37>*
> > > > > > >
> > > > > > > The release notes can be found here:
> > > > > > > https://github.com/apache/kudu/blob/1.7.1-RC2/docs/
> > > > release_notes.adoc
> > > > > > >
> > > > > > > The KEYS file to verify the artifact signatures can be found
> > here:
> > > > > > > https://dist.apache.org/repos/dist/release/kudu/KEYS
> > > > > > >
> > > > > > > I'd suggest going through the README and the release notes,
> > > building
> > > > > > Kudu,
> > > > > > > and running the unit tests. Testing out the Maven repo would
> also
> > > be
> > > > > > > appreciated.
> > > > > > >
> > > > > > > The vote will run until Monday, June 4th at 11PM PDT.
> > > > > > >
> > > > > > > Thank you,
> > > > > > > Grant
> > > > > > >
> > > > > > > --
> > > > > > > Grant Henke
> > > > > > > Software Engineer | Cloudera
> > > > > > > grant@cloudera.com | twitter.com/gchenke |
> > > > linkedin.com/in/granthenke
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Grant Henke
> > > > > Software Engineer | Cloudera
> > > > > grant@cloudera.com | twitter.com/gchenke |
> > linkedin.com/in/granthenke
> > > > >
> > > >
> > >
> >
>



-- 
Grant Henke
Software Engineer | Cloudera
grant@cloudera.com | twitter.com/gchenke | linkedin.com/in/granthenke

Re: [VOTE] Apache Kudu 1.7.1 RC2

Posted by Andrew Wong <aw...@apache.org>.
+1

Built on CentOS 7.3 in release mode, all tests passed.


Andrew

On Wed, Jun 6, 2018 at 2:44 PM, Hao Hao <ha...@cloudera.com> wrote:

> +1
>
> Build on el7 in debug mode, ran C++ tests and all passed.
>
> Best,
> Hao
>
> On Wed, Jun 6, 2018 at 2:08 PM, Dan Burkert <da...@apache.org> wrote:
>
> > +1
> >
> > Built on macOS 10.12, all tests passed.
> >
> > - Dan
> >
> > On Tue, Jun 5, 2018 at 5:21 PM, William Berkeley <wd...@gmail.com>
> > wrote:
> >
> > > +1
> > >
> > > Built on el7.
> > > Ran tests. Passed.
> > > Put on a 4-node cluster with some existing data written by 1.5. Was
> able
> > to
> > > scan the data back (same results as before).
> > >
> > > -Will
> > >
> > > On Wed, May 30, 2018 at 8:24 PM, Grant Henke <gh...@cloudera.com>
> > wrote:
> > >
> > > > Thank you for all the validation Attila.
> > > >
> > > > Good reminder on the release notes. I will update those. That doesn't
> > > > require a new release candidate.
> > > >
> > > > Thank you,
> > > > Grant
> > > >
> > > > On Wed, May 30, 2018 at 4:44 PM, Attila Bukor <ab...@cloudera.com>
> > > wrote:
> > > >
> > > > > +1 (non-binding)
> > > > >
> > > > > * Artifact's sha1 checksum and gpg signature is valid.
> > > > > * C++ release build on el7 succeeded, all tests passed.
> > > > > * Java build also succeeded on el7, 2 tests failed in kudu-client,
> > both
> > > > > due to environmental issues (stress tests maxed out fd count, don't
> > > have
> > > > > permissinos to change it on this machine). Removing these two tests
> > > > allowed
> > > > > all other tests to pass on the other Java projects.
> > > > > * C++ release build fails on MacOS 10.13.2 with Apple LLVM version
> > > 9.1.0
> > > > > (clang-902.0.39.1) build fails, but as MacOS support is
> > experimental, I
> > > > > believe this is not an issue and the build fails on 1.7.0 and
> > 1.7.1-RC1
> > > > so
> > > > > this is not a new regression. After backporting 61d3fff, the build
> > > > succeeds
> > > > > and all tests pass. I cherry-picked this commit on branch-1.7.x in
> > case
> > > > > there will be a 1.7.2 or a 1.7.1-RC3.
> > > > > * Java build on MacOS succeeds, all tests passed.
> > > > > * Tested Maven repo, works fine.
> > > > > * Skimmed through README, looks fine to me, but I'm not sure what
> to
> > > > check
> > > > > here.
> > > > > * Release notes hasn't been updated since RC1, I believe at least
> > > > > KUDU-2443 and ColumnSchema.toString NPE fix should be mentioned,
> but
> > I
> > > > also
> > > > > think this doesn't warrant a new release candidate. I'm not sure
> > about
> > > > the
> > > > > policy on the release notes though.
> > > > >
> > > > > Thanks for this RC, Grant!
> > > > >
> > > > > Attila
> > > > >
> > > > >
> > > > > > On 2018. May 30., at 15:44, Grant Henke <gh...@cloudera.com>
> > wrote:
> > > > > >
> > > > > > Hi,
> > > > > >
> > > > > > The Apache Kudu team is happy to announce the first release
> > candidate
> > > > for
> > > > > > Apache Kudu 1.7.1.
> > > > > >
> > > > > > Apache Kudu 1.7.1 is a bug-fix release which fixes critical
> issues
> > in
> > > > > Kudu
> > > > > > 1.7.0.
> > > > > >
> > > > > > The is a source-only release. The artifacts have been staged
> here:
> > > > > > https://dist.apache.org/repos/dist/dev/kudu/1.7.1-RC2/
> > > > > >
> > > > > > Java convenience binaries in the form of a Maven repository are
> > > staged
> > > > > here:
> > > > > > https://repository.apache.org/content/repositories/
> > > orgapachekudu-1021/
> > > > > >
> > > > > > It is tagged in Git as 1.7.1-RC1 and the corresponding git hash
> is
> > > the
> > > > > > following:
> > > > > > *https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;h=
> > > > > 5418bfcbbfc6c1809cc869e0119f003e8fb66e37
> > > > > > <https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;h=
> > > > > 5418bfcbbfc6c1809cc869e0119f003e8fb66e37>*
> > > > > >
> > > > > > The release notes can be found here:
> > > > > > https://github.com/apache/kudu/blob/1.7.1-RC2/docs/
> > > release_notes.adoc
> > > > > >
> > > > > > The KEYS file to verify the artifact signatures can be found
> here:
> > > > > > https://dist.apache.org/repos/dist/release/kudu/KEYS
> > > > > >
> > > > > > I'd suggest going through the README and the release notes,
> > building
> > > > > Kudu,
> > > > > > and running the unit tests. Testing out the Maven repo would also
> > be
> > > > > > appreciated.
> > > > > >
> > > > > > The vote will run until Monday, June 4th at 11PM PDT.
> > > > > >
> > > > > > Thank you,
> > > > > > Grant
> > > > > >
> > > > > > --
> > > > > > Grant Henke
> > > > > > Software Engineer | Cloudera
> > > > > > grant@cloudera.com | twitter.com/gchenke |
> > > linkedin.com/in/granthenke
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Grant Henke
> > > > Software Engineer | Cloudera
> > > > grant@cloudera.com | twitter.com/gchenke |
> linkedin.com/in/granthenke
> > > >
> > >
> >
>

Re: [VOTE] Apache Kudu 1.7.1 RC2

Posted by Hao Hao <ha...@cloudera.com>.
+1

Build on el7 in debug mode, ran C++ tests and all passed.

Best,
Hao

On Wed, Jun 6, 2018 at 2:08 PM, Dan Burkert <da...@apache.org> wrote:

> +1
>
> Built on macOS 10.12, all tests passed.
>
> - Dan
>
> On Tue, Jun 5, 2018 at 5:21 PM, William Berkeley <wd...@gmail.com>
> wrote:
>
> > +1
> >
> > Built on el7.
> > Ran tests. Passed.
> > Put on a 4-node cluster with some existing data written by 1.5. Was able
> to
> > scan the data back (same results as before).
> >
> > -Will
> >
> > On Wed, May 30, 2018 at 8:24 PM, Grant Henke <gh...@cloudera.com>
> wrote:
> >
> > > Thank you for all the validation Attila.
> > >
> > > Good reminder on the release notes. I will update those. That doesn't
> > > require a new release candidate.
> > >
> > > Thank you,
> > > Grant
> > >
> > > On Wed, May 30, 2018 at 4:44 PM, Attila Bukor <ab...@cloudera.com>
> > wrote:
> > >
> > > > +1 (non-binding)
> > > >
> > > > * Artifact's sha1 checksum and gpg signature is valid.
> > > > * C++ release build on el7 succeeded, all tests passed.
> > > > * Java build also succeeded on el7, 2 tests failed in kudu-client,
> both
> > > > due to environmental issues (stress tests maxed out fd count, don't
> > have
> > > > permissinos to change it on this machine). Removing these two tests
> > > allowed
> > > > all other tests to pass on the other Java projects.
> > > > * C++ release build fails on MacOS 10.13.2 with Apple LLVM version
> > 9.1.0
> > > > (clang-902.0.39.1) build fails, but as MacOS support is
> experimental, I
> > > > believe this is not an issue and the build fails on 1.7.0 and
> 1.7.1-RC1
> > > so
> > > > this is not a new regression. After backporting 61d3fff, the build
> > > succeeds
> > > > and all tests pass. I cherry-picked this commit on branch-1.7.x in
> case
> > > > there will be a 1.7.2 or a 1.7.1-RC3.
> > > > * Java build on MacOS succeeds, all tests passed.
> > > > * Tested Maven repo, works fine.
> > > > * Skimmed through README, looks fine to me, but I'm not sure what to
> > > check
> > > > here.
> > > > * Release notes hasn't been updated since RC1, I believe at least
> > > > KUDU-2443 and ColumnSchema.toString NPE fix should be mentioned, but
> I
> > > also
> > > > think this doesn't warrant a new release candidate. I'm not sure
> about
> > > the
> > > > policy on the release notes though.
> > > >
> > > > Thanks for this RC, Grant!
> > > >
> > > > Attila
> > > >
> > > >
> > > > > On 2018. May 30., at 15:44, Grant Henke <gh...@cloudera.com>
> wrote:
> > > > >
> > > > > Hi,
> > > > >
> > > > > The Apache Kudu team is happy to announce the first release
> candidate
> > > for
> > > > > Apache Kudu 1.7.1.
> > > > >
> > > > > Apache Kudu 1.7.1 is a bug-fix release which fixes critical issues
> in
> > > > Kudu
> > > > > 1.7.0.
> > > > >
> > > > > The is a source-only release. The artifacts have been staged here:
> > > > > https://dist.apache.org/repos/dist/dev/kudu/1.7.1-RC2/
> > > > >
> > > > > Java convenience binaries in the form of a Maven repository are
> > staged
> > > > here:
> > > > > https://repository.apache.org/content/repositories/
> > orgapachekudu-1021/
> > > > >
> > > > > It is tagged in Git as 1.7.1-RC1 and the corresponding git hash is
> > the
> > > > > following:
> > > > > *https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;h=
> > > > 5418bfcbbfc6c1809cc869e0119f003e8fb66e37
> > > > > <https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;h=
> > > > 5418bfcbbfc6c1809cc869e0119f003e8fb66e37>*
> > > > >
> > > > > The release notes can be found here:
> > > > > https://github.com/apache/kudu/blob/1.7.1-RC2/docs/
> > release_notes.adoc
> > > > >
> > > > > The KEYS file to verify the artifact signatures can be found here:
> > > > > https://dist.apache.org/repos/dist/release/kudu/KEYS
> > > > >
> > > > > I'd suggest going through the README and the release notes,
> building
> > > > Kudu,
> > > > > and running the unit tests. Testing out the Maven repo would also
> be
> > > > > appreciated.
> > > > >
> > > > > The vote will run until Monday, June 4th at 11PM PDT.
> > > > >
> > > > > Thank you,
> > > > > Grant
> > > > >
> > > > > --
> > > > > Grant Henke
> > > > > Software Engineer | Cloudera
> > > > > grant@cloudera.com | twitter.com/gchenke |
> > linkedin.com/in/granthenke
> > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Grant Henke
> > > Software Engineer | Cloudera
> > > grant@cloudera.com | twitter.com/gchenke | linkedin.com/in/granthenke
> > >
> >
>

Re: [VOTE] Apache Kudu 1.7.1 RC2

Posted by Dan Burkert <da...@apache.org>.
+1

Built on macOS 10.12, all tests passed.

- Dan

On Tue, Jun 5, 2018 at 5:21 PM, William Berkeley <wd...@gmail.com>
wrote:

> +1
>
> Built on el7.
> Ran tests. Passed.
> Put on a 4-node cluster with some existing data written by 1.5. Was able to
> scan the data back (same results as before).
>
> -Will
>
> On Wed, May 30, 2018 at 8:24 PM, Grant Henke <gh...@cloudera.com> wrote:
>
> > Thank you for all the validation Attila.
> >
> > Good reminder on the release notes. I will update those. That doesn't
> > require a new release candidate.
> >
> > Thank you,
> > Grant
> >
> > On Wed, May 30, 2018 at 4:44 PM, Attila Bukor <ab...@cloudera.com>
> wrote:
> >
> > > +1 (non-binding)
> > >
> > > * Artifact's sha1 checksum and gpg signature is valid.
> > > * C++ release build on el7 succeeded, all tests passed.
> > > * Java build also succeeded on el7, 2 tests failed in kudu-client, both
> > > due to environmental issues (stress tests maxed out fd count, don't
> have
> > > permissinos to change it on this machine). Removing these two tests
> > allowed
> > > all other tests to pass on the other Java projects.
> > > * C++ release build fails on MacOS 10.13.2 with Apple LLVM version
> 9.1.0
> > > (clang-902.0.39.1) build fails, but as MacOS support is experimental, I
> > > believe this is not an issue and the build fails on 1.7.0 and 1.7.1-RC1
> > so
> > > this is not a new regression. After backporting 61d3fff, the build
> > succeeds
> > > and all tests pass. I cherry-picked this commit on branch-1.7.x in case
> > > there will be a 1.7.2 or a 1.7.1-RC3.
> > > * Java build on MacOS succeeds, all tests passed.
> > > * Tested Maven repo, works fine.
> > > * Skimmed through README, looks fine to me, but I'm not sure what to
> > check
> > > here.
> > > * Release notes hasn't been updated since RC1, I believe at least
> > > KUDU-2443 and ColumnSchema.toString NPE fix should be mentioned, but I
> > also
> > > think this doesn't warrant a new release candidate. I'm not sure about
> > the
> > > policy on the release notes though.
> > >
> > > Thanks for this RC, Grant!
> > >
> > > Attila
> > >
> > >
> > > > On 2018. May 30., at 15:44, Grant Henke <gh...@cloudera.com> wrote:
> > > >
> > > > Hi,
> > > >
> > > > The Apache Kudu team is happy to announce the first release candidate
> > for
> > > > Apache Kudu 1.7.1.
> > > >
> > > > Apache Kudu 1.7.1 is a bug-fix release which fixes critical issues in
> > > Kudu
> > > > 1.7.0.
> > > >
> > > > The is a source-only release. The artifacts have been staged here:
> > > > https://dist.apache.org/repos/dist/dev/kudu/1.7.1-RC2/
> > > >
> > > > Java convenience binaries in the form of a Maven repository are
> staged
> > > here:
> > > > https://repository.apache.org/content/repositories/
> orgapachekudu-1021/
> > > >
> > > > It is tagged in Git as 1.7.1-RC1 and the corresponding git hash is
> the
> > > > following:
> > > > *https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;h=
> > > 5418bfcbbfc6c1809cc869e0119f003e8fb66e37
> > > > <https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;h=
> > > 5418bfcbbfc6c1809cc869e0119f003e8fb66e37>*
> > > >
> > > > The release notes can be found here:
> > > > https://github.com/apache/kudu/blob/1.7.1-RC2/docs/
> release_notes.adoc
> > > >
> > > > The KEYS file to verify the artifact signatures can be found here:
> > > > https://dist.apache.org/repos/dist/release/kudu/KEYS
> > > >
> > > > I'd suggest going through the README and the release notes, building
> > > Kudu,
> > > > and running the unit tests. Testing out the Maven repo would also be
> > > > appreciated.
> > > >
> > > > The vote will run until Monday, June 4th at 11PM PDT.
> > > >
> > > > Thank you,
> > > > Grant
> > > >
> > > > --
> > > > Grant Henke
> > > > Software Engineer | Cloudera
> > > > grant@cloudera.com | twitter.com/gchenke |
> linkedin.com/in/granthenke
> > >
> > >
> > >
> >
> >
> > --
> > Grant Henke
> > Software Engineer | Cloudera
> > grant@cloudera.com | twitter.com/gchenke | linkedin.com/in/granthenke
> >
>

Re: [VOTE] Apache Kudu 1.7.1 RC2

Posted by Alexey Serbin <as...@cloudera.com>.
+1

Built on CentOS release 6.6 (Final) in release and debug modes.

Ran C++ tests for release build.  All passed but few scenarios from 
kudu-tool-test, which failed due to GLOG_colorlogtostderr set.  Ran the 
failed tests after unsetting GLOG_colorlogtostderr environment variable: 
no failures.

As for the release notes, I think it would be nice to update those at 
least including note about fix for KUDU-2443, if possible.  I think it's 
not a big deal, so even with current release for RC2 it looks good to me.


Thanks,

Alexey

On 6/5/18 5:21 PM, William Berkeley wrote:
> +1
>
> Built on el7.
> Ran tests. Passed.
> Put on a 4-node cluster with some existing data written by 1.5. Was able to
> scan the data back (same results as before).
>
> -Will
>
> On Wed, May 30, 2018 at 8:24 PM, Grant Henke <gh...@cloudera.com> wrote:
>
>> Thank you for all the validation Attila.
>>
>> Good reminder on the release notes. I will update those. That doesn't
>> require a new release candidate.
>>
>> Thank you,
>> Grant
>>
>> On Wed, May 30, 2018 at 4:44 PM, Attila Bukor <ab...@cloudera.com> wrote:
>>
>>> +1 (non-binding)
>>>
>>> * Artifact's sha1 checksum and gpg signature is valid.
>>> * C++ release build on el7 succeeded, all tests passed.
>>> * Java build also succeeded on el7, 2 tests failed in kudu-client, both
>>> due to environmental issues (stress tests maxed out fd count, don't have
>>> permissinos to change it on this machine). Removing these two tests
>> allowed
>>> all other tests to pass on the other Java projects.
>>> * C++ release build fails on MacOS 10.13.2 with Apple LLVM version 9.1.0
>>> (clang-902.0.39.1) build fails, but as MacOS support is experimental, I
>>> believe this is not an issue and the build fails on 1.7.0 and 1.7.1-RC1
>> so
>>> this is not a new regression. After backporting 61d3fff, the build
>> succeeds
>>> and all tests pass. I cherry-picked this commit on branch-1.7.x in case
>>> there will be a 1.7.2 or a 1.7.1-RC3.
>>> * Java build on MacOS succeeds, all tests passed.
>>> * Tested Maven repo, works fine.
>>> * Skimmed through README, looks fine to me, but I'm not sure what to
>> check
>>> here.
>>> * Release notes hasn't been updated since RC1, I believe at least
>>> KUDU-2443 and ColumnSchema.toString NPE fix should be mentioned, but I
>> also
>>> think this doesn't warrant a new release candidate. I'm not sure about
>> the
>>> policy on the release notes though.
>>>
>>> Thanks for this RC, Grant!
>>>
>>> Attila
>>>
>>>
>>>> On 2018. May 30., at 15:44, Grant Henke <gh...@cloudera.com> wrote:
>>>>
>>>> Hi,
>>>>
>>>> The Apache Kudu team is happy to announce the first release candidate
>> for
>>>> Apache Kudu 1.7.1.
>>>>
>>>> Apache Kudu 1.7.1 is a bug-fix release which fixes critical issues in
>>> Kudu
>>>> 1.7.0.
>>>>
>>>> The is a source-only release. The artifacts have been staged here:
>>>> https://dist.apache.org/repos/dist/dev/kudu/1.7.1-RC2/
>>>>
>>>> Java convenience binaries in the form of a Maven repository are staged
>>> here:
>>>> https://repository.apache.org/content/repositories/orgapachekudu-1021/
>>>>
>>>> It is tagged in Git as 1.7.1-RC1 and the corresponding git hash is the
>>>> following:
>>>> *https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;h=
>>> 5418bfcbbfc6c1809cc869e0119f003e8fb66e37
>>>> <https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;h=
>>> 5418bfcbbfc6c1809cc869e0119f003e8fb66e37>*
>>>> The release notes can be found here:
>>>> https://github.com/apache/kudu/blob/1.7.1-RC2/docs/release_notes.adoc
>>>>
>>>> The KEYS file to verify the artifact signatures can be found here:
>>>> https://dist.apache.org/repos/dist/release/kudu/KEYS
>>>>
>>>> I'd suggest going through the README and the release notes, building
>>> Kudu,
>>>> and running the unit tests. Testing out the Maven repo would also be
>>>> appreciated.
>>>>
>>>> The vote will run until Monday, June 4th at 11PM PDT.
>>>>
>>>> Thank you,
>>>> Grant
>>>>
>>>> --
>>>> Grant Henke
>>>> Software Engineer | Cloudera
>>>> grant@cloudera.com | twitter.com/gchenke | linkedin.com/in/granthenke
>>>
>>>
>>
>> --
>> Grant Henke
>> Software Engineer | Cloudera
>> grant@cloudera.com | twitter.com/gchenke | linkedin.com/in/granthenke
>>


Re: [VOTE] Apache Kudu 1.7.1 RC2

Posted by William Berkeley <wd...@gmail.com>.
+1

Built on el7.
Ran tests. Passed.
Put on a 4-node cluster with some existing data written by 1.5. Was able to
scan the data back (same results as before).

-Will

On Wed, May 30, 2018 at 8:24 PM, Grant Henke <gh...@cloudera.com> wrote:

> Thank you for all the validation Attila.
>
> Good reminder on the release notes. I will update those. That doesn't
> require a new release candidate.
>
> Thank you,
> Grant
>
> On Wed, May 30, 2018 at 4:44 PM, Attila Bukor <ab...@cloudera.com> wrote:
>
> > +1 (non-binding)
> >
> > * Artifact's sha1 checksum and gpg signature is valid.
> > * C++ release build on el7 succeeded, all tests passed.
> > * Java build also succeeded on el7, 2 tests failed in kudu-client, both
> > due to environmental issues (stress tests maxed out fd count, don't have
> > permissinos to change it on this machine). Removing these two tests
> allowed
> > all other tests to pass on the other Java projects.
> > * C++ release build fails on MacOS 10.13.2 with Apple LLVM version 9.1.0
> > (clang-902.0.39.1) build fails, but as MacOS support is experimental, I
> > believe this is not an issue and the build fails on 1.7.0 and 1.7.1-RC1
> so
> > this is not a new regression. After backporting 61d3fff, the build
> succeeds
> > and all tests pass. I cherry-picked this commit on branch-1.7.x in case
> > there will be a 1.7.2 or a 1.7.1-RC3.
> > * Java build on MacOS succeeds, all tests passed.
> > * Tested Maven repo, works fine.
> > * Skimmed through README, looks fine to me, but I'm not sure what to
> check
> > here.
> > * Release notes hasn't been updated since RC1, I believe at least
> > KUDU-2443 and ColumnSchema.toString NPE fix should be mentioned, but I
> also
> > think this doesn't warrant a new release candidate. I'm not sure about
> the
> > policy on the release notes though.
> >
> > Thanks for this RC, Grant!
> >
> > Attila
> >
> >
> > > On 2018. May 30., at 15:44, Grant Henke <gh...@cloudera.com> wrote:
> > >
> > > Hi,
> > >
> > > The Apache Kudu team is happy to announce the first release candidate
> for
> > > Apache Kudu 1.7.1.
> > >
> > > Apache Kudu 1.7.1 is a bug-fix release which fixes critical issues in
> > Kudu
> > > 1.7.0.
> > >
> > > The is a source-only release. The artifacts have been staged here:
> > > https://dist.apache.org/repos/dist/dev/kudu/1.7.1-RC2/
> > >
> > > Java convenience binaries in the form of a Maven repository are staged
> > here:
> > > https://repository.apache.org/content/repositories/orgapachekudu-1021/
> > >
> > > It is tagged in Git as 1.7.1-RC1 and the corresponding git hash is the
> > > following:
> > > *https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;h=
> > 5418bfcbbfc6c1809cc869e0119f003e8fb66e37
> > > <https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;h=
> > 5418bfcbbfc6c1809cc869e0119f003e8fb66e37>*
> > >
> > > The release notes can be found here:
> > > https://github.com/apache/kudu/blob/1.7.1-RC2/docs/release_notes.adoc
> > >
> > > The KEYS file to verify the artifact signatures can be found here:
> > > https://dist.apache.org/repos/dist/release/kudu/KEYS
> > >
> > > I'd suggest going through the README and the release notes, building
> > Kudu,
> > > and running the unit tests. Testing out the Maven repo would also be
> > > appreciated.
> > >
> > > The vote will run until Monday, June 4th at 11PM PDT.
> > >
> > > Thank you,
> > > Grant
> > >
> > > --
> > > Grant Henke
> > > Software Engineer | Cloudera
> > > grant@cloudera.com | twitter.com/gchenke | linkedin.com/in/granthenke
> >
> >
> >
>
>
> --
> Grant Henke
> Software Engineer | Cloudera
> grant@cloudera.com | twitter.com/gchenke | linkedin.com/in/granthenke
>

Re: [VOTE] Apache Kudu 1.7.1 RC2

Posted by Grant Henke <gh...@cloudera.com>.
Thank you for all the validation Attila.

Good reminder on the release notes. I will update those. That doesn't
require a new release candidate.

Thank you,
Grant

On Wed, May 30, 2018 at 4:44 PM, Attila Bukor <ab...@cloudera.com> wrote:

> +1 (non-binding)
>
> * Artifact's sha1 checksum and gpg signature is valid.
> * C++ release build on el7 succeeded, all tests passed.
> * Java build also succeeded on el7, 2 tests failed in kudu-client, both
> due to environmental issues (stress tests maxed out fd count, don't have
> permissinos to change it on this machine). Removing these two tests allowed
> all other tests to pass on the other Java projects.
> * C++ release build fails on MacOS 10.13.2 with Apple LLVM version 9.1.0
> (clang-902.0.39.1) build fails, but as MacOS support is experimental, I
> believe this is not an issue and the build fails on 1.7.0 and 1.7.1-RC1 so
> this is not a new regression. After backporting 61d3fff, the build succeeds
> and all tests pass. I cherry-picked this commit on branch-1.7.x in case
> there will be a 1.7.2 or a 1.7.1-RC3.
> * Java build on MacOS succeeds, all tests passed.
> * Tested Maven repo, works fine.
> * Skimmed through README, looks fine to me, but I'm not sure what to check
> here.
> * Release notes hasn't been updated since RC1, I believe at least
> KUDU-2443 and ColumnSchema.toString NPE fix should be mentioned, but I also
> think this doesn't warrant a new release candidate. I'm not sure about the
> policy on the release notes though.
>
> Thanks for this RC, Grant!
>
> Attila
>
>
> > On 2018. May 30., at 15:44, Grant Henke <gh...@cloudera.com> wrote:
> >
> > Hi,
> >
> > The Apache Kudu team is happy to announce the first release candidate for
> > Apache Kudu 1.7.1.
> >
> > Apache Kudu 1.7.1 is a bug-fix release which fixes critical issues in
> Kudu
> > 1.7.0.
> >
> > The is a source-only release. The artifacts have been staged here:
> > https://dist.apache.org/repos/dist/dev/kudu/1.7.1-RC2/
> >
> > Java convenience binaries in the form of a Maven repository are staged
> here:
> > https://repository.apache.org/content/repositories/orgapachekudu-1021/
> >
> > It is tagged in Git as 1.7.1-RC1 and the corresponding git hash is the
> > following:
> > *https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;h=
> 5418bfcbbfc6c1809cc869e0119f003e8fb66e37
> > <https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;h=
> 5418bfcbbfc6c1809cc869e0119f003e8fb66e37>*
> >
> > The release notes can be found here:
> > https://github.com/apache/kudu/blob/1.7.1-RC2/docs/release_notes.adoc
> >
> > The KEYS file to verify the artifact signatures can be found here:
> > https://dist.apache.org/repos/dist/release/kudu/KEYS
> >
> > I'd suggest going through the README and the release notes, building
> Kudu,
> > and running the unit tests. Testing out the Maven repo would also be
> > appreciated.
> >
> > The vote will run until Monday, June 4th at 11PM PDT.
> >
> > Thank you,
> > Grant
> >
> > --
> > Grant Henke
> > Software Engineer | Cloudera
> > grant@cloudera.com | twitter.com/gchenke | linkedin.com/in/granthenke
>
>
>


-- 
Grant Henke
Software Engineer | Cloudera
grant@cloudera.com | twitter.com/gchenke | linkedin.com/in/granthenke

Re: [VOTE] Apache Kudu 1.7.1 RC2

Posted by Attila Bukor <ab...@cloudera.com>.
+1 (non-binding)

* Artifact's sha1 checksum and gpg signature is valid.
* C++ release build on el7 succeeded, all tests passed.
* Java build also succeeded on el7, 2 tests failed in kudu-client, both due to environmental issues (stress tests maxed out fd count, don't have permissinos to change it on this machine). Removing these two tests allowed all other tests to pass on the other Java projects.
* C++ release build fails on MacOS 10.13.2 with Apple LLVM version 9.1.0 (clang-902.0.39.1) build fails, but as MacOS support is experimental, I believe this is not an issue and the build fails on 1.7.0 and 1.7.1-RC1 so this is not a new regression. After backporting 61d3fff, the build succeeds and all tests pass. I cherry-picked this commit on branch-1.7.x in case there will be a 1.7.2 or a 1.7.1-RC3.
* Java build on MacOS succeeds, all tests passed.
* Tested Maven repo, works fine.
* Skimmed through README, looks fine to me, but I'm not sure what to check here.
* Release notes hasn't been updated since RC1, I believe at least KUDU-2443 and ColumnSchema.toString NPE fix should be mentioned, but I also think this doesn't warrant a new release candidate. I'm not sure about the policy on the release notes though.

Thanks for this RC, Grant!

Attila


> On 2018. May 30., at 15:44, Grant Henke <gh...@cloudera.com> wrote:
> 
> Hi,
> 
> The Apache Kudu team is happy to announce the first release candidate for
> Apache Kudu 1.7.1.
> 
> Apache Kudu 1.7.1 is a bug-fix release which fixes critical issues in Kudu
> 1.7.0.
> 
> The is a source-only release. The artifacts have been staged here:
> https://dist.apache.org/repos/dist/dev/kudu/1.7.1-RC2/
> 
> Java convenience binaries in the form of a Maven repository are staged here:
> https://repository.apache.org/content/repositories/orgapachekudu-1021/
> 
> It is tagged in Git as 1.7.1-RC1 and the corresponding git hash is the
> following:
> *https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;h=5418bfcbbfc6c1809cc869e0119f003e8fb66e37
> <https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;h=5418bfcbbfc6c1809cc869e0119f003e8fb66e37>*
> 
> The release notes can be found here:
> https://github.com/apache/kudu/blob/1.7.1-RC2/docs/release_notes.adoc
> 
> The KEYS file to verify the artifact signatures can be found here:
> https://dist.apache.org/repos/dist/release/kudu/KEYS
> 
> I'd suggest going through the README and the release notes, building Kudu,
> and running the unit tests. Testing out the Maven repo would also be
> appreciated.
> 
> The vote will run until Monday, June 4th at 11PM PDT.
> 
> Thank you,
> Grant
> 
> --
> Grant Henke
> Software Engineer | Cloudera
> grant@cloudera.com | twitter.com/gchenke | linkedin.com/in/granthenke