Github user mxm commented on the issue:
https://github.com/apache/flink/pull/2425
Thank you for the changes. I wonder, could we remove the cookie header
completely for Netty or the BlobServer in case the authorization is turned off?
The Netty protocol has a `MAGIC_NUMBER` which is checked when decoding the
message. We could use a different "magic number" to check whether we use the
normal or the cookie-based Netty protocol. This would eliminate all the
overhead of the cookie transmission. Furthermore, we should strip the cookie
from the message once we have verified it is correct.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---