From commits-return-7371-archive-asf-public=cust-asf.ponee.io@kudu.apache.org Tue May 7 05:52:28 2019 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 4AFCA18064C for ; Tue, 7 May 2019 07:52:28 +0200 (CEST) Received: (qmail 60743 invoked by uid 500); 7 May 2019 05:52:27 -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 60719 invoked by uid 99); 7 May 2019 05:52:27 -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; Tue, 07 May 2019 05:52:27 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 74C7F87279; Tue, 7 May 2019 05:52:27 +0000 (UTC) Date: Tue, 07 May 2019 05:52:27 +0000 To: "commits@kudu.apache.org" Subject: [kudu] branch master updated (11a6a06 -> 5e3af4e) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155720834740.13075.14500451768011542840@gitbox.apache.org> From: alexey@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: 11a6a06d646fc852f26e9ac6cfda8f3c5c09b9b0 X-Git-Newrev: 5e3af4e2ae45ee5f700b9c6c28d56ff84ffeb319 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. alexey pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git. from 11a6a06 KUDU-2810: [backup] Add workaround DELETE IGNORE support new 586e957 KUDU-2711 (part 3). Only send one TSInfoPB per server in GetTableLocations new 2286f51 [catalog_manager] run sanity checks before catching up with HMS new 5e3af4e [util] modernize signature of Cache interface methods 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: .../org/apache/kudu/client/AsyncKuduClient.java | 1 + src/kudu/cfile/block_cache.cc | 25 +++-- src/kudu/cfile/block_cache.h | 51 +++------ src/kudu/cfile/block_handle.h | 4 +- src/kudu/cfile/cfile-test.cc | 13 ++- src/kudu/client/meta_cache.cc | 62 ++++++++--- src/kudu/client/meta_cache.h | 9 +- src/kudu/codegen/code_cache.cc | 19 ++-- src/kudu/consensus/quorum_util-test.cc | 6 + src/kudu/consensus/quorum_util.cc | 23 +++- src/kudu/consensus/quorum_util.h | 8 ++ src/kudu/integration-tests/registration-test.cc | 6 +- .../integration-tests/table_locations-itest.cc | 39 +++++++ src/kudu/master/catalog_manager.cc | 80 ++++++++----- src/kudu/master/catalog_manager.h | 31 +++++- src/kudu/master/master.proto | 25 +++++ src/kudu/master/master_service.cc | 4 +- src/kudu/util/cache-bench.cc | 10 +- src/kudu/util/cache-test.cc | 20 ++-- src/kudu/util/cache.cc | 124 +++++++++++---------- src/kudu/util/cache.h | 123 ++++++++++---------- src/kudu/util/file_cache-test.cc | 18 +-- src/kudu/util/file_cache.cc | 15 ++- src/kudu/util/nvm_cache.cc | 22 ++-- src/kudu/util/ttl_cache.h | 11 +- 25 files changed, 458 insertions(+), 291 deletions(-)