Github user merrimanr commented on the issue:
https://github.com/apache/metron/pull/1143
@justinleet I am seeing different behavior. When I submit a query, the
cancel button appears but is disabled. I am not able to kill a job in the
middle of submission. After the job submission request returns with a job id,
the cancel button becomes active. When I click the cancel button, the kill
command succeeds with no errors. If we want to add a "Cancellation in
progress" message while the kill request is being processed I think that makes
sense. For me, this is working as expected.
The error you posted has nothing to do with the state of a job submission.
My guess is that you don't have the most recent code deployed in full dev.
That 405 error suggests that endpoint doesn't exist. Let me know if I am
misunderstanding something.
---