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 <[email protected]> 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 <[email protected]> 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 <[email protected]>
> wrote:
> >
> > > +1
> > >
> > > Built on macOS 10.12, all tests passed.
> > >
> > > - Dan
> > >
> > > On Tue, Jun 5, 2018 at 5:21 PM, William Berkeley <[email protected]
> >
> > > 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 <[email protected]>
> > > 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 <[email protected]
> >
> > > > 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 <[email protected]>
> > > 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
> > > > > > > [email protected] | twitter.com/gchenke |
> > > > linkedin.com/in/granthenke
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Grant Henke
> > > > > Software Engineer | Cloudera
> > > > > [email protected] | twitter.com/gchenke |
> > linkedin.com/in/granthenke
> > > > >
> > > >
> > >
> >
>



-- 
Grant Henke
Software Engineer | Cloudera
[email protected] | twitter.com/gchenke | linkedin.com/in/granthenke

Reply via email to