From commits-return-8117-archive-asf-public=cust-asf.ponee.io@kudu.apache.org Tue Nov 12 05:56:56 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 66EE118067E for ; Tue, 12 Nov 2019 06:56:56 +0100 (CET) Received: (qmail 31358 invoked by uid 500); 12 Nov 2019 05:56: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 31326 invoked by uid 99); 12 Nov 2019 05:56:55 -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, 12 Nov 2019 05:56:55 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 51775851DB; Tue, 12 Nov 2019 05:56:55 +0000 (UTC) Date: Tue, 12 Nov 2019 05:56:55 +0000 To: "commits@kudu.apache.org" Subject: [kudu] branch branch-1.11.x updated (8c9173e -> 3b84cf7) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157353821527.24908.11149998226784938579@gitbox.apache.org> From: alexey@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: kudu X-Git-Refname: refs/heads/branch-1.11.x X-Git-Reftype: branch X-Git-Oldrev: 8c9173ee5d687f27ca97dc53294f953cf84e7f0d X-Git-Newrev: 3b84cf781aa5e0f7c2c8c4f60a21d82ad7fffb3e 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 branch-1.11.x in repository https://gitbox.apache.org/repos/asf/kudu.git. from 8c9173e [examples] update version to 1.11.1 new a873341 KUDU-2987 Intra location rebalance crashes in special case. new 3b84cf7 KUDU-2989. Work around SASL bug when FQDN is >=64 characters 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/rpc/server_negotiation.cc | 15 ++++- src/kudu/tools/rebalancer_tool-test.cc | 119 ++++++++++++++++++++++++++++++++- src/kudu/tools/rebalancer_tool.cc | 4 +- 3 files changed, 134 insertions(+), 4 deletions(-)