Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 21637108DD for ; Fri, 4 Apr 2014 22:27:33 +0000 (UTC) Received: (qmail 77826 invoked by uid 500); 4 Apr 2014 22:27:28 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 76643 invoked by uid 500); 4 Apr 2014 22:27:19 -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 76573 invoked by uid 500); 4 Apr 2014 22:27:16 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 76566 invoked by uid 99); 4 Apr 2014 22:27:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2014 22:27:14 +0000 Date: Fri, 4 Apr 2014 22:27:14 +0000 (UTC) From: "Lukas Nalezenec (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (GIRAPH-886) Partition Balancing does not work MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Lukas Nalezenec created GIRAPH-886: -------------------------------------- Summary: Partition Balancing does not work Key: GIRAPH-886 URL: https://issues.apache.org/jira/browse/GIRAPH-886 Project: Giraph Issue Type: Bug Reporter: Lukas Nalezenec PartitionBalancer returns PartitionOwners in list in arbitrary order but both Range and Hash partitioners are assuming that list is sorted by partitionId. -- This message was sent by Atlassian JIRA (v6.2#6252)