From ozone-commits-return-798-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Thu Feb 27 10:50:15 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 81913180181 for ; Thu, 27 Feb 2020 11:50:15 +0100 (CET) Received: (qmail 67169 invoked by uid 500); 27 Feb 2020 10:50:14 -0000 Mailing-List: contact ozone-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ozone-commits@hadoop.apache.org Delivered-To: mailing list ozone-commits@hadoop.apache.org Received: (qmail 67157 invoked by uid 99); 27 Feb 2020 10:50:14 -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; Thu, 27 Feb 2020 10:50:14 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 389A28DACA; Thu, 27 Feb 2020 10:50:14 +0000 (UTC) Date: Thu, 27 Feb 2020 10:50:13 +0000 To: "ozone-commits@hadoop.apache.org" Subject: [hadoop-ozone] branch master updated (28f2629 -> 25baca3) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <158280061386.1875.16651214927900468596@gitbox.apache.org> From: adoroszlai@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: hadoop-ozone X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 28f2629748af42c286fc7b1c40b49ca21dc7bb55 X-Git-Newrev: 25baca3bc5ef8fe558cf0843424e6fe7c069a61f 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. adoroszlai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git. from 28f2629 HDDS-2940. mkdir : create key table entries for intermediate directories in the path (#498) add 25baca3 HDDS-3038. TestRatisPipelineLeader fails since we no longer wait for leader in the HealthyPipelineSafeModeExitRule. (#604) No new revisions were added by this update. Summary of changes: .../scm/safemode/HealthyPipelineSafeModeRule.java | 18 +++--- .../scm/pipeline/MockRatisPipelineProvider.java | 17 +++++- .../safemode/TestHealthyPipelineSafeModeRule.java | 19 +++--- .../hdds/scm/safemode/TestSCMSafeModeManager.java | 6 +- .../hadoop/hdds/scm/TestRatisPipelineLeader.java | 67 +++++++++++++++------- 5 files changed, 80 insertions(+), 47 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: ozone-commits-help@hadoop.apache.org