FATE icon indicating copy to clipboard operation
FATE copied to clipboard

Task keeps running when job is canceled && Job can be submitted while other party lacks of route info

Open SennriSyunnga opened this issue 3 years ago • 0 comments
trafficstars

Describe the bug There are two problems included:

  1. job can be submitted successfully on party 9999 while other parties (like 10000) lack of route table infomation (dont have 9999). In the old version of Fate, this kind of job would be rejected immediately when someone tries to submit it.
  2. When job is canceled on 9999 in this condition, the job on 10000 would be canceled as well, but the tasks of the job won't. This is unexpected, too.

To Reproduce Steps to reproduce the behavior:

  1. 9999 party has enough route table info. 10000 party doesnt have any route table info or just lacks of 9999 info
  2. 9999 submit job (would succeed, but should be rejected in former version)
  3. errors appear on the fateboard.
  4. now cancel the job on fateboard of 9999
  5. job would be canceled, however, you could see that reader module is still running inside job page.
  6. then go to the mysql, you would find the reader_0 module is in running status as well. Expected behavior A clear and concise description of what you expected to happen.
  7. the job should be rejected as soon as it is submitted due to route table info lackage.
  8. the tasks of job must be canceled after job is canceled. Screenshots The job is canceled 1 The task appears running 2 The task is in running status 3

Server:

  • OS: ubuntu 18

Desktop:

  • OS: windows
  • Browser chrome
  • Version 102.0.5005.63

Additional context Fate version 1.7.2

SennriSyunnga avatar Jun 16 '22 02:06 SennriSyunnga