From commits-return-11314-archive-asf-public=cust-asf.ponee.io@pulsar.incubator.apache.org Tue Jul 17 22:17:29 2018 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5E92A180600 for ; Tue, 17 Jul 2018 22:17:29 +0200 (CEST) Received: (qmail 47086 invoked by uid 500); 17 Jul 2018 20:17:28 -0000 Mailing-List: contact commits-help@pulsar.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pulsar.incubator.apache.org Delivered-To: mailing list commits@pulsar.incubator.apache.org Received: (qmail 47077 invoked by uid 99); 17 Jul 2018 20:17:28 -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, 17 Jul 2018 20:17:28 +0000 From: GitBox To: commits@pulsar.apache.org Subject: [GitHub] sijie opened a new pull request #2182: Issue 2110: get-retention returns retentionSizeInMB as 0 when set to -1 Message-ID: <153185864792.27210.13834298259074106173.gitbox@gitbox.apache.org> Date: Tue, 17 Jul 2018 20:17:27 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit sijie opened a new pull request #2182: Issue 2110: get-retention returns retentionSizeInMB as 0 when set to -1 URL: https://github.com/apache/incubator-pulsar/pull/2182 ### Motivation Fixes #2110. infinite retention is not correctly propagated. ### Changes Fix the command tool to set infinite retention correctly. Update command line description and website to reflect the fact retention size less than 1MB is treated as no retention. Add an integration test to verify the CLI change works. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services