From commits-return-8232-archive-asf-public=cust-asf.ponee.io@kudu.apache.org Wed Dec 4 19:23:38 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 7C38D180656 for ; Wed, 4 Dec 2019 20:23:38 +0100 (CET) Received: (qmail 16007 invoked by uid 500); 4 Dec 2019 19:23:37 -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 15997 invoked by uid 99); 4 Dec 2019 19:23:37 -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, 04 Dec 2019 19:23:37 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id B09C98D809; Wed, 4 Dec 2019 19:23:37 +0000 (UTC) Date: Wed, 04 Dec 2019 19:23:37 +0000 To: "commits@kudu.apache.org" Subject: [kudu] branch master updated (4061b80 -> 5cc9114) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157548741764.4646.18362487299435102932@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: 4061b80c2e290a5615ed8196d8a381accd1a6af9 X-Git-Newrev: 5cc9114cc757e84f51fa5ad4e263fbb7e8f9fe18 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 4061b80 Update to LLVM 9.0.0 new ae53824 env: add CREATE_OR_OPEN and rename existing open modes new 5cc9114 log_index: use RWFiles for IO 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/consensus/log-test.cc | 2 +- src/kudu/consensus/log.cc | 2 +- src/kudu/consensus/log_index-test.cc | 2 +- src/kudu/consensus/log_index.cc | 129 ++++++++++--------------- src/kudu/consensus/log_index.h | 33 ++++--- src/kudu/fs/file_block_manager.cc | 2 +- src/kudu/fs/fs_manager-test.cc | 2 +- src/kudu/fs/log_block_manager-test-util.cc | 12 +-- src/kudu/fs/log_block_manager-test.cc | 6 +- src/kudu/fs/log_block_manager.cc | 6 +- src/kudu/integration-tests/dense_node-itest.cc | 2 +- src/kudu/tools/tool_action_local_replica.cc | 2 +- src/kudu/util/env-test.cc | 23 ++++- src/kudu/util/env.h | 28 +++--- src/kudu/util/env_posix.cc | 13 ++- src/kudu/util/file_cache.cc | 2 +- src/kudu/util/pb_util-test.cc | 4 +- src/kudu/util/rolling_log.cc | 2 +- 18 files changed, 134 insertions(+), 138 deletions(-)