[
https://issues.apache.org/jira/browse/FLINK-7806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16202019#comment-16202019
]
ASF GitHub Bot commented on FLINK-7806:
---------------------------------------
Github user tillrohrmann commented on the issue:
https://github.com/apache/flink/pull/4805
I'm not entirely sure, but I think we cannot put the `JobsOverviewHandler`
under `/jobs/overview`. The problem is that it collides with `/jobs/:jobid`. If
I access `http://localhost:8081/jobs/overview` I get a
`java.lang.IllegalArgumentException: contains illegal character for hexBinary:
overview`. Not sure why it works when the call comes from the web ui.
So either we don't do this change or we register the handler under `/jobs`.
Then we would simply return a detailed view when accessing jobs. In the future
we could add an optional filter statement to not include all information. What
do you think @zentol?
> Move CurrentJobsOverviewHandler to jobs/overview
> ------------------------------------------------
>
> Key: FLINK-7806
> URL: https://issues.apache.org/jira/browse/FLINK-7806
> Project: Flink
> Issue Type: Sub-task
> Components: REST
> Affects Versions: 1.4.0
> Reporter: Till Rohrmann
> Assignee: Till Rohrmann
> Priority: Minor
> Labels: flip-6
>
> The {{CurrentJobsOverviewHandler}} is currently registered under
> {{/joboverview}}. I think it would be more idiomatic to register it under
> {{/jobs/overview}}.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)