From commits-return-32508-archive-asf-public=cust-asf.ponee.io@pulsar.apache.org Tue Jul 2 12:16: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 A1CA418060E for ; Tue, 2 Jul 2019 14:16:55 +0200 (CEST) Received: (qmail 11615 invoked by uid 500); 2 Jul 2019 12:16:55 -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 11606 invoked by uid 99); 2 Jul 2019 12:16: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, 02 Jul 2019 12:16:55 +0000 From: GitBox To: commits@pulsar.apache.org Subject: [GitHub] [pulsar] easyfan commented on issue #4569: C++ client producer sendAsync() method will be blocked forever, if enough batched messages sent timeout. Message-ID: <156206981003.18843.2780369835041082187.gitbox@gitbox.apache.org> Date: Tue, 02 Jul 2019 12:16:50 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit easyfan commented on issue #4569: C++ client producer sendAsync() method will be blocked forever, if enough batched messages sent timeout. URL: https://github.com/apache/pulsar/issues/4569#issuecomment-507651098 A weird Unit test issue encountered... ====================================================================== FAIL: test_publish_compact_and_consume (__main__.PulsarTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "pulsar_test.py", line 641, in test_publish_compact_and_consume self.assertEqual(msg0.data(), b'hello-1') AssertionError: 'hello-0' != 'hello-1' ---------------------------------------------------------------------- From the code, seems the case is something about the consumer configuration: "reading compact". Very strange. ---------------------------------------------------------------- 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