You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2018/03/14 08:46:00 UTC

[jira] [Resolved] (FLINK-7521) Remove the 10MB limit from the current REST implementation.

     [ https://issues.apache.org/jira/browse/FLINK-7521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Till Rohrmann resolved FLINK-7521.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.6.0

Fixed via 

1.6.0:

6f46d6db182fa768417ac1397c0abe3f30da1942

9905700ad3f461d93862eb469ccda1682351579f

da3fc4fde2796af262dd275f3ea87a5b7bc69c5a

 

1.5.0:

3d0abd2824619cbf82ea4e91f74d859391a09d58

8169ff5d471c2af342cd38d132c383262be798b2

23a0917ccd44689ee06379e7a402149940b0e79c

> Remove the 10MB limit from the current REST implementation.
> -----------------------------------------------------------
>
>                 Key: FLINK-7521
>                 URL: https://issues.apache.org/jira/browse/FLINK-7521
>             Project: Flink
>          Issue Type: Improvement
>          Components: REST
>    Affects Versions: 1.4.0, 1.5.0, 1.6.0
>            Reporter: Kostas Kloudas
>            Assignee: Gary Yao
>            Priority: Blocker
>              Labels: flip6
>             Fix For: 1.5.0, 1.6.0
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)