You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Gabor Somogyi (Jira)" <ji...@apache.org> on 2021/08/27 07:57:00 UTC

[jira] [Created] (FLINK-24020) Aggregate HTTP requests before custom netty handers getting the data

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)