From commits-return-55539-archive-asf-public=cust-asf.ponee.io@beam.apache.org Wed Jan 10 20:12:04 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 6736E18072F for ; Wed, 10 Jan 2018 20:12:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 56A00160C2E; Wed, 10 Jan 2018 19:12:04 +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 9E6C2160C1E for ; Wed, 10 Jan 2018 20:12:03 +0100 (CET) Received: (qmail 51111 invoked by uid 500); 10 Jan 2018 19:12:02 -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 51102 invoked by uid 99); 10 Jan 2018 19:12:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jan 2018 19:12:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 48C47180416 for ; Wed, 10 Jan 2018 19:12:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -107.911 X-Spam-Level: X-Spam-Status: No, score=-107.911 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id c4nJdynhcNlo for ; Wed, 10 Jan 2018 19:12:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id E286F5F2C4 for ; Wed, 10 Jan 2018 19:12:00 +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 70792E2582 for ; Wed, 10 Jan 2018 19:12:00 +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 27039274D6 for ; Wed, 10 Jan 2018 19:12:00 +0000 (UTC) Date: Wed, 10 Jan 2018 19:12:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: commits@beam.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BEAM-3397) beam_PreCommit_Java_MavenInstall failing on Dataflow integration test because of too long commandline 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/BEAM-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16320879#comment-16320879 ] ASF GitHub Bot commented on BEAM-3397: -------------------------------------- alanmyrvold opened a new pull request #4383: [BEAM-3397] Fix the failure in the dataflow integration test by removing the spark and flink pipeline options URL: https://github.com/apache/beam/pull/4383 Follow this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/projects/BEAM/issues/) filed for the change (usually before you start working on it). Trivial changes like typos do not require a JIRA issue. Your pull request should address just this issue, without pulling in other changes. - [ ] Each commit in the pull request should have a meaningful subject line and body. - [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA issue. - [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why. - [ ] Run `mvn clean verify` to make sure basic checks pass. A more thorough check will be performed on your pull request automatically. - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf). --- ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org > beam_PreCommit_Java_MavenInstall failing on Dataflow integration test because of too long commandline > ----------------------------------------------------------------------------------------------------- > > Key: BEAM-3397 > URL: https://issues.apache.org/jira/browse/BEAM-3397 > Project: Beam > Issue Type: Bug > Components: runner-dataflow, testing > Reporter: Luke Cwik > Priority: Blocker > Fix For: 2.3.0 > > > The Dataflow worker fails to launch the process because the command line is too long. The worker logs are riddled with a very long command line followed by this error message: > `java failed with fork/exec /usr/local/bin/java: argument list too long` > Example failures from run from master @ 49981f15009de434af9c09c3c9f50003c7417b88 > https://builds.apache.org/view/A-D/view/Beam/job/beam_PreCommit_Java_MavenInstall/16428/ > Job ids (project: apache-beam-testing): > 2017-12-28_01_32_55-16084854344397840285 > 2017-12-28_01_32_55-213040034028880428 > 2017-12-28_01_32_55-16742595557951289122 -- This message was sent by Atlassian JIRA (v6.4.14#64029)