You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "lining (Jira)" <ji...@apache.org> on 2019/12/03 07:00:01 UTC

[jira] [Updated] (FLINK-11405) Add maxExceptions query parameter

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

lining updated FLINK-11405:
---------------------------
    Description: 
Now failover just show limit size task failover latest time(ps:According to the current flink [code|https://github.com/apache/flink/blob/34b5399f4effb679baabd8bca312cbf92ec34165/flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/job/JobExceptionsHandler.java#L54] ).If  exceptions are more then 20, user couldn't see all.

Update the rest api for supporting user could define exception's size to show when query it. Such as by /jobs/:jobid/exceptions?maxExceptions=[maxExceptions]

  was:
Now failover just show limit size task failover latest time(ps:According to the current flink [code|https://github.com/apache/flink/blob/34b5399f4effb679baabd8bca312cbf92ec34165/flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/job/JobExceptionsHandler.java#L54] ).If  exceptions are more then 20, user couldn't see all.

Update the rest api for supporting user could define exception's size to show when query it. Such as by /jobs/:jobid/exceptions?size=[size]


> Add maxExceptions query parameter
> ---------------------------------
>
>                 Key: FLINK-11405
>                 URL: https://issues.apache.org/jira/browse/FLINK-11405
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / REST
>            Reporter: lining
>            Assignee: lining
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.10.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Now failover just show limit size task failover latest time(ps:According to the current flink [code|https://github.com/apache/flink/blob/34b5399f4effb679baabd8bca312cbf92ec34165/flink-runtime/src/main/java/org/apache/flink/runtime/rest/handler/job/JobExceptionsHandler.java#L54] ).If  exceptions are more then 20, user couldn't see all.
> Update the rest api for supporting user could define exception's size to show when query it. Such as by /jobs/:jobid/exceptions?maxExceptions=[maxExceptions]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)