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

Remove the 10MB limit from the current REST implementation.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 1.4.0, 1.5.0, 1.6.0
    • 1.5.0
    • Runtime / REST

    Description

      In the current AbstractRestServer we impose an upper bound of 10MB in the states we can transfer. This is in the line .addLast(new HttpObjectAggregator(1024 * 1024 * 10)) of the server implementation.

      This limit is restrictive for some of the usecases planned to use this implementation (e.g. the job submission client which has to send full jars, or the queryable state client which may have to receive states bigger than that).

      This issue proposes the elimination of this limit.

      Attachments

        Issue Links

          Activity

            People

              gjy Gary Yao
              kkl0u Kostas Kloudas
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: