From commits-return-8636-archive-asf-public=cust-asf.ponee.io@kudu.apache.org Fri Mar 20 04:51:57 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 BF0E318066D for ; Fri, 20 Mar 2020 05:51:56 +0100 (CET) Received: (qmail 20526 invoked by uid 500); 20 Mar 2020 04:51:55 -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 20473 invoked by uid 99); 20 Mar 2020 04:51:51 -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; Fri, 20 Mar 2020 04:51:51 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 831DA819F7; Fri, 20 Mar 2020 04:51:51 +0000 (UTC) Date: Fri, 20 Mar 2020 04:51:51 +0000 To: "commits@kudu.apache.org" Subject: [kudu] branch master updated (0923488 -> fefb433) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158467991102.13281.7000742137537329319@gitbox.apache.org> From: todd@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: 0923488fda7ce8d2222fa9ea676a0ece5f1d313b X-Git-Newrev: fefb433917252ead0c78f7f6c674050514505cba 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. todd pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git. from 0923488 util: stop using namespaces new 8026237 [ranger] pass 'principal' and 'keytab' to the subprocess new 1a21e92 rpc: reduce context switches and receive calls new fefb433 rpc: use a lighter weight completion for sync RPCs 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/CMakeLists.txt | 3 +- src/kudu/ranger/ranger_client.cc | 90 +++++++++++++++++-------- src/kudu/ranger/ranger_client.h | 18 +++-- src/kudu/rpc/connection.cc | 17 +++-- src/kudu/rpc/proxy.cc | 11 ++-- src/kudu/rpc/reactor.cc | 6 +- src/kudu/rpc/transfer.cc | 70 +++++++++++++------- src/kudu/rpc/transfer.h | 11 +++- src/kudu/security/init.cc | 54 ++++++++------- src/kudu/security/init.h | 6 ++ src/kudu/server/server_base.cc | 18 +---- src/kudu/util/notification.h | 137 +++++++++++++++++++++++++++++++++++++++ 12 files changed, 324 insertions(+), 117 deletions(-) create mode 100644 src/kudu/util/notification.h