damccorm opened a new issue, #19916: URL: https://github.com/apache/beam/issues/19916
I am submitting jars based on the Flink job server jar to a Flink MiniCluster (so FlinkPipelineRunner.main is being called by org.apache.flink.client.program.PackagedProgram.callMainMethod). This seems to happen after submitting 3 or so such jars. Relevant part of the dumped stack: j org.apache.beam.vendor.guava.v26_0_jre.com.google.common.collect.Iterators.addAll(Ljava/util/Collection;Ljava/util/Iterator;)Z****13 j org.apache.beam.vendor.guava.v26_0_jre.com.google.common.collect.Lists.newArrayList(Ljava/util/Iterator;)Ljava/util/ArrayList;****6 j org.apache.beam.vendor.guava.v26_0_jre.com.google.common.collect.Lists.newArrayList(Ljava/lang/Iterable;)Ljava/util/ArrayList;****32 j org.apache.beam.sdk.io.FileSystems.setDefaultPipelineOptions(Lorg/apache/beam/sdk/options/PipelineOptions;)V****25 j org.apache.beam.runners.flink.FlinkPipelineRunner.main([Ljava/lang/String;)V****3 Imported from Jira [BEAM-8834](https://issues.apache.org/jira/browse/BEAM-8834). Original Jira may contain additional context. Reported by: ibzib. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
