[jira] [Commented] (FLINK-10421) Shaded Hadoop S3A end-to-end test failed on Travis

2018-10-06 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-10421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640656#comment-16640656
 ] 

ASF GitHub Bot commented on FLINK-10421:


tillrohrmann closed pull request #6800: [FLINK-10421][tests] Exclude 
FluentPropertyBeanIntrospector info message in common.sh
URL: https://github.com/apache/flink/pull/6800
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/flink-end-to-end-tests/test-scripts/common.sh 
b/flink-end-to-end-tests/test-scripts/common.sh
index cd21b7b75db..1dbe89a44ce 100644
--- a/flink-end-to-end-tests/test-scripts/common.sh
+++ b/flink-end-to-end-tests/test-scripts/common.sh
@@ -314,6 +314,7 @@ function check_logs_for_errors {
   | grep -v "An exception was thrown by an exception handler" \
   | grep -v "java.lang.NoClassDefFoundError: 
org/apache/hadoop/yarn/exceptions/YarnException" \
   | grep -v "java.lang.NoClassDefFoundError: 
org/apache/hadoop/conf/Configuration" \
+  | grep -v 
"org.apache.flink.fs.shaded.hadoop3.org.apache.commons.beanutils.FluentPropertyBeanIntrospector
  - Error when creating PropertyDescriptor for public final void 
org.apache.flink.fs.shaded.hadoop3.org.apache.commons.configuration2.AbstractConfiguration.setProperty(java.lang.String,java.lang.Object)!
 Ignoring this property." \
   | grep -iq "error"; then
 echo "Found error in log files:"
 cat $FLINK_DIR/log/*


 


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:
us...@infra.apache.org


> Shaded Hadoop S3A end-to-end test failed on Travis
> --
>
> Key: FLINK-10421
> URL: https://issues.apache.org/jira/browse/FLINK-10421
> Project: Flink
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.7.0
>Reporter: Dawid Wysakowicz
>Assignee: Till Rohrmann
>Priority: Critical
>  Labels: pull-request-available, test-stability
> Fix For: 1.7.0
>
>
> https://api.travis-ci.org/v3/job/432916761/log.txt



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FLINK-10421) Shaded Hadoop S3A end-to-end test failed on Travis

2018-10-05 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-10421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16640191#comment-16640191
 ] 

ASF GitHub Bot commented on FLINK-10421:


tillrohrmann opened a new pull request #6800: [FLINK-10421][tests] Exclude 
FluentPropertyBeanIntrospector info message in common.sh
URL: https://github.com/apache/flink/pull/6800
 
 
   ## What is the purpose of the change
   
   FluentPropertyBeanIntrospector logs an info message containing the word 
error. This can cause
   end-to-end tests to fail. In order to prevent this, the respective logging 
statement is excluded.
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ## Does this pull request potentially affect one of the following parts:
   
 - Dependencies (does it add or upgrade a dependency): (no)
 - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: (no)
 - The serializers: (no)
 - The runtime per-record code paths (performance sensitive): (no)
 - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
 - The S3 file system connector: (no)
   
   ## Documentation
   
 - Does this pull request introduce a new feature? (no)
 - If yes, how is the feature documented? (not applicable)
   


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:
us...@infra.apache.org


> Shaded Hadoop S3A end-to-end test failed on Travis
> --
>
> Key: FLINK-10421
> URL: https://issues.apache.org/jira/browse/FLINK-10421
> Project: Flink
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.7.0
>Reporter: Dawid Wysakowicz
>Assignee: Till Rohrmann
>Priority: Critical
>  Labels: pull-request-available, test-stability
> Fix For: 1.7.0
>
>
> https://api.travis-ci.org/v3/job/432916761/log.txt



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FLINK-10421) Shaded Hadoop S3A end-to-end test failed on Travis

2018-10-05 Thread Till Rohrmann (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-10421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16639534#comment-16639534
 ] 

Till Rohrmann commented on FLINK-10421:
---

The problem seems to be related to this string {{2018-09-25 12:55:31,783 INFO  
org.apache.flink.fs.shaded.hadoop3.org.apache.commons.beanutils.FluentPropertyBeanIntrospector
  - Error when creating PropertyDescriptor for public final void 
org.apache.flink.fs.shaded.hadoop3.org.apache.commons.configuration2.AbstractConfiguration.setProperty(java.lang.String,java.lang.Object)!
 Ignoring this property.}}. 

> Shaded Hadoop S3A end-to-end test failed on Travis
> --
>
> Key: FLINK-10421
> URL: https://issues.apache.org/jira/browse/FLINK-10421
> Project: Flink
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.7.0
>Reporter: Dawid Wysakowicz
>Priority: Critical
>  Labels: test-stability
> Fix For: 1.7.0
>
>
> https://api.travis-ci.org/v3/job/432916761/log.txt



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FLINK-10421) Shaded Hadoop S3A end-to-end test failed on Travis

2018-10-05 Thread Till Rohrmann (JIRA)


[ 
https://issues.apache.org/jira/browse/FLINK-10421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16639529#comment-16639529
 ] 

Till Rohrmann commented on FLINK-10421:
---

Another instance: https://api.travis-ci.org/v3/job/437354816/log.txt

> Shaded Hadoop S3A end-to-end test failed on Travis
> --
>
> Key: FLINK-10421
> URL: https://issues.apache.org/jira/browse/FLINK-10421
> Project: Flink
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.7.0
>Reporter: Dawid Wysakowicz
>Priority: Critical
>  Labels: test-stability
> Fix For: 1.7.0
>
>
> https://api.travis-ci.org/v3/job/432916761/log.txt



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)