[
https://issues.apache.org/jira/browse/FLINK-32341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17732620#comment-17732620
]
chenyuexin commented on FLINK-32341:
------------------------------------
I submitting the official example demo job by standalone deployment, the start
shell commands for JM and TM are as follows
{code:shell}
cp examples/streaming/StateMachineExample.jar lib
{code}
{code:shell}
./bin/standalone-job.sh start -j
org.apache.flink.streaming.examples.statemachine.StateMachineExample
{code}
{code:shell}
./bin/taskmanager.sh start
{code}
> Fix resource requirements rest API response empty result
> ---------------------------------------------------------
>
> Key: FLINK-32341
> URL: https://issues.apache.org/jira/browse/FLINK-32341
> Project: Flink
> Issue Type: Bug
> Components: Runtime / REST
> Affects Versions: 1.18.0
> Reporter: chenyuexin
> Priority: Major
> Labels: pull-request-available
> Attachments: image-2023-06-14-22-57-57-830.png,
> image-2023-06-14-22-58-02-270.png
>
>
> I build the latest master branch with flink-1.18-SNAPSHOT, setting adaptive
> schedule-mode configuration, start a streaming job by standalone deployment
> and try to change per-vertex desired parallelism through WEB UI, then I found
> that the get method request for /jobs/:jobid/resource-requirements API did
> not response anything and then causing the put method request for
> /jobs/:jobid/resource-requirements is fail to desired parallelism
--
This message was sent by Atlassian Jira
(v8.20.10#820010)