Gabor Somogyi created FLINK-24020:
-------------------------------------
Summary: Aggregate HTTP requests before custom netty handers
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.15.0
Reporter: Gabor Somogyi
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)