From commits-return-21160-archive-asf-public=cust-asf.ponee.io@pulsar.apache.org Sat Jan 26 06:31:54 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id F1C1D180771 for ; Sat, 26 Jan 2019 06:31:53 +0100 (CET) Received: (qmail 32911 invoked by uid 500); 26 Jan 2019 05:31:53 -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 32899 invoked by uid 99); 26 Jan 2019 05:31:53 -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; Sat, 26 Jan 2019 05:31:53 +0000 From: GitBox To: commits@pulsar.apache.org Subject: [GitHub] JevonQ edited a comment on issue #3419: [Question] Some questions about namespace bundle splitting Message-ID: <154848071251.15752.567431704128741747.gitbox@gitbox.apache.org> Date: Sat, 26 Jan 2019 05:31:52 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit JevonQ edited a comment on issue #3419: [Question] Some questions about namespace bundle splitting URL: https://github.com/apache/pulsar/issues/3419#issuecomment-457803974 @merlimat > @JevonQ in Pulsar there are "topics" and "partitioned-topics". > > Partitioned topics are basically just a composition of non-partitioned topics. So, if you have a namespace with, say, 2 bundles and 1 partitioned topic composed of 16 partitions, you should expect that each bundle will contain roughly the same number of partitions (depending on where the hashing falls). > Yes, I understand this. > Basically, the bundles can be kept splitting in half (if the load is high) until we reach the point where there's just 1 single partition left. Yes, my question is about this. If the bundle only contains one partition and the partition is still overloaded, is there a way to solve it? Increasing partition does not work for me cause I use key hash as the routing mode while producing the messages. ---------------------------------------------------------------- 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