[ANNOUNCE] Welcoming Bankim Bhavsar as Kudu committer and PMC member

2020-04-18 Thread Adar Dembo
Hi Kudu community, I'm happy to announce that the Kudu PMC has voted to add Bankim Bhavsar as a new committer and PMC member. Bankim has been actively writing Kudu code for the last six months or so. Aside from various bug fixes, his major contribution has been to replace the existing Bloom

Re: [VOTE] Apache Kudu 1.4.0 RC1

2017-06-05 Thread Adar Dembo
+1 Built on Ubuntu 16.04 in ASAN mode. All tests passed. On Sun, Jun 4, 2017 at 10:39 PM, Todd Lipcon wrote: > Hi, > > The Apache Kudu team is happy to announce the first release candidate for > Apache Kudu 1.4.0. > > Apache Kudu 1.4.0 is a minor release which offers many

Re: [VOTE] Apache Kudu 1.3.1 RC1

2017-04-13 Thread Adar Dembo
+1 I downloaded, built on Ubuntu 16.04 for TSAN, and all the C++ tests passed. I recently filed KUDU-1975 which is (IMHO) an annoying regression, but I don't think it should hold up the release. On Thu, Apr 13, 2017 at 9:09 AM, Jean-Daniel Cryans wrote: > +1 > > I

Re: Multi-word Flag Style

2017-04-10 Thread Adar Dembo
+1 to referring to gflags with dashes instead of underscores in Kudu docs. But, I don't know whether gflags can be coerced to programmatically emit flags with dashes (i.e. when invoked with --help) without a patch or two. Certainly in the code we would want to retain the use of underscores when

Re: [VOTE] Apache Kudu 1.3.0 RC2

2017-03-13 Thread Adar Dembo
+1 Built on Ubuntu 16.04. Ran all tests in debug mode. - tablet_peer-test failed, but the failure is tracked by the flaky test dashboard. Ran all tests in release mode. - negotiation-test failed, but probably a flake too (passed the next time through). Examined symbols in

Re: [VOTE] Apache Kudu 1.3.0 RC1

2017-03-10 Thread Adar Dembo
actively worked on at the > moment by you/Dan? Would like to get a new RC out ASAP. > > -Todd > > On Fri, Mar 10, 2017 at 4:51 PM, Adar Dembo <a...@cloudera.com> wrote: > >> -1 >> >> env_util-test.cc and env-test.cc both fail to compile on Ubuntu 16.04 &g

Re: [VOTE] Apache Kudu 1.3.0 RC1

2017-03-10 Thread Adar Dembo
-1 env_util-test.cc and env-test.cc both fail to compile on Ubuntu 16.04 with the default gcc (5.4.0). The errors look like this: /tmp/apache-kudu-1.3.0/src/kudu/util/env_util-test.cc: In lambda function: /tmp/apache-kudu-1.3.0/src/kudu/util/env_util-test.cc:65:71: error: label

Re: Use of boost non-header-only functionality

2017-01-19 Thread Adar Dembo
At one point some of us thought to (eventually) eradicate boost from Kudu altogether, hence drawing the line on not building boost libraries. I think that culminated with Mike's reimplementation of boost::optional. Given that it was eventually abandoned after push back, I guess the idea of no

Re: [VOTE] Apache Kudu 1.2.0 RC1

2017-01-14 Thread Adar Dembo
+1 Compiled a debug build of the tests on Ubuntu 16.04, ran them in slow mode. All passed. On Thu, Jan 12, 2017 at 8:24 PM, Todd Lipcon wrote: > Hi, > > The Apache Kudu team is happy to announce the first release candidate for > Apache Kudu 1.2.0. > > Apache Kudu 1.2 is a

Re: kudu configuration issue

2016-10-27 Thread Adar Dembo
(dropping issues@kudu; that list is just for e-mails generated by our JIRA bug tracker) To change the data directories, you'll need to change the value of --fs_data_dirs in /etc/kudu/{master,tserver}.gflagfile. Adding it to /etc/default/kudu-master the way you did will have no effect. Make sure

Re: Scope document for addressing block manager-related issues

2016-10-11 Thread Adar Dembo
;> > Thanks for posting this. >> > >> > It's worth taking a look at what some other systems have done as well. I >> > just spent some time looking at Ceph, and sounds like they ran into >> similar >> > issues and moved to a raw-disk based idea

Re: Heads-up: thirdparty tree changes may cause build breakages for a bit

2016-09-29 Thread Adar Dembo
at 3:10 PM, Jean-Daniel Cryans <jdcry...@apache.org> wrote: > Thanks Adar. On RHEL6 removing thirdparty/installed* is what did it for me. > > J-D > > On Wed, Sep 28, 2016 at 3:04 PM, Adar Dembo <a...@cloudera.com> wrote: > >> I'm working on a pretty large series of c

Re: RFC: removing raft_consensus-test (mock-based)

2016-09-20 Thread Adar Dembo
Does this mean we should also remove gmock from thirdparty and go back to plain gtest? Or are we still making use of other gmock features (not related to mocking, if any)? On Tuesday, September 20, 2016, Todd Lipcon wrote: > Great, glad you agree. It also feels good to delete

Re: 'tidy-bot' now running (experimentally)

2016-09-16 Thread Adar Dembo
enough breadcrumb in most cases > > -Jake > > On Thu, Sep 15, 2016 at 11:06 PM, Todd Lipcon <t...@cloudera.com> wrote: > >> On Thu, Sep 15, 2016 at 6:50 PM, Adar Dembo <a...@cloudera.com> wrote: >> >> > In https://gerrit.cloudera.org/#/c/4435/, Tid

Re: [VOTE] Apache Kudu 1.0.0 RC1

2016-09-13 Thread Adar Dembo
+1 I downloaded the tarball and built it on my Ubuntu Xenial laptop. I ran the unit tests with ASAN/UBSAN enabled. Didn't see any failures. On Tue, Sep 13, 2016 at 12:39 AM, Todd Lipcon wrote: > Hi, > > The Apache Kudu team is happy to announce the first release candidate for