You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Sebastian Nagel (Jira)" <ji...@apache.org> on 2019/11/15 10:56:00 UTC

[jira] [Updated] (NUTCH-2396) Cannot stop or abort fetch job via REST API

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

Sebastian Nagel updated NUTCH-2396:
-----------------------------------
    Fix Version/s: 1.17

> Cannot stop or abort fetch job via REST API
> -------------------------------------------
>
>                 Key: NUTCH-2396
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2396
>             Project: Nutch
>          Issue Type: Bug
>          Components: fetcher
>    Affects Versions: 1.13
>            Reporter: Sergey
>            Priority: Major
>             Fix For: 1.17
>
>
> Case 1:
> 1) Run fetch job via REST API.
> 2) Send stop job  request.
> 3) Request finished with code 200 and returned string 'false'.
> 4) Job state changed to "STOPPING" and stopped only after finished *all* his work.
> Case 2:
> 1) Run fetch job via REST API.
> 2) Send abort job request.
> 3) Request finished with code 200 and returned string 'false'.
> 4) Job state changed  to "KILLED", but job continue working and stopped after finished *all* his work.



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