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 AFC2D200C8C for ; Tue, 6 Jun 2017 14:26:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AE7AF160BD3; Tue, 6 Jun 2017 12:26:22 +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 01362160BC3 for ; Tue, 6 Jun 2017 14:26:21 +0200 (CEST) Received: (qmail 55975 invoked by uid 500); 6 Jun 2017 12:26:21 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 55966 invoked by uid 99); 6 Jun 2017 12:26:21 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2017 12:26:21 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id D21091A001B for ; Tue, 6 Jun 2017 12:26:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.001 X-Spam-Level: X-Spam-Status: No, score=-100.001 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id qNgv_f9N69z1 for ; Tue, 6 Jun 2017 12:26:20 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id A1CA160DAD for ; Tue, 6 Jun 2017 12:26:19 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id D20E1E0D99 for ; Tue, 6 Jun 2017 12:26:18 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4478821E10 for ; Tue, 6 Jun 2017 12:26:18 +0000 (UTC) Date: Tue, 6 Jun 2017 12:26:18 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-6798) Remove/update documentation about network buffer tuning MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 06 Jun 2017 12:26:22 -0000 [ https://issues.apache.org/jira/browse/FLINK-6798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16038776#comment-16038776 ] ASF GitHub Bot commented on FLINK-6798: --------------------------------------- GitHub user NicoK opened a pull request: https://github.com/apache/flink/pull/4080 [FLINK-6798][docs] update old network buffer notices please also apply to `master` when accepting this PR You can merge this pull request into a Git repository by running: $ git pull https://github.com/NicoK/flink flink-6798 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/4080.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 #4080 ---- commit 8fc43b153196810e1df45f2e12ceb797298f3e8e Author: Nico Kruber Date: 2017-06-06T12:24:14Z [FLINK-6798][docs] update old network buffer notices ---- > Remove/update documentation about network buffer tuning > ------------------------------------------------------- > > Key: FLINK-6798 > URL: https://issues.apache.org/jira/browse/FLINK-6798 > Project: Flink > Issue Type: Sub-task > Components: Documentation, Network > Reporter: Robert Metzger > Assignee: Nico Kruber > Fix For: 1.3.0 > > > {quote}The number of network buffers is a parameter that can currently have an effect on checkpointing at large scale. The Flink community is working on eliminating that parameter in the next versions of Flink. > {quote} > in https://ci.apache.org/projects/flink/flink-docs-release-1.3/monitoring/large_state_tuning.html#tuning-network-buffers -- This message was sent by Atlassian JIRA (v6.3.15#6346)