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 ADADC200CAC for ; Mon, 19 Jun 2017 20:57:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id ACA97160BE1; Mon, 19 Jun 2017 18:57: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 EA6F9160BCD for ; Mon, 19 Jun 2017 20:57:21 +0200 (CEST) Received: (qmail 61836 invoked by uid 500); 19 Jun 2017 18:57:21 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 61827 invoked by uid 99); 19 Jun 2017 18:57:21 -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; Mon, 19 Jun 2017 18:57:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0924CE01C3; Mon, 19 Jun 2017 18:57:21 +0000 (UTC) From: jkff To: commits@beam.apache.org Reply-To: commits@beam.apache.org Message-ID: Subject: [GitHub] beam pull request #3394: Retries http code 0 (usually network error) Content-Type: text/plain Date: Mon, 19 Jun 2017 18:57:21 +0000 (UTC) archived-at: Mon, 19 Jun 2017 18:57:22 -0000 GitHub user jkff opened a pull request: https://github.com/apache/beam/pull/3394 Retries http code 0 (usually network error) R: @lukecwik You can merge this pull request into a Git repository by running: $ git pull https://github.com/jkff/incubator-beam retry-0 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/beam/pull/3394.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 #3394 ---- commit 4baec2d81935dece189624f6daefecf3002936e5 Author: Eugene Kirpichov Date: 2017-06-19T18:56:29Z Retries http code 0 (usually network error) ---- --- 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. ---