Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 388E2200B78 for ; Fri, 2 Sep 2016 10:15:25 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3724B160AAC; Fri, 2 Sep 2016 08:15:25 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 75A36160AAB for ; Fri, 2 Sep 2016 10:15:24 +0200 (CEST) Received: (qmail 22759 invoked by uid 500); 2 Sep 2016 08:15:18 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 22748 invoked by uid 99); 2 Sep 2016 08:15:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2016 08:15:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0315AE00DB; Fri, 2 Sep 2016 08:15:17 +0000 (UTC) From: rajinisivaram To: dev@kafka.apache.org Reply-To: dev@kafka.apache.org Message-ID: Subject: [GitHub] kafka pull request #1817: KAFKA-3703: Flush outgoing writes before closing c... Content-Type: text/plain Date: Fri, 2 Sep 2016 08:15:17 +0000 (UTC) archived-at: Fri, 02 Sep 2016 08:15:25 -0000 GitHub user rajinisivaram opened a pull request: https://github.com/apache/kafka/pull/1817 KAFKA-3703: Flush outgoing writes before closing client selector Close client connections only after outgoing writes complete or timeout. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rajinisivaram/kafka KAFKA-3703 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1817.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1817 ---- commit 50f009bebe0beaf55cb5e00f9db8fcb626f1399a Author: Rajini Sivaram Date: 2016-09-02T07:55:49Z KAFKA-3703: Flush outgoing writes before closing client selector ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---