Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-24898 Some further improvements of sort-shuffle
  3. FLINK-25860

Move read buffer allocation and output file creation to setup method for sort-shuffle result partition to avoid blocking main thread

    XMLWordPrintableJSON

Details

    Description

      Currently, the read buffer allocation and output file creation of sort-shuffle is performed by the main thread. These operations are a little heavy and can block the main thread for a while which may influence other RPC calls including follow-up task deployment. This ticket aims to solve the issue by moving read buffer allocation and output file creation to setup method. 

      Attachments

        Issue Links

          Activity

            People

              tanyuxin Yuxin Tan
              kevin.cyj Yingjie Cao
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: