Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E0708200B4F for ; Mon, 11 Jul 2016 20:05:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DF1A9160A78; Mon, 11 Jul 2016 18:05:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 31C2C160A5E for ; Mon, 11 Jul 2016 20:05:14 +0200 (CEST) Received: (qmail 27401 invoked by uid 500); 11 Jul 2016 18:05:11 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 26990 invoked by uid 500); 11 Jul 2016 18:05:11 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 26873 invoked by uid 99); 11 Jul 2016 18:05:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2016 18:05:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 580DD2C02B6 for ; Mon, 11 Jul 2016 18:05:11 +0000 (UTC) Date: Mon, 11 Jul 2016 18:05:11 +0000 (UTC) From: "Maja Kabiljo (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (GIRAPH-1082) Remove limit on the number of partitions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 11 Jul 2016 18:05:15 -0000 [ https://issues.apache.org/jira/browse/GIRAPH-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo resolved GIRAPH-1082. ---------------------------------- Resolution: Fixed > Remove limit on the number of partitions > ---------------------------------------- > > Key: GIRAPH-1082 > URL: https://issues.apache.org/jira/browse/GIRAPH-1082 > Project: Giraph > Issue Type: Improvement > Reporter: Maja Kabiljo > Assignee: Maja Kabiljo > > Currently we have a limit on how many partitions we can have because we write all partition information to Zookeeper. We can instead send this information in requests and remove the hard limit. -- This message was sent by Atlassian JIRA (v6.3.4#6332)