You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 14:26:57 UTC

[GitHub] [beam] damccorm opened a new issue, #19916: setDefaultPipelineOptions causes seg fault

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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org