Return-Path: X-Original-To: apmail-hama-dev-archive@www.apache.org Delivered-To: apmail-hama-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 9297C10AA5 for ; Mon, 3 Feb 2014 06:32:12 +0000 (UTC) Received: (qmail 57498 invoked by uid 500); 3 Feb 2014 06:32:12 -0000 Delivered-To: apmail-hama-dev-archive@hama.apache.org Received: (qmail 57368 invoked by uid 500); 3 Feb 2014 06:32:11 -0000 Mailing-List: contact dev-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list dev@hama.apache.org Received: (qmail 57328 invoked by uid 99); 3 Feb 2014 06:32:09 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Feb 2014 06:32:09 +0000 Date: Mon, 3 Feb 2014 06:32:09 +0000 (UTC) From: "Edward J. Yoon (JIRA)" To: dev@hama.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HAMA-849) No need to use sorted queue for outgoingQueue MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HAMA-849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward J. Yoon updated HAMA-849: -------------------------------- Status: In Progress (was: Patch Available) Patch applied. > No need to use sorted queue for outgoingQueue > ---------------------------------------------- > > Key: HAMA-849 > URL: https://issues.apache.org/jira/browse/HAMA-849 > Project: Hama > Issue Type: Improvement > Components: bsp core, graph > Affects Versions: 0.6.3 > Reporter: Edward J. Yoon > Assignee: Edward J. Yoon > Fix For: 0.7.0 > > Attachments: HAMA-849.patch > > > Basically message transfer protocol provides senderQueue and receiverQueue separately. Since only incoming queue should be sorted, there's no need to use sorted queue for outgoingQueue. > In graphJobRunner case, we can use diskqueue and sortedqueue to reduce the memory usage until sorted spilling queue is implemented. -- This message was sent by Atlassian JIRA (v6.1.5#6160)