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

Matthias Pohl commented on FLINK-34357:
---------------------------------------

These failures are also most likely caused by the no space left issue 
(FLINK-34360) because the disk usage command at the end of the test reveals a 
high disk usage (see /dev/root/):
{code}
Environment Information
  Feb 05 04:54:26 Jps
  Feb 05 04:54:26 303871 Jps
  Feb 05 04:54:26 Disk information
  Feb 05 04:54:26 Filesystem      Size  Used Avail Use% Mounted on
  Feb 05 04:54:26 /dev/root        73G   71G  2.2G  98% /
  Feb 05 04:54:26 tmpfs           7.9G  172K  7.9G   1% /dev/shm
  Feb 05 04:54:26 tmpfs           3.2G  1.2M  3.2G   1% /run
  Feb 05 04:54:26 tmpfs           5.0M     0  5.0M   0% /run/lock
  Feb 05 04:54:26 /dev/sdb15      105M  6.1M   99M   6% /boot/efi
  Feb 05 04:54:26 /dev/sda1        74G  4.1G   66G   6% /mnt
  Feb 05 04:54:26 tmpfs           1.6G   12K  1.6G   1% /run/user/1001
{code}

> IllegalAnnotationsException causes "PyFlink YARN per-job on Docker test" e2e 
> test to fail
> -----------------------------------------------------------------------------------------
>
>                 Key: FLINK-34357
>                 URL: https://issues.apache.org/jira/browse/FLINK-34357
>             Project: Flink
>          Issue Type: Bug
>          Components: Deployment / YARN
>    Affects Versions: 1.18.1
>            Reporter: Matthias Pohl
>            Priority: Major
>              Labels: github-actions, test-stability
>
> https://github.com/apache/flink/actions/runs/7763815214/job/21176570116#step:14:10009
> {code}
> Feb 03 03:29:04 SEVERE: Failed to generate the schema for the JAX-B elements
> Feb 03 03:29:04 javax.xml.bind.JAXBException
> Feb 03 03:29:04  - with linked exception:
> Feb 03 03:29:04 [java.lang.reflect.InvocationTargetException]
> Feb 03 03:29:04       at 
> javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:262)
> Feb 03 03:29:04       at 
> javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:234)
> [...]
> Feb 03 03:29:04       at 
> org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
> Feb 03 03:29:04 Caused by: java.lang.reflect.InvocationTargetException
> Feb 03 03:29:04       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method)
> Feb 03 03:29:04       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> Feb 03 03:29:04       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> Feb 03 03:29:04       at java.lang.reflect.Method.invoke(Method.java:498)
> Feb 03 03:29:04       at 
> org.apache.hadoop.yarn.server.applicationhistoryservice.webapp.ContextFactory.createContext(ContextFactory.java:44)
> Feb 03 03:29:04       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
> Method)
> Feb 03 03:29:04       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> Feb 03 03:29:04       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> Feb 03 03:29:04       at java.lang.reflect.Method.invoke(Method.java:498)
> Feb 03 03:29:04       at 
> javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:247)
> Feb 03 03:29:04       ... 57 more
> Feb 03 03:29:04 Caused by: 
> com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationsException: 1 counts of 
> IllegalAnnotationExceptions
> Feb 03 03:29:04 java.util.Set is an interface, and JAXB can't handle 
> interfaces.
> Feb 03 03:29:04       this problem is related to the following location:
> Feb 03 03:29:04               at java.util.Set
> Feb 03 03:29:04               at public java.util.HashMap 
> org.apache.hadoop.yarn.api.records.timeline.TimelineEntity.getPrimaryFiltersJAXB()
> Feb 03 03:29:04               at 
> org.apache.hadoop.yarn.api.records.timeline.TimelineEntity
> Feb 03 03:29:04               at public java.util.List 
> org.apache.hadoop.yarn.api.records.timeline.TimelineEntities.getEntities()
> Feb 03 03:29:04               at 
> org.apache.hadoop.yarn.api.records.timeline.TimelineEntities
> Feb 03 03:29:04 
> Feb 03 03:29:04       at 
> com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationsException$Builder.check(IllegalAnnotationsException.java:91)
> Feb 03 03:29:04       at 
> com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:445)
> Feb 03 03:29:04       at 
> com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:277)
> Feb 03 03:29:04       at 
> com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:124)
> Feb 03 03:29:04       at 
> com.sun.xml.internal.bind.v2.runtime.JAXBContextImpl$JAXBContextBuilder.build(JAXBContextImpl.java:1123)
> Feb 03 03:29:04       at 
> com.sun.xml.internal.bind.v2.ContextFactory.createContext(ContextFactory.java:147)
> Feb 03 03:29:04       ... 67 more
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to