[
https://issues.apache.org/jira/browse/HADOOP-17655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Akira Ajisaka updated HADOOP-17655:
-----------------------------------
Description:
Jetty 9.4.39 has a critical bug:
https://github.com/eclipse/jetty.project/issues/6152
It causes http put failure in HttpFS with SSL enabled.
{noformat}
curl --negotiate -u : "https://<HttpFS
host>:<port>/webhdfs/v1/<output>?op=CREATE&data=true" -X PUT -H
Content-Type:application/octet-stream -T <input>
curl: (55) TCP connection reset by peer
{noformat}
was:
Jetty 9.4.39 has a critical bug:
https://github.com/eclipse/jetty.project/issues/6152
It causes http put failure in HttpFS.
{noformat}
curl --negotiate -u : "https://<HttpFS
host>:<port>/webhdfs/v1/<output>?op=CREATE&data=true" -X PUT -H
Content-Type:application/octet-stream -T <input>
curl: (55) TCP connection reset by peer
{noformat}
> Upgrade Jetty to 9.4.40
> -----------------------
>
> Key: HADOOP-17655
> URL: https://issues.apache.org/jira/browse/HADOOP-17655
> Project: Hadoop Common
> Issue Type: Bug
> Environment: Hadoop 3.3.0 + HADOOP-17625 + many patches
> Reporter: Akira Ajisaka
> Priority: Blocker
> Labels: release-blocker
>
> Jetty 9.4.39 has a critical bug:
> https://github.com/eclipse/jetty.project/issues/6152
> It causes http put failure in HttpFS with SSL enabled.
> {noformat}
> curl --negotiate -u : "https://<HttpFS
> host>:<port>/webhdfs/v1/<output>?op=CREATE&data=true" -X PUT -H
> Content-Type:application/octet-stream -T <input>
> curl: (55) TCP connection reset by peer
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]