From commits-return-48944-archive-asf-public=cust-asf.ponee.io@pulsar.apache.org Sun Feb 16 03:30:46 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 BC7F118065C for ; Sun, 16 Feb 2020 04:30:45 +0100 (CET) Received: (qmail 55868 invoked by uid 500); 16 Feb 2020 03:30:44 -0000 Mailing-List: contact commits-help@pulsar.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pulsar.apache.org Delivered-To: mailing list commits@pulsar.apache.org Received: (qmail 55859 invoked by uid 99); 16 Feb 2020 03:30:43 -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; Sun, 16 Feb 2020 03:30:43 +0000 From: GitBox To: commits@pulsar.apache.org Subject: [GitHub] [pulsar] jiazhai edited a comment on issue #6128: Fix broker client tls settings error Message-ID: <158182384346.15519.13000766750698915202.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Sun, 16 Feb 2020 03:30:43 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit jiazhai edited a comment on issue #6128: Fix broker client tls settings error URL: https://github.com/apache/pulsar/pull/6128#issuecomment-586664662 current cpp error in [ci](https://github.com/apache/pulsar/pull/6128/checks?check_run_id=448406170): ``` [ RUN ] BasicEndToEndTest.testLookupThrottling 2020-02-16 02:24:49.245 INFO ConnectionPool:85 | Created connection for pulsar://localhost:6650 2020-02-16 02:24:49.247 INFO ClientConnection:335 | [127.0.0.1:49740 -> 127.0.0.1:6650] Connected to broker 2020-02-16 02:24:49.247 ERROR ClientImpl:182 | Error Checking/Getting Partition Metadata while creating producer on persistent://public/default/testLookupThrottling -- 20 2020-02-16 02:24:49.247 INFO Client:88 | Subscribing on Topic :testLookupThrottling 2020-02-16 02:24:49.247 ERROR ClientImpl:384 | Error Checking/Getting Partition Metadata while Subscribing on persistent://public/default/testLookupThrottling -- 20 2020-02-16 02:24:49.247 INFO ClientConnection:1354 | [127.0.0.1:49740 -> 127.0.0.1:6650] Connection closed [61/161] BasicEndToEndTest.testLookupThrottling returned/aborted with exit code -11 (676 ms) ``` It is related with #6301 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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