You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2024/04/19 09:58:00 UTC

[jira] [Updated] (FLINK-35039) Create Profiling JobManager/TaskManager Instance failed

     [ https://issues.apache.org/jira/browse/FLINK-35039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-35039:
-----------------------------------
    Labels: pull-request-available  (was: )

> Create Profiling JobManager/TaskManager Instance failed
> -------------------------------------------------------
>
>                 Key: FLINK-35039
>                 URL: https://issues.apache.org/jira/browse/FLINK-35039
>             Project: Flink
>          Issue Type: Bug
>          Components: Runtime / Web Frontend
>    Affects Versions: 1.19.0
>         Environment: Hadoop 3.2.2
> Flink 1.19
>            Reporter: JJJJude
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: image-2024-04-08-10-21-31-066.png, image-2024-04-08-10-21-48-417.png, image-2024-04-08-10-30-16-683.png
>
>
> I'm test the "async-profiler" feature in version 1.19, but when I submit a task in yarn per-job mode, I get an error  when I click Create Profiling Instance on the flink Web UI page.
> !image-2024-04-08-10-21-31-066.png!
> !image-2024-04-08-10-21-48-417.png!
> The error message obviously means that the yarn proxy server does not support *POST* calls. I checked the code of _*WebAppProxyServlet.java*_ and found that the *POST* method is indeed not supported, so I changed it to *PUT* method and the call was successful.
> !image-2024-04-08-10-30-16-683.png!
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)