Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-14476

Verbose print causes pipelines to get stuck on FlinkRunner.

Details

    Description

      Minimal reproduction: 
       
      def _run_pipeline(pipeline):
          def process_data(unused):
              print('a'*1000)

          _ = (
                  pipeline
                  | "Create" >> beam.Create(['a']*1000)
                  | "Process" >> beam.Map(process_data)
          )
          pipeline.run().wait_until_finish()

      See thread at https://lists.apache.org/thread/r971f432mvko4g3hmnrodh8s4n2wkk6p

      Attachments

        1. pipeline_min.py
          4 kB
          Deepak Nagaraj

        Activity

          People

            Unassigned Unassigned
            robertwb Robert Bradshaw
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: