Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-8984

Disabling credit based flow control deadlocks Flink on checkpoint

    XMLWordPrintableJSON

Details

    Description

      This is configuration issue. There are two options: 

      taskmanager.network.credit-based-flow-control.enabled

      and

      taskmanager.exactly-once.blocking.data.enabled

      If we disable first one, but remain default value for the second one deadlocks will occur. I think we can safely drop the second config value altogether and always use blocking BarrierBuffer for credit based flow control and spilling BarrierBuffer for non credit based flow control.

      cc zjwang

      Attachments

        Issue Links

          Activity

            People

              pnowojski Piotr Nowojski
              pnowojski Piotr Nowojski
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: