From commits-return-7770-archive-asf-public=cust-asf.ponee.io@kudu.apache.org Wed Aug 21 18:07:31 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 4165B180607 for ; Wed, 21 Aug 2019 20:07:31 +0200 (CEST) Received: (qmail 2542 invoked by uid 500); 21 Aug 2019 18:07:30 -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 2438 invoked by uid 99); 21 Aug 2019 18:07:29 -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, 21 Aug 2019 18:07:29 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 0525B85FA8; Wed, 21 Aug 2019 17:59:32 +0000 (UTC) Date: Wed, 21 Aug 2019 17:59:31 +0000 To: "commits@kudu.apache.org" Subject: [kudu] branch master updated (413396c -> b9c429c) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156641037196.5438.11309066010516216261@gitbox.apache.org> From: adar@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: 413396c85d7dd56830f563ec754653b2b0ae26fd X-Git-Newrev: b9c429c6831cf7aa948490136eeedc984cf7e4c1 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. adar pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git. from 413396c [docs] Fix an outdated slow DNS log description new 0c9204c [mini_hms] remove unused duplicate from env_vars new b9c429c [tablet] Fixed the bug of DeltaTracker::CountDeletedRows The 2 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/hms/mini_hms.cc | 1 - src/kudu/integration-tests/raft_consensus-itest.cc | 36 ++++- src/kudu/integration-tests/test_workload.cc | 153 ++++++++++++--------- src/kudu/integration-tests/test_workload.h | 20 +++ src/kudu/tablet/delta_tracker.cc | 15 +- src/kudu/tablet/delta_tracker.h | 2 +- src/kudu/tablet/diskrowset.cc | 2 +- src/kudu/tablet/metadata-test.cc | 2 +- src/kudu/tablet/mt-tablet-test.cc | 9 +- src/kudu/tablet/rowset_metadata.cc | 10 +- src/kudu/tablet/rowset_metadata.h | 8 +- 11 files changed, 177 insertions(+), 81 deletions(-)