Github user mushketyk commented on the issue:
https://github.com/apache/flink/pull/2244
@wuchong
Tests passed on most platforms, and failures do not seem to be related to
code that added/changed:
```
java.lang.IllegalStateException: cannot create children while terminating
or terminated
at akka.actor.dungeon.Children$class.makeChild(Children.scala:200)
at akka.actor.dungeon.Children$class.attachChild(Children.scala:40)
at akka.actor.ActorCell.attachChild(ActorCell.scala:369)
at akka.actor.ActorSystemImpl.actorOf(ActorSystem.scala:555)
at
org.apache.flink.runtime.client.JobClient.submitJobAndWait(JobClient.java:120)
at
org.apache.flink.runtime.minicluster.FlinkMiniCluster.submitJobAndWait(FlinkMiniCluster.scala:485)
at
org.apache.flink.runtime.minicluster.FlinkMiniCluster.submitJobAndWait(FlinkMiniCluster.scala:471)
at
org.apache.flink.runtime.minicluster.FlinkMiniCluster.submitJobAndWait(FlinkMiniCluster.scala:463)
at
org.apache.flink.test.util.TestEnvironment.execute(TestEnvironment.java:78)
at
org.apache.flink.api.table.sink.CsvTableSinkTest.writeToCsv(CsvTableSinkTest.scala:69)
at
org.apache.flink.api.table.sink.CsvTableSinkTest.testSaveDataSetToCsvFileWithDefaultDelimiter(CsvTableSinkTest.scala:48)
```
Are there issues with these platforms?
---
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.
---