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 B8FB3200C47 for ; Thu, 30 Mar 2017 12:11:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B77EE160B8B; Thu, 30 Mar 2017 10:11:46 +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 091A8160B78 for ; Thu, 30 Mar 2017 12:11:45 +0200 (CEST) Received: (qmail 1588 invoked by uid 500); 30 Mar 2017 10:11:45 -0000 Mailing-List: contact issues-help@eagle.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@eagle.apache.org Delivered-To: mailing list issues@eagle.apache.org Received: (qmail 1579 invoked by uid 99); 30 Mar 2017 10:11:45 -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; Thu, 30 Mar 2017 10:11:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 239AFDFF7C; Thu, 30 Mar 2017 10:11:45 +0000 (UTC) From: asdf2014 To: issues@eagle.apache.org Reply-To: issues@eagle.apache.org Message-ID: Subject: [GitHub] eagle pull request #897: [EAGLE-982] The log length has exceeded the limit o... Content-Type: text/plain Date: Thu, 30 Mar 2017 10:11:45 +0000 (UTC) archived-at: Thu, 30 Mar 2017 10:11:46 -0000 GitHub user asdf2014 opened a pull request: https://github.com/apache/eagle/pull/897 [EAGLE-982] The log length has exceeded the limit of 4 MB in Travis Maven throw too many warnings for checking `Code Style` in `Travis`. Should we disable it for a while until we fix those `Code Style` issues? ``` The log length has exceeded the limit of 4 MB (this usually means that the test suite is raising the same exception over and over). The job has been terminated ``` (https://issues.apache.org/jira/browse/EAGLE-982) You can merge this pull request into a Git repository by running: $ git pull https://github.com/asdf2014/eagle travis_log Alternatively you can review and apply these changes as the patch at: https://github.com/apache/eagle/pull/897.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 #897 ---- commit 2742c2961edd16016e86eb737a48b95c0bb3e501 Author: Benedict Jin <16110505@cnsuning.com> Date: 2017-03-30T05:18:31Z add batch mode and cache dir into travis commit e31db15c6024c8d85c9bf39a0240c4e581aa90ef Author: asdf2014 <1571805553@qq.com> Date: 2017-03-30T06:08:43Z add MAVEN_OPTS for slaving `GC overhead limit exceeded` problem commit 767b9440acbbc1e4d5e037e3bd87ce79d4a3bb79 Author: asdf2014 <1571805553@qq.com> Date: 2017-03-30T06:18:26Z make trvais simple commit fb56538115d222f31ec3d9a872a17021f5c595ce Author: asdf2014 <1571805553@qq.com> Date: 2017-03-30T06:28:18Z echo MAVEN_OPTS into .mavenrc commit 61698982985ac97f6a092104231105c04bf77263 Author: asdf2014 <1571805553@qq.com> Date: 2017-03-30T06:36:08Z change `before_script` into `before_install` commit 95f7a8f13b671d4d04c683570d126a30fb344561 Author: asdf2014 <1571805553@qq.com> Date: 2017-03-30T06:44:32Z remove cache directory commit 180d517c48703766a81596cd875e018dd232ca40 Author: asdf2014 <1571805553@qq.com> Date: 2017-03-30T07:00:37Z add MAVEN_OPTS into global env commit 38501f960a860f808b98cf656c6e68a4d4a1e268 Author: asdf2014 <1571805553@qq.com> Date: 2017-03-30T07:13:59Z change `sudo` into `required` commit 9f49886c30f2fba4969338feb2604f678fe1af92 Author: asdf2014 <1571805553@qq.com> Date: 2017-03-30T07:56:07Z fix style problem in `RowkeyAPIEntity` commit 8d7481dd97aba52a777b97e2f2a4341881d6098a Author: asdf2014 <1571805553@qq.com> Date: 2017-03-30T09:01:50Z change log level of slf4j commit 4cb4aa9418ccaf375790861a07edbe1d69056d80 Author: asdf2014 <1571805553@qq.com> Date: 2017-03-30T09:52:43Z add slf4j level into before_install ---- --- 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. ---