From commits-return-17198-archive-asf-public=cust-asf.ponee.io@pulsar.apache.org Wed Nov 7 22:39:30 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 4FB1918067A for ; Wed, 7 Nov 2018 22:39:30 +0100 (CET) Received: (qmail 53916 invoked by uid 500); 7 Nov 2018 21:39:29 -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 53907 invoked by uid 99); 7 Nov 2018 21:39:29 -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; Wed, 07 Nov 2018 21:39:29 +0000 From: GitBox To: commits@pulsar.apache.org Subject: [GitHub] sijie commented on issue #2952: Setting topic permission under load Message-ID: <154162676885.22242.13392073151540085422.gitbox@gitbox.apache.org> Date: Wed, 07 Nov 2018 21:39:28 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit sijie commented on issue #2952: Setting topic permission under load URL: https://github.com/apache/pulsar/issues/2952#issuecomment-436786902 I think the problem might be related to concurrent updates on namespace policy. we can probably handle the bad version and retry, or put all the updates on same namespace in ordered executor. ---------------------------------------------------------------- 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