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/03/17 01:28:34 UTC

[VOTE] Apache Kudu 1.7.0 RC2

Hi,

The Apache Kudu team is happy to announce the second release candidate for
Apache Kudu 1.7.0.

Apache Kudu 1.7.0 is a minor release that offers many improvements and
fixes since the prior release.

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

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

It is tagged in Git as 1.7.0-RC2 and the corresponding git hash is the
following:
https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;h=472ae66565d9a8efdc81f16568249d7c4b108251

The release notes can be found here:
https://github.com/apache/kudu/blob/1.7.0-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 Tuesday, March 6th at 11PM PDT. We'd normally
run a vote for 3 full days but since we're headed into the weekend now
let's do 4 days instead.

Thank you,
Grant


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

Re: [VOTE] Apache Kudu 1.7.0 RC2

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

-- built on OS X El Capitan (v 10.11.6) in DEBUG, ran tests using ctest 
-j2, all but 3 passed (the fixes for the failed ones are already 
committed into the main trunk)
-- build on CentOS 6.6 in DEBUG with devtoolset, ran tests using ctest 
-j4.  All passed except for the client_samples-test which failed because 
of some port conflicts


/Alexey

On 3/20/18 10:09 AM, William Berkeley wrote:
> +1
>
> - Built in debug mode on macOS and el7.
> - Ran tests, all passed except the macOS issues Alexey has addressed. I
> don't think the macOS test-only issues are a big deal.
> - Did some basic insert/update/scan operations on a loadgen table.
>
> -Will
>
> On Tue, Mar 20, 2018 at 9:24 AM, Alexey Serbin <as...@cloudera.com> wrote:
>
>> Yep, it seems the failure of those 3 tests should not be a show-stopper for
>> the 1.7 release since macOS is a development-only platform:
>>
>>    delete_table-itest
>>    master-test
>>    rpc-test
>>
>>
>> Thanks,
>>
>> Alexey
>>
>>
>>
>> On 3/20/18 8:52 AM, Grant Henke wrote:
>>
>>> Thanks for the correction Alexey.
>>>
>>> For anyone reading.* Today (March 20th) is the intended last day of the
>>> vote*. Given I listed Tuesday, I hope that date error wasn't too
>>> confusing.
>>>
>>> I am not sure an Mac OSX test issue is enough that it warrant's a new RC.
>>> Given it only affects development on an experimental system. We can cherry
>>> pick them to 1.7.x to ensure they don't impact future
>>> development/cherry-pick work in the branch. Does that seam reasonable?
>>>
>>> Thank you,
>>> Grant
>>>
>>> On Tue, Mar 20, 2018 at 1:01 AM, Todd Lipcon <to...@cloudera.com> wrote:
>>>
>>> +1
>>>> - Downloaded and verified signature and sha1. My signature is attached
>>>> below
>>>> - built on el7 DEBUG using gcc 4.8.5. ran tests.
>>>> - built on el7 using devvtoolset-7 (gcc 7). ran tests.
>>>> - got a few failures in both configs, but they passed upon re-running. I
>>>> was running them in parallel with each other on the same temp disk so I
>>>> think it was just various timeouts due to the disk being overloaded.
>>>> - did various failure testing of the new "3-4-3" replication scheme on a
>>>> 6-node cluster
>>>> - did basic validation on a 125-node cluster running Kudu with Impala
>>>> including some 100B-row inserts (which discovered some bugs earlier in
>>>> the
>>>> 1.7 release cycle and now seem OK). A few nodes went down during the
>>>> testing and everything seems to have recovered fine.
>>>>
>>>>
>>>>
>>>>
>>>> -----BEGIN PGP SIGNATURE-----
>>>> Version: GnuPG v1
>>>>
>>>> iEYEABECAAYFAlqweKUACgkQXkPKua7Hfq+7DQCg4t6llqevULFCmEIzGHrh7YSv
>>>> nXoAoPvJUrYpP46KC1TQP/exD57qS3TO
>>>> =+kkn
>>>> -----END PGP SIGNATURE-----
>>>>
>>>>
>>>>
>>>> On Fri, Mar 16, 2018 at 6:28 PM, Grant Henke <gh...@cloudera.com>
>>>> wrote:
>>>>
>>>> Hi,
>>>>> The Apache Kudu team is happy to announce the second release candidate
>>>>>
>>>> for
>>>>
>>>>> Apache Kudu 1.7.0.
>>>>>
>>>>> Apache Kudu 1.7.0 is a minor release that offers many improvements and
>>>>> fixes since the prior release.
>>>>>
>>>>> The is a source-only release. The artifacts have been staged here:
>>>>> https://dist.apache.org/repos/dist/dev/kudu/1.7.0-RC2/
>>>>>
>>>>> Java convenience binaries in the form of a Maven repository are staged
>>>>> here:
>>>>> https://repository.apache.org/content/repositories/orgapachekudu-1019/
>>>>>
>>>>> It is tagged in Git as 1.7.0-RC2 and the corresponding git hash is the
>>>>> following:
>>>>> https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;
>>>>> h=472ae66565d9a8efdc81f16568249d7c4b108251
>>>>>
>>>>> The release notes can be found here:
>>>>> https://github.com/apache/kudu/blob/1.7.0-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 Tuesday, March 6th at 11PM PDT. We'd normally
>>>>> run a vote for 3 full days but since we're headed into the weekend now
>>>>> let's do 4 days instead.
>>>>>
>>>>> Thank you,
>>>>> Grant
>>>>>
>>>>>
>>>>> --
>>>>> Grant Henke
>>>>> Software Engineer | Cloudera
>>>>> grant@cloudera.com | twitter.com/gchenke | linkedin.com/in/granthenke
>>>>>
>>>>>
>>>> --
>>>> Todd Lipcon
>>>> Software Engineer, Cloudera
>>>>
>>>>
>>>


Re: 答复: [VOTE] Apache Kudu 1.7.0 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.0 RC2 is now closed. Here are the results:

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

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

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

Thank you,
Grant

On Tue, Mar 20, 2018 at 9:25 PM, helifu <hz...@corp.netease.com> wrote:

> +1
> - Build in release mode on Debian8.7(jessie),
> - Ran tests, all passed except 'tablet_copy_client_session-itest'. Then
> ran again, all passed.
>
>
> 何李夫
> 2017-04-10 16:06:24
>
> -----邮件原件-----
> 发件人: dev-return-5960-hzhelifu=corp.netease.com@kudu.apache.org
> <de...@kudu.apache.org> 代表 Hao Hao
> 发送时间: 2018年3月21日 6:53
> 收件人: dev@kudu.apache.org
> 主题: Re: [VOTE] Apache Kudu 1.7.0 RC2
>
> +1
>
> - Built in release mode on el6,
> - ran tests, all passed except client_samples-test as Alexey mentioned.
>
> Best,
> Hao
>
> On Tue, Mar 20, 2018 at 12:31 PM, Adar Lieber-Dembo <ad...@cloudera.com>
> wrote:
>
> > +1
> >
> > - Built in TSAN mode on Ubuntu 16.04
> > - Ran tests. Most passed except master-test (filed KUDU-2361). Then my
> > computer crashed, taking down the 1.7 build output (which was in /tmp)
> > with it.
> >
> > On Tue, Mar 20, 2018 at 10:09 AM, William Berkeley
> > <wd...@gmail.com>
> > wrote:
> > > +1
> > >
> > > - Built in debug mode on macOS and el7.
> > > - Ran tests, all passed except the macOS issues Alexey has
> > > addressed. I don't think the macOS test-only issues are a big deal.
> > > - Did some basic insert/update/scan operations on a loadgen table.
> > >
> > > -Will
> > >
> > > On Tue, Mar 20, 2018 at 9:24 AM, Alexey Serbin
> > > <as...@cloudera.com>
> > wrote:
> > >
> > >> Yep, it seems the failure of those 3 tests should not be a
> > >> show-stopper
> > for
> > >> the 1.7 release since macOS is a development-only platform:
> > >>
> > >>   delete_table-itest
> > >>   master-test
> > >>   rpc-test
> > >>
> > >>
> > >> Thanks,
> > >>
> > >> Alexey
> > >>
> > >>
> > >>
> > >> On 3/20/18 8:52 AM, Grant Henke wrote:
> > >>
> > >>> Thanks for the correction Alexey.
> > >>>
> > >>> For anyone reading.* Today (March 20th) is the intended last day
> > >>> of the vote*. Given I listed Tuesday, I hope that date error
> > >>> wasn't too confusing.
> > >>>
> > >>> I am not sure an Mac OSX test issue is enough that it warrant's a
> > >>> new
> > RC.
> > >>> Given it only affects development on an experimental system. We
> > >>> can
> > cherry
> > >>> pick them to 1.7.x to ensure they don't impact future
> > >>> development/cherry-pick work in the branch. Does that seam
> reasonable?
> > >>>
> > >>> Thank you,
> > >>> Grant
> > >>>
> > >>> On Tue, Mar 20, 2018 at 1:01 AM, Todd Lipcon <to...@cloudera.com>
> > wrote:
> > >>>
> > >>> +1
> > >>>>
> > >>>> - Downloaded and verified signature and sha1. My signature is
> > >>>> attached below
> > >>>> - built on el7 DEBUG using gcc 4.8.5. ran tests.
> > >>>> - built on el7 using devvtoolset-7 (gcc 7). ran tests.
> > >>>> - got a few failures in both configs, but they passed upon
> > re-running. I
> > >>>> was running them in parallel with each other on the same temp
> > >>>> disk so
> > I
> > >>>> think it was just various timeouts due to the disk being overloaded.
> > >>>> - did various failure testing of the new "3-4-3" replication
> > >>>> scheme
> > on a
> > >>>> 6-node cluster
> > >>>> - did basic validation on a 125-node cluster running Kudu with
> > >>>> Impala including some 100B-row inserts (which discovered some
> > >>>> bugs earlier in the
> > >>>> 1.7 release cycle and now seem OK). A few nodes went down during
> > >>>> the testing and everything seems to have recovered fine.
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>> -----BEGIN PGP SIGNATURE-----
> > >>>> Version: GnuPG v1
> > >>>>
> > >>>> iEYEABECAAYFAlqweKUACgkQXkPKua7Hfq+7DQCg4t6llqevULFCmEIzGHrh7YSv
> > >>>> nXoAoPvJUrYpP46KC1TQP/exD57qS3TO
> > >>>> =+kkn
> > >>>> -----END PGP SIGNATURE-----
> > >>>>
> > >>>>
> > >>>>
> > >>>> On Fri, Mar 16, 2018 at 6:28 PM, Grant Henke
> > >>>> <gh...@cloudera.com>
> > >>>> wrote:
> > >>>>
> > >>>> Hi,
> > >>>>>
> > >>>>> The Apache Kudu team is happy to announce the second release
> > candidate
> > >>>>>
> > >>>> for
> > >>>>
> > >>>>> Apache Kudu 1.7.0.
> > >>>>>
> > >>>>> Apache Kudu 1.7.0 is a minor release that offers many
> > >>>>> improvements
> > and
> > >>>>> fixes since the prior release.
> > >>>>>
> > >>>>> The is a source-only release. The artifacts have been staged here:
> > >>>>> https://dist.apache.org/repos/dist/dev/kudu/1.7.0-RC2/
> > >>>>>
> > >>>>> Java convenience binaries in the form of a Maven repository are
> > staged
> > >>>>> here:
> > >>>>> https://repository.apache.org/content/repositories/
> > orgapachekudu-1019/
> > >>>>>
> > >>>>> It is tagged in Git as 1.7.0-RC2 and the corresponding git hash
> > >>>>> is
> > the
> > >>>>> following:
> > >>>>> https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;
> > >>>>> h=472ae66565d9a8efdc81f16568249d7c4b108251
> > >>>>>
> > >>>>> The release notes can be found here:
> > >>>>> https://github.com/apache/kudu/blob/1.7.0-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 Tuesday, March 6th at 11PM PDT. We'd
> > >>>>> normally run a vote for 3 full days but since we're headed into
> > >>>>> the weekend
> > now
> > >>>>> let's do 4 days instead.
> > >>>>>
> > >>>>> Thank you,
> > >>>>> Grant
> > >>>>>
> > >>>>>
> > >>>>> --
> > >>>>> Grant Henke
> > >>>>> Software Engineer | Cloudera
> > >>>>> grant@cloudera.com | twitter.com/gchenke |
> > linkedin.com/in/granthenke
> > >>>>>
> > >>>>>
> > >>>>
> > >>>> --
> > >>>> Todd Lipcon
> > >>>> Software Engineer, Cloudera
> > >>>>
> > >>>>
> > >>>
> > >>>
> > >>
> >
>



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

答复: [VOTE] Apache Kudu 1.7.0 RC2

Posted by helifu <hz...@corp.netease.com>.
+1
- Build in release mode on Debian8.7(jessie),
- Ran tests, all passed except 'tablet_copy_client_session-itest'. Then ran again, all passed.


何李夫
2017-04-10 16:06:24

-----邮件原件-----
发件人: dev-return-5960-hzhelifu=corp.netease.com@kudu.apache.org <de...@kudu.apache.org> 代表 Hao Hao
发送时间: 2018年3月21日 6:53
收件人: dev@kudu.apache.org
主题: Re: [VOTE] Apache Kudu 1.7.0 RC2

+1

- Built in release mode on el6,
- ran tests, all passed except client_samples-test as Alexey mentioned.

Best,
Hao

On Tue, Mar 20, 2018 at 12:31 PM, Adar Lieber-Dembo <ad...@cloudera.com>
wrote:

> +1
>
> - Built in TSAN mode on Ubuntu 16.04
> - Ran tests. Most passed except master-test (filed KUDU-2361). Then my 
> computer crashed, taking down the 1.7 build output (which was in /tmp) 
> with it.
>
> On Tue, Mar 20, 2018 at 10:09 AM, William Berkeley 
> <wd...@gmail.com>
> wrote:
> > +1
> >
> > - Built in debug mode on macOS and el7.
> > - Ran tests, all passed except the macOS issues Alexey has 
> > addressed. I don't think the macOS test-only issues are a big deal.
> > - Did some basic insert/update/scan operations on a loadgen table.
> >
> > -Will
> >
> > On Tue, Mar 20, 2018 at 9:24 AM, Alexey Serbin 
> > <as...@cloudera.com>
> wrote:
> >
> >> Yep, it seems the failure of those 3 tests should not be a 
> >> show-stopper
> for
> >> the 1.7 release since macOS is a development-only platform:
> >>
> >>   delete_table-itest
> >>   master-test
> >>   rpc-test
> >>
> >>
> >> Thanks,
> >>
> >> Alexey
> >>
> >>
> >>
> >> On 3/20/18 8:52 AM, Grant Henke wrote:
> >>
> >>> Thanks for the correction Alexey.
> >>>
> >>> For anyone reading.* Today (March 20th) is the intended last day 
> >>> of the vote*. Given I listed Tuesday, I hope that date error 
> >>> wasn't too confusing.
> >>>
> >>> I am not sure an Mac OSX test issue is enough that it warrant's a 
> >>> new
> RC.
> >>> Given it only affects development on an experimental system. We 
> >>> can
> cherry
> >>> pick them to 1.7.x to ensure they don't impact future 
> >>> development/cherry-pick work in the branch. Does that seam reasonable?
> >>>
> >>> Thank you,
> >>> Grant
> >>>
> >>> On Tue, Mar 20, 2018 at 1:01 AM, Todd Lipcon <to...@cloudera.com>
> wrote:
> >>>
> >>> +1
> >>>>
> >>>> - Downloaded and verified signature and sha1. My signature is 
> >>>> attached below
> >>>> - built on el7 DEBUG using gcc 4.8.5. ran tests.
> >>>> - built on el7 using devvtoolset-7 (gcc 7). ran tests.
> >>>> - got a few failures in both configs, but they passed upon
> re-running. I
> >>>> was running them in parallel with each other on the same temp 
> >>>> disk so
> I
> >>>> think it was just various timeouts due to the disk being overloaded.
> >>>> - did various failure testing of the new "3-4-3" replication 
> >>>> scheme
> on a
> >>>> 6-node cluster
> >>>> - did basic validation on a 125-node cluster running Kudu with 
> >>>> Impala including some 100B-row inserts (which discovered some 
> >>>> bugs earlier in the
> >>>> 1.7 release cycle and now seem OK). A few nodes went down during 
> >>>> the testing and everything seems to have recovered fine.
> >>>>
> >>>>
> >>>>
> >>>>
> >>>> -----BEGIN PGP SIGNATURE-----
> >>>> Version: GnuPG v1
> >>>>
> >>>> iEYEABECAAYFAlqweKUACgkQXkPKua7Hfq+7DQCg4t6llqevULFCmEIzGHrh7YSv
> >>>> nXoAoPvJUrYpP46KC1TQP/exD57qS3TO
> >>>> =+kkn
> >>>> -----END PGP SIGNATURE-----
> >>>>
> >>>>
> >>>>
> >>>> On Fri, Mar 16, 2018 at 6:28 PM, Grant Henke 
> >>>> <gh...@cloudera.com>
> >>>> wrote:
> >>>>
> >>>> Hi,
> >>>>>
> >>>>> The Apache Kudu team is happy to announce the second release
> candidate
> >>>>>
> >>>> for
> >>>>
> >>>>> Apache Kudu 1.7.0.
> >>>>>
> >>>>> Apache Kudu 1.7.0 is a minor release that offers many 
> >>>>> improvements
> and
> >>>>> fixes since the prior release.
> >>>>>
> >>>>> The is a source-only release. The artifacts have been staged here:
> >>>>> https://dist.apache.org/repos/dist/dev/kudu/1.7.0-RC2/
> >>>>>
> >>>>> Java convenience binaries in the form of a Maven repository are
> staged
> >>>>> here:
> >>>>> https://repository.apache.org/content/repositories/
> orgapachekudu-1019/
> >>>>>
> >>>>> It is tagged in Git as 1.7.0-RC2 and the corresponding git hash 
> >>>>> is
> the
> >>>>> following:
> >>>>> https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;
> >>>>> h=472ae66565d9a8efdc81f16568249d7c4b108251
> >>>>>
> >>>>> The release notes can be found here:
> >>>>> https://github.com/apache/kudu/blob/1.7.0-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 Tuesday, March 6th at 11PM PDT. We'd 
> >>>>> normally run a vote for 3 full days but since we're headed into 
> >>>>> the weekend
> now
> >>>>> let's do 4 days instead.
> >>>>>
> >>>>> Thank you,
> >>>>> Grant
> >>>>>
> >>>>>
> >>>>> --
> >>>>> Grant Henke
> >>>>> Software Engineer | Cloudera
> >>>>> grant@cloudera.com | twitter.com/gchenke |
> linkedin.com/in/granthenke
> >>>>>
> >>>>>
> >>>>
> >>>> --
> >>>> Todd Lipcon
> >>>> Software Engineer, Cloudera
> >>>>
> >>>>
> >>>
> >>>
> >>
>

Re: [VOTE] Apache Kudu 1.7.0 RC2

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

- Built in release mode on el6,
- ran tests, all passed except client_samples-test as Alexey mentioned.

Best,
Hao

On Tue, Mar 20, 2018 at 12:31 PM, Adar Lieber-Dembo <ad...@cloudera.com>
wrote:

> +1
>
> - Built in TSAN mode on Ubuntu 16.04
> - Ran tests. Most passed except master-test (filed KUDU-2361). Then my
> computer crashed, taking down the 1.7 build output (which was in /tmp)
> with it.
>
> On Tue, Mar 20, 2018 at 10:09 AM, William Berkeley <wd...@gmail.com>
> wrote:
> > +1
> >
> > - Built in debug mode on macOS and el7.
> > - Ran tests, all passed except the macOS issues Alexey has addressed. I
> > don't think the macOS test-only issues are a big deal.
> > - Did some basic insert/update/scan operations on a loadgen table.
> >
> > -Will
> >
> > On Tue, Mar 20, 2018 at 9:24 AM, Alexey Serbin <as...@cloudera.com>
> wrote:
> >
> >> Yep, it seems the failure of those 3 tests should not be a show-stopper
> for
> >> the 1.7 release since macOS is a development-only platform:
> >>
> >>   delete_table-itest
> >>   master-test
> >>   rpc-test
> >>
> >>
> >> Thanks,
> >>
> >> Alexey
> >>
> >>
> >>
> >> On 3/20/18 8:52 AM, Grant Henke wrote:
> >>
> >>> Thanks for the correction Alexey.
> >>>
> >>> For anyone reading.* Today (March 20th) is the intended last day of the
> >>> vote*. Given I listed Tuesday, I hope that date error wasn't too
> >>> confusing.
> >>>
> >>> I am not sure an Mac OSX test issue is enough that it warrant's a new
> RC.
> >>> Given it only affects development on an experimental system. We can
> cherry
> >>> pick them to 1.7.x to ensure they don't impact future
> >>> development/cherry-pick work in the branch. Does that seam reasonable?
> >>>
> >>> Thank you,
> >>> Grant
> >>>
> >>> On Tue, Mar 20, 2018 at 1:01 AM, Todd Lipcon <to...@cloudera.com>
> wrote:
> >>>
> >>> +1
> >>>>
> >>>> - Downloaded and verified signature and sha1. My signature is attached
> >>>> below
> >>>> - built on el7 DEBUG using gcc 4.8.5. ran tests.
> >>>> - built on el7 using devvtoolset-7 (gcc 7). ran tests.
> >>>> - got a few failures in both configs, but they passed upon
> re-running. I
> >>>> was running them in parallel with each other on the same temp disk so
> I
> >>>> think it was just various timeouts due to the disk being overloaded.
> >>>> - did various failure testing of the new "3-4-3" replication scheme
> on a
> >>>> 6-node cluster
> >>>> - did basic validation on a 125-node cluster running Kudu with Impala
> >>>> including some 100B-row inserts (which discovered some bugs earlier in
> >>>> the
> >>>> 1.7 release cycle and now seem OK). A few nodes went down during the
> >>>> testing and everything seems to have recovered fine.
> >>>>
> >>>>
> >>>>
> >>>>
> >>>> -----BEGIN PGP SIGNATURE-----
> >>>> Version: GnuPG v1
> >>>>
> >>>> iEYEABECAAYFAlqweKUACgkQXkPKua7Hfq+7DQCg4t6llqevULFCmEIzGHrh7YSv
> >>>> nXoAoPvJUrYpP46KC1TQP/exD57qS3TO
> >>>> =+kkn
> >>>> -----END PGP SIGNATURE-----
> >>>>
> >>>>
> >>>>
> >>>> On Fri, Mar 16, 2018 at 6:28 PM, Grant Henke <gh...@cloudera.com>
> >>>> wrote:
> >>>>
> >>>> Hi,
> >>>>>
> >>>>> The Apache Kudu team is happy to announce the second release
> candidate
> >>>>>
> >>>> for
> >>>>
> >>>>> Apache Kudu 1.7.0.
> >>>>>
> >>>>> Apache Kudu 1.7.0 is a minor release that offers many improvements
> and
> >>>>> fixes since the prior release.
> >>>>>
> >>>>> The is a source-only release. The artifacts have been staged here:
> >>>>> https://dist.apache.org/repos/dist/dev/kudu/1.7.0-RC2/
> >>>>>
> >>>>> Java convenience binaries in the form of a Maven repository are
> staged
> >>>>> here:
> >>>>> https://repository.apache.org/content/repositories/
> orgapachekudu-1019/
> >>>>>
> >>>>> It is tagged in Git as 1.7.0-RC2 and the corresponding git hash is
> the
> >>>>> following:
> >>>>> https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;
> >>>>> h=472ae66565d9a8efdc81f16568249d7c4b108251
> >>>>>
> >>>>> The release notes can be found here:
> >>>>> https://github.com/apache/kudu/blob/1.7.0-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 Tuesday, March 6th at 11PM PDT. We'd normally
> >>>>> run a vote for 3 full days but since we're headed into the weekend
> now
> >>>>> let's do 4 days instead.
> >>>>>
> >>>>> Thank you,
> >>>>> Grant
> >>>>>
> >>>>>
> >>>>> --
> >>>>> Grant Henke
> >>>>> Software Engineer | Cloudera
> >>>>> grant@cloudera.com | twitter.com/gchenke |
> linkedin.com/in/granthenke
> >>>>>
> >>>>>
> >>>>
> >>>> --
> >>>> Todd Lipcon
> >>>> Software Engineer, Cloudera
> >>>>
> >>>>
> >>>
> >>>
> >>
>

Re: [VOTE] Apache Kudu 1.7.0 RC2

Posted by Andrew Wong <aw...@cloudera.com>.
+1
- Built with TSAN on el7, ran ctest -j32. All tests passed.
- Built in DEBUG mode on el7, ran ctest -j32. All tests passed.
- Built in RELEASE mode on el7, ran ctest -j32. All tests passed.


On Tue, Mar 20, 2018 at 12:31 PM, Adar Lieber-Dembo <ad...@cloudera.com>
wrote:

> +1
>
> - Built in TSAN mode on Ubuntu 16.04
> - Ran tests. Most passed except master-test (filed KUDU-2361). Then my
> computer crashed, taking down the 1.7 build output (which was in /tmp)
> with it.
>
> On Tue, Mar 20, 2018 at 10:09 AM, William Berkeley <wd...@gmail.com>
> wrote:
> > +1
> >
> > - Built in debug mode on macOS and el7.
> > - Ran tests, all passed except the macOS issues Alexey has addressed. I
> > don't think the macOS test-only issues are a big deal.
> > - Did some basic insert/update/scan operations on a loadgen table.
> >
> > -Will
> >
> > On Tue, Mar 20, 2018 at 9:24 AM, Alexey Serbin <as...@cloudera.com>
> wrote:
> >
> >> Yep, it seems the failure of those 3 tests should not be a show-stopper
> for
> >> the 1.7 release since macOS is a development-only platform:
> >>
> >>   delete_table-itest
> >>   master-test
> >>   rpc-test
> >>
> >>
> >> Thanks,
> >>
> >> Alexey
> >>
> >>
> >>
> >> On 3/20/18 8:52 AM, Grant Henke wrote:
> >>
> >>> Thanks for the correction Alexey.
> >>>
> >>> For anyone reading.* Today (March 20th) is the intended last day of the
> >>> vote*. Given I listed Tuesday, I hope that date error wasn't too
> >>> confusing.
> >>>
> >>> I am not sure an Mac OSX test issue is enough that it warrant's a new
> RC.
> >>> Given it only affects development on an experimental system. We can
> cherry
> >>> pick them to 1.7.x to ensure they don't impact future
> >>> development/cherry-pick work in the branch. Does that seam reasonable?
> >>>
> >>> Thank you,
> >>> Grant
> >>>
> >>> On Tue, Mar 20, 2018 at 1:01 AM, Todd Lipcon <to...@cloudera.com>
> wrote:
> >>>
> >>> +1
> >>>>
> >>>> - Downloaded and verified signature and sha1. My signature is attached
> >>>> below
> >>>> - built on el7 DEBUG using gcc 4.8.5. ran tests.
> >>>> - built on el7 using devvtoolset-7 (gcc 7). ran tests.
> >>>> - got a few failures in both configs, but they passed upon
> re-running. I
> >>>> was running them in parallel with each other on the same temp disk so
> I
> >>>> think it was just various timeouts due to the disk being overloaded.
> >>>> - did various failure testing of the new "3-4-3" replication scheme
> on a
> >>>> 6-node cluster
> >>>> - did basic validation on a 125-node cluster running Kudu with Impala
> >>>> including some 100B-row inserts (which discovered some bugs earlier in
> >>>> the
> >>>> 1.7 release cycle and now seem OK). A few nodes went down during the
> >>>> testing and everything seems to have recovered fine.
> >>>>
> >>>>
> >>>>
> >>>>
> >>>> -----BEGIN PGP SIGNATURE-----
> >>>> Version: GnuPG v1
> >>>>
> >>>> iEYEABECAAYFAlqweKUACgkQXkPKua7Hfq+7DQCg4t6llqevULFCmEIzGHrh7YSv
> >>>> nXoAoPvJUrYpP46KC1TQP/exD57qS3TO
> >>>> =+kkn
> >>>> -----END PGP SIGNATURE-----
> >>>>
> >>>>
> >>>>
> >>>> On Fri, Mar 16, 2018 at 6:28 PM, Grant Henke <gh...@cloudera.com>
> >>>> wrote:
> >>>>
> >>>> Hi,
> >>>>>
> >>>>> The Apache Kudu team is happy to announce the second release
> candidate
> >>>>>
> >>>> for
> >>>>
> >>>>> Apache Kudu 1.7.0.
> >>>>>
> >>>>> Apache Kudu 1.7.0 is a minor release that offers many improvements
> and
> >>>>> fixes since the prior release.
> >>>>>
> >>>>> The is a source-only release. The artifacts have been staged here:
> >>>>> https://dist.apache.org/repos/dist/dev/kudu/1.7.0-RC2/
> >>>>>
> >>>>> Java convenience binaries in the form of a Maven repository are
> staged
> >>>>> here:
> >>>>> https://repository.apache.org/content/repositories/
> orgapachekudu-1019/
> >>>>>
> >>>>> It is tagged in Git as 1.7.0-RC2 and the corresponding git hash is
> the
> >>>>> following:
> >>>>> https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;
> >>>>> h=472ae66565d9a8efdc81f16568249d7c4b108251
> >>>>>
> >>>>> The release notes can be found here:
> >>>>> https://github.com/apache/kudu/blob/1.7.0-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 Tuesday, March 6th at 11PM PDT. We'd normally
> >>>>> run a vote for 3 full days but since we're headed into the weekend
> now
> >>>>> let's do 4 days instead.
> >>>>>
> >>>>> Thank you,
> >>>>> Grant
> >>>>>
> >>>>>
> >>>>> --
> >>>>> Grant Henke
> >>>>> Software Engineer | Cloudera
> >>>>> grant@cloudera.com | twitter.com/gchenke |
> linkedin.com/in/granthenke
> >>>>>
> >>>>>
> >>>>
> >>>> --
> >>>> Todd Lipcon
> >>>> Software Engineer, Cloudera
> >>>>
> >>>>
> >>>
> >>>
> >>
>



-- 
Andrew Wong

Re: [VOTE] Apache Kudu 1.7.0 RC2

Posted by Adar Lieber-Dembo <ad...@cloudera.com>.
+1

- Built in TSAN mode on Ubuntu 16.04
- Ran tests. Most passed except master-test (filed KUDU-2361). Then my
computer crashed, taking down the 1.7 build output (which was in /tmp)
with it.

On Tue, Mar 20, 2018 at 10:09 AM, William Berkeley <wd...@gmail.com> wrote:
> +1
>
> - Built in debug mode on macOS and el7.
> - Ran tests, all passed except the macOS issues Alexey has addressed. I
> don't think the macOS test-only issues are a big deal.
> - Did some basic insert/update/scan operations on a loadgen table.
>
> -Will
>
> On Tue, Mar 20, 2018 at 9:24 AM, Alexey Serbin <as...@cloudera.com> wrote:
>
>> Yep, it seems the failure of those 3 tests should not be a show-stopper for
>> the 1.7 release since macOS is a development-only platform:
>>
>>   delete_table-itest
>>   master-test
>>   rpc-test
>>
>>
>> Thanks,
>>
>> Alexey
>>
>>
>>
>> On 3/20/18 8:52 AM, Grant Henke wrote:
>>
>>> Thanks for the correction Alexey.
>>>
>>> For anyone reading.* Today (March 20th) is the intended last day of the
>>> vote*. Given I listed Tuesday, I hope that date error wasn't too
>>> confusing.
>>>
>>> I am not sure an Mac OSX test issue is enough that it warrant's a new RC.
>>> Given it only affects development on an experimental system. We can cherry
>>> pick them to 1.7.x to ensure they don't impact future
>>> development/cherry-pick work in the branch. Does that seam reasonable?
>>>
>>> Thank you,
>>> Grant
>>>
>>> On Tue, Mar 20, 2018 at 1:01 AM, Todd Lipcon <to...@cloudera.com> wrote:
>>>
>>> +1
>>>>
>>>> - Downloaded and verified signature and sha1. My signature is attached
>>>> below
>>>> - built on el7 DEBUG using gcc 4.8.5. ran tests.
>>>> - built on el7 using devvtoolset-7 (gcc 7). ran tests.
>>>> - got a few failures in both configs, but they passed upon re-running. I
>>>> was running them in parallel with each other on the same temp disk so I
>>>> think it was just various timeouts due to the disk being overloaded.
>>>> - did various failure testing of the new "3-4-3" replication scheme on a
>>>> 6-node cluster
>>>> - did basic validation on a 125-node cluster running Kudu with Impala
>>>> including some 100B-row inserts (which discovered some bugs earlier in
>>>> the
>>>> 1.7 release cycle and now seem OK). A few nodes went down during the
>>>> testing and everything seems to have recovered fine.
>>>>
>>>>
>>>>
>>>>
>>>> -----BEGIN PGP SIGNATURE-----
>>>> Version: GnuPG v1
>>>>
>>>> iEYEABECAAYFAlqweKUACgkQXkPKua7Hfq+7DQCg4t6llqevULFCmEIzGHrh7YSv
>>>> nXoAoPvJUrYpP46KC1TQP/exD57qS3TO
>>>> =+kkn
>>>> -----END PGP SIGNATURE-----
>>>>
>>>>
>>>>
>>>> On Fri, Mar 16, 2018 at 6:28 PM, Grant Henke <gh...@cloudera.com>
>>>> wrote:
>>>>
>>>> Hi,
>>>>>
>>>>> The Apache Kudu team is happy to announce the second release candidate
>>>>>
>>>> for
>>>>
>>>>> Apache Kudu 1.7.0.
>>>>>
>>>>> Apache Kudu 1.7.0 is a minor release that offers many improvements and
>>>>> fixes since the prior release.
>>>>>
>>>>> The is a source-only release. The artifacts have been staged here:
>>>>> https://dist.apache.org/repos/dist/dev/kudu/1.7.0-RC2/
>>>>>
>>>>> Java convenience binaries in the form of a Maven repository are staged
>>>>> here:
>>>>> https://repository.apache.org/content/repositories/orgapachekudu-1019/
>>>>>
>>>>> It is tagged in Git as 1.7.0-RC2 and the corresponding git hash is the
>>>>> following:
>>>>> https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;
>>>>> h=472ae66565d9a8efdc81f16568249d7c4b108251
>>>>>
>>>>> The release notes can be found here:
>>>>> https://github.com/apache/kudu/blob/1.7.0-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 Tuesday, March 6th at 11PM PDT. We'd normally
>>>>> run a vote for 3 full days but since we're headed into the weekend now
>>>>> let's do 4 days instead.
>>>>>
>>>>> Thank you,
>>>>> Grant
>>>>>
>>>>>
>>>>> --
>>>>> Grant Henke
>>>>> Software Engineer | Cloudera
>>>>> grant@cloudera.com | twitter.com/gchenke | linkedin.com/in/granthenke
>>>>>
>>>>>
>>>>
>>>> --
>>>> Todd Lipcon
>>>> Software Engineer, Cloudera
>>>>
>>>>
>>>
>>>
>>

Re: [VOTE] Apache Kudu 1.7.0 RC2

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

- Built in debug mode on macOS and el7.
- Ran tests, all passed except the macOS issues Alexey has addressed. I
don't think the macOS test-only issues are a big deal.
- Did some basic insert/update/scan operations on a loadgen table.

-Will

On Tue, Mar 20, 2018 at 9:24 AM, Alexey Serbin <as...@cloudera.com> wrote:

> Yep, it seems the failure of those 3 tests should not be a show-stopper for
> the 1.7 release since macOS is a development-only platform:
>
>   delete_table-itest
>   master-test
>   rpc-test
>
>
> Thanks,
>
> Alexey
>
>
>
> On 3/20/18 8:52 AM, Grant Henke wrote:
>
>> Thanks for the correction Alexey.
>>
>> For anyone reading.* Today (March 20th) is the intended last day of the
>> vote*. Given I listed Tuesday, I hope that date error wasn't too
>> confusing.
>>
>> I am not sure an Mac OSX test issue is enough that it warrant's a new RC.
>> Given it only affects development on an experimental system. We can cherry
>> pick them to 1.7.x to ensure they don't impact future
>> development/cherry-pick work in the branch. Does that seam reasonable?
>>
>> Thank you,
>> Grant
>>
>> On Tue, Mar 20, 2018 at 1:01 AM, Todd Lipcon <to...@cloudera.com> wrote:
>>
>> +1
>>>
>>> - Downloaded and verified signature and sha1. My signature is attached
>>> below
>>> - built on el7 DEBUG using gcc 4.8.5. ran tests.
>>> - built on el7 using devvtoolset-7 (gcc 7). ran tests.
>>> - got a few failures in both configs, but they passed upon re-running. I
>>> was running them in parallel with each other on the same temp disk so I
>>> think it was just various timeouts due to the disk being overloaded.
>>> - did various failure testing of the new "3-4-3" replication scheme on a
>>> 6-node cluster
>>> - did basic validation on a 125-node cluster running Kudu with Impala
>>> including some 100B-row inserts (which discovered some bugs earlier in
>>> the
>>> 1.7 release cycle and now seem OK). A few nodes went down during the
>>> testing and everything seems to have recovered fine.
>>>
>>>
>>>
>>>
>>> -----BEGIN PGP SIGNATURE-----
>>> Version: GnuPG v1
>>>
>>> iEYEABECAAYFAlqweKUACgkQXkPKua7Hfq+7DQCg4t6llqevULFCmEIzGHrh7YSv
>>> nXoAoPvJUrYpP46KC1TQP/exD57qS3TO
>>> =+kkn
>>> -----END PGP SIGNATURE-----
>>>
>>>
>>>
>>> On Fri, Mar 16, 2018 at 6:28 PM, Grant Henke <gh...@cloudera.com>
>>> wrote:
>>>
>>> Hi,
>>>>
>>>> The Apache Kudu team is happy to announce the second release candidate
>>>>
>>> for
>>>
>>>> Apache Kudu 1.7.0.
>>>>
>>>> Apache Kudu 1.7.0 is a minor release that offers many improvements and
>>>> fixes since the prior release.
>>>>
>>>> The is a source-only release. The artifacts have been staged here:
>>>> https://dist.apache.org/repos/dist/dev/kudu/1.7.0-RC2/
>>>>
>>>> Java convenience binaries in the form of a Maven repository are staged
>>>> here:
>>>> https://repository.apache.org/content/repositories/orgapachekudu-1019/
>>>>
>>>> It is tagged in Git as 1.7.0-RC2 and the corresponding git hash is the
>>>> following:
>>>> https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;
>>>> h=472ae66565d9a8efdc81f16568249d7c4b108251
>>>>
>>>> The release notes can be found here:
>>>> https://github.com/apache/kudu/blob/1.7.0-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 Tuesday, March 6th at 11PM PDT. We'd normally
>>>> run a vote for 3 full days but since we're headed into the weekend now
>>>> let's do 4 days instead.
>>>>
>>>> Thank you,
>>>> Grant
>>>>
>>>>
>>>> --
>>>> Grant Henke
>>>> Software Engineer | Cloudera
>>>> grant@cloudera.com | twitter.com/gchenke | linkedin.com/in/granthenke
>>>>
>>>>
>>>
>>> --
>>> Todd Lipcon
>>> Software Engineer, Cloudera
>>>
>>>
>>
>>
>

Re: [VOTE] Apache Kudu 1.7.0 RC2

Posted by Alexey Serbin <as...@cloudera.com>.
Yep, it seems the failure of those 3 tests should not be a show-stopper for
the 1.7 release since macOS is a development-only platform:

   delete_table-itest
   master-test
   rpc-test


Thanks,

Alexey


On 3/20/18 8:52 AM, Grant Henke wrote:
> Thanks for the correction Alexey.
>
> For anyone reading.* Today (March 20th) is the intended last day of the
> vote*. Given I listed Tuesday, I hope that date error wasn't too confusing.
>
> I am not sure an Mac OSX test issue is enough that it warrant's a new RC.
> Given it only affects development on an experimental system. We can cherry
> pick them to 1.7.x to ensure they don't impact future
> development/cherry-pick work in the branch. Does that seam reasonable?
>
> Thank you,
> Grant
>
> On Tue, Mar 20, 2018 at 1:01 AM, Todd Lipcon <to...@cloudera.com> wrote:
>
>> +1
>>
>> - Downloaded and verified signature and sha1. My signature is attached
>> below
>> - built on el7 DEBUG using gcc 4.8.5. ran tests.
>> - built on el7 using devvtoolset-7 (gcc 7). ran tests.
>> - got a few failures in both configs, but they passed upon re-running. I
>> was running them in parallel with each other on the same temp disk so I
>> think it was just various timeouts due to the disk being overloaded.
>> - did various failure testing of the new "3-4-3" replication scheme on a
>> 6-node cluster
>> - did basic validation on a 125-node cluster running Kudu with Impala
>> including some 100B-row inserts (which discovered some bugs earlier in the
>> 1.7 release cycle and now seem OK). A few nodes went down during the
>> testing and everything seems to have recovered fine.
>>
>>
>>
>>
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v1
>>
>> iEYEABECAAYFAlqweKUACgkQXkPKua7Hfq+7DQCg4t6llqevULFCmEIzGHrh7YSv
>> nXoAoPvJUrYpP46KC1TQP/exD57qS3TO
>> =+kkn
>> -----END PGP SIGNATURE-----
>>
>>
>>
>> On Fri, Mar 16, 2018 at 6:28 PM, Grant Henke <gh...@cloudera.com> wrote:
>>
>>> Hi,
>>>
>>> The Apache Kudu team is happy to announce the second release candidate
>> for
>>> Apache Kudu 1.7.0.
>>>
>>> Apache Kudu 1.7.0 is a minor release that offers many improvements and
>>> fixes since the prior release.
>>>
>>> The is a source-only release. The artifacts have been staged here:
>>> https://dist.apache.org/repos/dist/dev/kudu/1.7.0-RC2/
>>>
>>> Java convenience binaries in the form of a Maven repository are staged
>>> here:
>>> https://repository.apache.org/content/repositories/orgapachekudu-1019/
>>>
>>> It is tagged in Git as 1.7.0-RC2 and the corresponding git hash is the
>>> following:
>>> https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;
>>> h=472ae66565d9a8efdc81f16568249d7c4b108251
>>>
>>> The release notes can be found here:
>>> https://github.com/apache/kudu/blob/1.7.0-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 Tuesday, March 6th at 11PM PDT. We'd normally
>>> run a vote for 3 full days but since we're headed into the weekend now
>>> let's do 4 days instead.
>>>
>>> Thank you,
>>> Grant
>>>
>>>
>>> --
>>> Grant Henke
>>> Software Engineer | Cloudera
>>> grant@cloudera.com | twitter.com/gchenke | linkedin.com/in/granthenke
>>>
>>
>>
>> --
>> Todd Lipcon
>> Software Engineer, Cloudera
>>
>
>


Re: [VOTE] Apache Kudu 1.7.0 RC2

Posted by Grant Henke <gh...@cloudera.com>.
Thanks for the correction Alexey.

For anyone reading.* Today (March 20th) is the intended last day of the
vote*. Given I listed Tuesday, I hope that date error wasn't too confusing.

I am not sure an Mac OSX test issue is enough that it warrant's a new RC.
Given it only affects development on an experimental system. We can cherry
pick them to 1.7.x to ensure they don't impact future
development/cherry-pick work in the branch. Does that seam reasonable?

Thank you,
Grant

On Tue, Mar 20, 2018 at 1:01 AM, Todd Lipcon <to...@cloudera.com> wrote:

> +1
>
> - Downloaded and verified signature and sha1. My signature is attached
> below
> - built on el7 DEBUG using gcc 4.8.5. ran tests.
> - built on el7 using devvtoolset-7 (gcc 7). ran tests.
> - got a few failures in both configs, but they passed upon re-running. I
> was running them in parallel with each other on the same temp disk so I
> think it was just various timeouts due to the disk being overloaded.
> - did various failure testing of the new "3-4-3" replication scheme on a
> 6-node cluster
> - did basic validation on a 125-node cluster running Kudu with Impala
> including some 100B-row inserts (which discovered some bugs earlier in the
> 1.7 release cycle and now seem OK). A few nodes went down during the
> testing and everything seems to have recovered fine.
>
>
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1
>
> iEYEABECAAYFAlqweKUACgkQXkPKua7Hfq+7DQCg4t6llqevULFCmEIzGHrh7YSv
> nXoAoPvJUrYpP46KC1TQP/exD57qS3TO
> =+kkn
> -----END PGP SIGNATURE-----
>
>
>
> On Fri, Mar 16, 2018 at 6:28 PM, Grant Henke <gh...@cloudera.com> wrote:
>
> > Hi,
> >
> > The Apache Kudu team is happy to announce the second release candidate
> for
> > Apache Kudu 1.7.0.
> >
> > Apache Kudu 1.7.0 is a minor release that offers many improvements and
> > fixes since the prior release.
> >
> > The is a source-only release. The artifacts have been staged here:
> > https://dist.apache.org/repos/dist/dev/kudu/1.7.0-RC2/
> >
> > Java convenience binaries in the form of a Maven repository are staged
> > here:
> > https://repository.apache.org/content/repositories/orgapachekudu-1019/
> >
> > It is tagged in Git as 1.7.0-RC2 and the corresponding git hash is the
> > following:
> > https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;
> > h=472ae66565d9a8efdc81f16568249d7c4b108251
> >
> > The release notes can be found here:
> > https://github.com/apache/kudu/blob/1.7.0-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 Tuesday, March 6th at 11PM PDT. We'd normally
> > run a vote for 3 full days but since we're headed into the weekend now
> > let's do 4 days instead.
> >
> > Thank you,
> > Grant
> >
> >
> > --
> > Grant Henke
> > Software Engineer | Cloudera
> > grant@cloudera.com | twitter.com/gchenke | linkedin.com/in/granthenke
> >
>
>
>
> --
> Todd Lipcon
> Software Engineer, Cloudera
>



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

Re: [VOTE] Apache Kudu 1.7.0 RC2

Posted by Todd Lipcon <to...@cloudera.com>.
+1

- Downloaded and verified signature and sha1. My signature is attached below
- built on el7 DEBUG using gcc 4.8.5. ran tests.
- built on el7 using devvtoolset-7 (gcc 7). ran tests.
- got a few failures in both configs, but they passed upon re-running. I
was running them in parallel with each other on the same temp disk so I
think it was just various timeouts due to the disk being overloaded.
- did various failure testing of the new "3-4-3" replication scheme on a
6-node cluster
- did basic validation on a 125-node cluster running Kudu with Impala
including some 100B-row inserts (which discovered some bugs earlier in the
1.7 release cycle and now seem OK). A few nodes went down during the
testing and everything seems to have recovered fine.




-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEABECAAYFAlqweKUACgkQXkPKua7Hfq+7DQCg4t6llqevULFCmEIzGHrh7YSv
nXoAoPvJUrYpP46KC1TQP/exD57qS3TO
=+kkn
-----END PGP SIGNATURE-----



On Fri, Mar 16, 2018 at 6:28 PM, Grant Henke <gh...@cloudera.com> wrote:

> Hi,
>
> The Apache Kudu team is happy to announce the second release candidate for
> Apache Kudu 1.7.0.
>
> Apache Kudu 1.7.0 is a minor release that offers many improvements and
> fixes since the prior release.
>
> The is a source-only release. The artifacts have been staged here:
> https://dist.apache.org/repos/dist/dev/kudu/1.7.0-RC2/
>
> Java convenience binaries in the form of a Maven repository are staged
> here:
> https://repository.apache.org/content/repositories/orgapachekudu-1019/
>
> It is tagged in Git as 1.7.0-RC2 and the corresponding git hash is the
> following:
> https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;
> h=472ae66565d9a8efdc81f16568249d7c4b108251
>
> The release notes can be found here:
> https://github.com/apache/kudu/blob/1.7.0-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 Tuesday, March 6th at 11PM PDT. We'd normally
> run a vote for 3 full days but since we're headed into the weekend now
> let's do 4 days instead.
>
> Thank you,
> Grant
>
>
> --
> Grant Henke
> Software Engineer | Cloudera
> grant@cloudera.com | twitter.com/gchenke | linkedin.com/in/granthenke
>



-- 
Todd Lipcon
Software Engineer, Cloudera

Re: [VOTE] Apache Kudu 1.7.0 RC2

Posted by Mike Percy <mp...@apache.org>.
+1

* Checksum and signature match the source artifact.
* Release notes lgtm.
* Built RC2 in RELEASE mode on Ubuntu 16.04. All tests passed.

Mike

On Fri, Mar 16, 2018 at 6:28 PM, Grant Henke <gh...@cloudera.com> wrote:

> Hi,
>
> The Apache Kudu team is happy to announce the second release candidate for
> Apache Kudu 1.7.0.
>
> Apache Kudu 1.7.0 is a minor release that offers many improvements and
> fixes since the prior release.
>
> The is a source-only release. The artifacts have been staged here:
> https://dist.apache.org/repos/dist/dev/kudu/1.7.0-RC2/
>
> Java convenience binaries in the form of a Maven repository are staged
> here:
> https://repository.apache.org/content/repositories/orgapachekudu-1019/
>
> It is tagged in Git as 1.7.0-RC2 and the corresponding git hash is the
> following:
> https://git-wip-us.apache.org/repos/asf?p=kudu.git;a=commit;h=
> 472ae66565d9a8efdc81f16568249d7c4b108251
>
> The release notes can be found here:
> https://github.com/apache/kudu/blob/1.7.0-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 Tuesday, March 6th at 11PM PDT. We'd normally
> run a vote for 3 full days but since we're headed into the weekend now
> let's do 4 days instead.
>
> Thank you,
> Grant
>
>
> --
> Grant Henke
> Software Engineer | Cloudera
> grant@cloudera.com | twitter.com/gchenke | linkedin.com/in/granthenke
>