[
https://issues.apache.org/jira/browse/FLINK-24020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gyula Fora updated FLINK-24020:
-------------------------------
Affects Version/s: 1.14.0
> Aggregate HTTP requests before custom netty handers are getting the data
> ------------------------------------------------------------------------
>
> Key: FLINK-24020
> URL: https://issues.apache.org/jira/browse/FLINK-24020
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Web Frontend
> Affects Versions: 1.14.0, 1.15.0
> Reporter: Gabor Somogyi
> Priority: Major
>
> Custom netty handlers can do authentication (amongst other possibilities).
> This requires that the handlers are getting the whole HttpRequest content and
> not just partial data.
> At the moment it's not implemented this way which ends-up in flaky behaviour.
> Namely sometimes for example History server responds properly (when the
> request fits into one netty chunk) but sometimes authentication fails (when
> the request split into multiple netty chunks).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)