Sergey created NUTCH-2396:
-----------------------------
Summary: Cannot stop or abort fetcher 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
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 continue working and stopped after
finished *all* his work.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)