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 6240F104F8 for ; Mon, 24 Feb 2014 15:19:56 +0000 (UTC) Received: (qmail 27441 invoked by uid 500); 24 Feb 2014 15:19:56 -0000 Delivered-To: apmail-hama-dev-archive@hama.apache.org Received: (qmail 27336 invoked by uid 500); 24 Feb 2014 15:19:54 -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 27322 invoked by uid 99); 24 Feb 2014 15:19:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Feb 2014 15:19:53 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of andronat_asf@hotmail.com designates 65.55.111.172 as permitted sender) Received: from [65.55.111.172] (HELO blu0-omc4-s33.blu0.hotmail.com) (65.55.111.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Feb 2014 15:19:44 +0000 Received: from BLU0-SMTP46 ([65.55.111.137]) by blu0-omc4-s33.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 24 Feb 2014 07:19:24 -0800 X-TMN: [mfXcpLA1FqPnlKvjGxH44xFgVekphdUPoPOqZYyf3h8=] X-Originating-Email: [andronat_asf@hotmail.com] Message-ID: Received: from pb-d-128-141-153-164.cern.ch ([128.141.153.164]) by BLU0-SMTP46.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Mon, 24 Feb 2014 07:19:16 -0800 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: Cutting a 0.7 release From: Anastasis Andronidis In-Reply-To: Date: Mon, 24 Feb 2014 16:19:17 +0100 Content-Transfer-Encoding: quoted-printable References: <34F50B40-650C-4EDD-8E6B-1F4BB37782BC@apache.org> To: dev@hama.apache.org X-Mailer: Apple Mail (2.1827) X-OriginalArrivalTime: 24 Feb 2014 15:19:22.0278 (UTC) FILETIME=[CB88E460:01CF3173] X-Virus-Checked: Checked by ClamAV on apache.org On 24 =CE=A6=CE=B5=CE=B2 2014, at 3:32 =CE=BC.=CE=BC., Tommaso Teofili = wrote: >>=20 >> According to my personal evaluations, current system is fairly >> respectable. As I mentioned before, I believe we should stick to >> in-memory style since the today's machines can be equipped with up to >> 128 GB. Disk (or disk hybrid) based queue is a optional, not a >> must-have. >>=20 >=20 > right, the only thing that I think we need to address before 0.7.0 is > related to the OutOfMemory errors (especially when dealing with large > graphs); for example IMHO even if the memory is not enough to store = all the > graph vertices assigned to a certain peer, a scalable system should = never > throw OOM exceptions, instead it may eventually process items slower = (with > caches / queues) but never throw an exception for that but that's just = my > opinion. >=20 I like and agree with this. Cheers, Anastasis