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 9C2DB11511 for ; Fri, 18 Jul 2014 21:32:05 +0000 (UTC) Received: (qmail 86766 invoked by uid 500); 18 Jul 2014 21:32:05 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 86715 invoked by uid 500); 18 Jul 2014 21:32:05 -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 86521 invoked by uid 500); 18 Jul 2014 21:32:05 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 86496 invoked by uid 99); 18 Jul 2014 21:32:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2014 21:32:05 +0000 Date: Fri, 18 Jul 2014 21:32:05 +0000 (UTC) From: "Sergey Edunov (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (GIRAPH-927) Decouple netty server threads from message processing 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/GIRAPH-927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Edunov updated GIRAPH-927: --------------------------------- Attachment: (was: GIRAPH-927.patch) > Decouple netty server threads from message processing > ----------------------------------------------------- > > Key: GIRAPH-927 > URL: https://issues.apache.org/jira/browse/GIRAPH-927 > Project: Giraph > Issue Type: Improvement > Reporter: Sergey Edunov > Attachments: GIRAPH-927.patch > > Original Estimate: 168h > Remaining Estimate: 168h > > Our profiling shows that a lot of apps are neither CPU nor memory or network bound. Instead they waste a lot of time waiting for lock in MessageStore. That happens in netty threads. > We should be able to put messages into queue and then process them in other set of threads. > It has to be configurable because adding another thread level will introduce additional overhead. -- This message was sent by Atlassian JIRA (v6.2#6252)