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 AED6B1922B for ; Tue, 26 Apr 2016 18:10:14 +0000 (UTC) Received: (qmail 8994 invoked by uid 500); 26 Apr 2016 18:10:13 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 8919 invoked by uid 500); 26 Apr 2016 18:10:13 -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 8526 invoked by uid 500); 26 Apr 2016 18:10:13 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 8451 invoked by uid 99); 26 Apr 2016 18:10:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Apr 2016 18:10:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D10192C1F60 for ; Tue, 26 Apr 2016 18:10:12 +0000 (UTC) Date: Tue, 26 Apr 2016 18:10:12 +0000 (UTC) From: "Hassan Eslami (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (GIRAPH-1057) Decoupling NettyClient from control flow policy MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Hassan Eslami created GIRAPH-1057: ------------------------------------- Summary: Decoupling NettyClient from control flow policy Key: GIRAPH-1057 URL: https://issues.apache.org/jira/browse/GIRAPH-1057 Project: Giraph Issue Type: Improvement Reporter: Hassan Eslami Assignee: Hassan Eslami The credit-based flow control policy added in NettyClient in GIRAPH-1027 caused the code to look complicated due to interleaving of flow control code with the logic for sending packets and handling ACK responses. A refactoring is needed to decouple flow control policy and NettyClient, allowing us to develop more flow control policies regardless of requests sending and handling logic. -- This message was sent by Atlassian JIRA (v6.3.4#6332)