You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@flink.apache.org by Flink CI <fl...@foxmail.com> on 2020/03/11 11:23:13 UTC

Broken: apache/flink#42843 (release-1.10 - f1bd35c)

|  [

apache

/

flink

](https://travis-ci.org/apache/flink)  
---  
  
![branch icon](https://s3.amazonaws.com/travis-email-
assets/branch.png)[release-1.10](https://github.com/apache/flink/tree/release-1.10)  
  
|

![build hasfailed](https://s3.amazonaws.com/travis-email-assets/status-
failed.png)

[Build #42843 broken](https://travis-ci.org/apache/flink/builds/660980450)

![arrow to build time](https://s3.amazonaws.com/travis-email-assets/failure-
arrow.png)

![clock icon](https://s3.amazonaws.com/travis-email-assets/time.png)4 hrs, 36
mins, 31 secs  
  
---  
  
![Arvid Heise
avatar](https://secure.gravatar.com/avatar/c91ac7e01571fc7a2c3d0a8863e28b58.jpg)Arvid
Heise

[f1bd35c CHANGESET
->](https://github.com/apache/flink/compare/5e16cdf16725...f1bd35c3fb3f)  
  
[FLINK-16014][s3] Force usage of SAXParserFactory over XMLReaderFactory  
  
This avoids a ClassNotFound exception of the underlying XML reader class in
plugin classloaders.  
Root cause is a bug in JDK8 (JDK-8015099). XMLReaderFactory caches the class
name independent of the classloader. On EMR, xercesImpl is on classpath
(because of HDFS) and will be loaded at some point in time.