[ https://issues.apache.org/jira/browse/FLINK-3874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15420641#comment-15420641 ]
ASF GitHub Bot commented on FLINK-3874: --------------------------------------- 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? > Add a Kafka TableSink with JSON serialization > --------------------------------------------- > > Key: FLINK-3874 > URL: https://issues.apache.org/jira/browse/FLINK-3874 > Project: Flink > Issue Type: New Feature > Components: Table API & SQL > Reporter: Fabian Hueske > Assignee: Ivan Mushketyk > Priority: Minor > > Add a TableSink that writes JSON serialized data to Kafka. -- This message was sent by Atlassian JIRA (v6.3.4#6332)