From commits-return-8574-archive-asf-public=cust-asf.ponee.io@kudu.apache.org Wed Mar 11 03:45:53 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 333E418064E for ; Wed, 11 Mar 2020 04:45:53 +0100 (CET) Received: (qmail 52030 invoked by uid 500); 11 Mar 2020 03:45:52 -0000 Mailing-List: contact commits-help@kudu.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kudu.apache.org Delivered-To: mailing list commits@kudu.apache.org Received: (qmail 52021 invoked by uid 99); 11 Mar 2020 03:45:52 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Mar 2020 03:45:52 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2BF388DACA; Wed, 11 Mar 2020 03:45:52 +0000 (UTC) Date: Wed, 11 Mar 2020 03:45:52 +0000 To: "commits@kudu.apache.org" Subject: [kudu] branch master updated (1b3b26d -> 1cb4a0a) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158389835212.2587.4176699719826524835@gitbox.apache.org> From: awong@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: kudu X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1b3b26d957e2944ff3197eea4ee99dec22640721 X-Git-Newrev: 1cb4a0ae3e253fbab26a9c4664550c9ca473ca98 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. awong pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git. from 1b3b26d KUDU-3070 skip open block manager new 3f14af3 ranger: instantiate Ranger queue size metrics new 39bd474 subprocess: maintain a thread for fork/exec new 1cb4a0a ranger: fix the expected main class for the subprocess The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/kudu/ranger/ranger_client.cc | 8 +++++--- src/kudu/subprocess/server.cc | 20 +++++++++++++++++++- src/kudu/subprocess/server.h | 7 +++++++ src/kudu/subprocess/subprocess_server-test.cc | 19 +++++++++++++++++++ 4 files changed, 50 insertions(+), 4 deletions(-)