Re: initial draft of security scoping document/roadmap

2016-10-10 Thread Todd Lipcon
Hey folks, I'm hoping to start breaking down some tasks from this document in the next couple days. If you were planning to take a look, please try to do so soon. -Todd On Mon, Oct 3, 2016 at 5:33 PM, Todd Lipcon wrote: > Hi all, > > Now that we've reached 1.0, one of the

[RESULT] [VOTE] Apache Kudu 1.0.1 RC1

2016-10-10 Thread Dan Burkert
The vote is now closed. It passes with: 3 binding +1s: Alexey, Dan, JD 1 binding +0: David 2 non-binding +1s: Brock, Dinesh 0 -1s I will be uploading the sources and jars soon. Thanks to everyone that participated! - Dan On Mon, Oct 10, 2016 at 4:52 PM, Jean-Daniel Cryans

Re: [VOTE] Apache Kudu 1.0.1 RC1

2016-10-10 Thread Jean-Daniel Cryans
+1 I downloaded the tarball, compiled everything and ran the tests on RHEL6 (100% passed). I also deployed custom packages on a 4 nodes EC2 cluster, modified YCSB to use the 1.0.1 jar, inserted 10M rows, ran a combination of inserts/reads/updates over 100K rows, looks good. J-D On Fri, Oct 7,

Scoping document for disk failures

2016-10-10 Thread Dinesh Bhat
Hi All, I put together a draft of how to mitigate the impact of disk failures in kudu at the link below: https://goo.gl/wP5BJb This is still a work in progress, your reviews/feedback on the doc would be much appreciated. Thanks, Dinesh.

Re: [VOTE] Apache Kudu 1.0.1 RC1

2016-10-10 Thread Dinesh Bhat
+1 non-binding - Checked checksums - Release bits built on centos6.6 - Ran test under distributed test, 4 tests failed, _no_ regressions seen: 2 of them failed due to network flakiness 1 of them seems like a test bug(will triage-and-fix). 1 of them needs RCA/trying-to-repro. Thanks,

Re: [VOTE] Apache Kudu 1.0.1 RC1

2016-10-10 Thread David Alves
+0 Compiled thirdparty successfully, but couldn't compile the sources in macOS Sierra/XCode 8 as this is missing https://gerrit.cloudera.org/#/c/4482/ and https://gerrit.cloudera.org/#/c/4495/ Since this is just a bug fix/doc update release and this problem only affects macOS (macOS is only

Re: [VOTE] Apache Kudu 1.0.1 RC1

2016-10-10 Thread Dan Burkert
+1 * Compiled and tested release mode on OS X 10.10, with no unexpected failures. * Compiled and tested Debug/ASAN/TSAN/Release on Centos 6, no failures. * Checked signatures and licenses (RAT) - Dan On Mon, Oct 10, 2016 at 12:27 PM, Alexey Serbin wrote: > +1 > > I

Re: [VOTE] Apache Kudu 1.0.1 RC1

2016-10-10 Thread Alexey Serbin
+1 I compiled the project from source using the 1.0.1-RC1 tag (release and debug modes) and ran the test suite using 'ctest -j4' at CentOS 6.6 (kernel 2.6.32-504.30.3.el6.x86_64). All tests passed. Also, I compiled the project from source using the 1.0.1-RC1 tag (release and debug modes) and

Re: [VOTE] Apache Kudu 1.0.1 RC1

2016-10-10 Thread Brock Noland
+1 non-binding * Checked hashes and sig * Built from source * Ran tests, which passed On Fri, Oct 7, 2016 at 4:00 PM, Dan Burkert wrote: > Hi, > > We're happy to announce the first release candidate for Apache Kudu 1.0.1. > > This release includes bug fixes and