Github user rmetzger commented on the issue:
https://github.com/apache/flink/pull/2425
It seems that some of the YARN tests are failing because the jobmanager /
application master is logging:
```
2016-08-27 08:48:54,858 INFO org.apache.flink.yarn.YarnJobManager
- ApplicatonMaster will shut down YARN session when job
f56f54e7288172fdc16966c04e343d91 has finished.
2016-08-27 08:48:55,370 ERROR
org.apache.flink.runtime.blob.BlobServerConnection - Error while
executing BLOB connection.
java.io.EOFException: Read an incomplete length
at
org.apache.flink.runtime.blob.BlobUtils.readLength(BlobUtils.java:282)
at
org.apache.flink.runtime.blob.BlobServerConnection.readCookie(BlobServerConnection.java:487)
at
org.apache.flink.runtime.blob.BlobServerConnection.validateSecureCookie(BlobServerConnection.java:499)
at
org.apache.flink.runtime.blob.BlobServerConnection.run(BlobServerConnection.java:107)
2016-08-27 08:48:55,453 INFO org.apache.flink.yarn.YarnJobManager
- Submitting job f56f54e7288172fdc16966c04e343d91 (Flink Java
Job at Sat Aug 27 08:48:46 UTC 2016).
2016-08-27 08:48:55,465 INFO org.apache.flink.yarn.YarnJobManager
- Using restart strategy NoRestartStrategy for
f56f54e7288172fdc16966c04e343d91.
2016-08-27 08:48:55,524 INFO org.apache.flink.yarn.YarnJobManager
- Scheduling job f56f54e7288172fdc16966c04e343d91 (Flink Java
Job at Sat Aug 27 08:48:46 UTC 2016).
2016-08-27 08:48:55,525 INFO
org.apache.flink.runtime.executiongraph.ExecutionGraph - CHAIN
DataSource (at getDefaultTextLineDataSet(WordCountData.java:70)
(org.apache.flink.api.java.io.CollectionInputFormat)) -> FlatMap (FlatMap at
main(WordCount.java:80)) -> Combine(SUM(1), at main(WordCount.java:83) (1/1)
(f5b14d29193f2a64970a98423aa00be2) switched from CREATED to SCHEDULED
2016-08-27 08:48:55,535 INFO org.apache.flink.yarn.YarnJobManager
- Status of job f56f54e7288172fdc16966c04e343d91 (Flink Java
Job at Sat Aug 27 08:48:46 UTC 2016) changed to RUNNING.
2016-08-27 08:48:55,547 INFO
org.apache.flink.runtime.executiongraph.ExecutionGraph - CHAIN
DataSource (at getDefaultTextLineDataSet(WordCountData.java:70)
(org.apache.flink.api.java.io.CollectionInputFormat)) -> FlatMap (FlatMap at
main(WordCount.java:80)) -> Combine(SUM(1), at main(WordCount.java:83) (1/1)
(f5b14d29193f2a64970a98423aa00be2) switched from SCHEDULED to DEPLOYING
2016-08-27 08:48:55,547 INFO
org.apache.flink.runtime.executiongraph.ExecutionGraph - Deploying CHAIN
DataSource (at getDefaultTextLineDataSet(WordCountData.java:70)
(org.apache.flink.api.java.io.CollectionInputFormat)) -> FlatMap (FlatMap at
main(WordCount.java:80)) -> Combine(SUM(1), at main(WordCount.java:83) (1/1)
(attempt #0) to testing-worker-linux-docker-8659bf87-3480-linux-9
2016-08-27 08:48:55,673 ERROR
org.apache.flink.runtime.blob.BlobServerConnection - Error while
executing BLOB connection.
java.io.EOFException: Read an incomplete length
at
org.apache.flink.runtime.blob.BlobUtils.readLength(BlobUtils.java:282)
at
org.apache.flink.runtime.blob.BlobServerConnection.readCookie(BlobServerConnection.java:487)
at
org.apache.flink.runtime.blob.BlobServerConnection.validateSecureCookie(BlobServerConnection.java:499)
at
org.apache.flink.runtime.blob.BlobServerConnection.run(BlobServerConnection.java:107)
```
(see:
https://s3.amazonaws.com/archive.travis-ci.org/jobs/155437254/log.txt)
---
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 [email protected] or file a JIRA ticket
with INFRA.
---