Taier icon indicating copy to clipboard operation
Taier copied to clipboard

周期实例缺少异常情况处理、重跑任务没有处理重跑标志

Open QAQ-Jun opened this issue 3 years ago • 0 comments

Search before asking

  • [X] I had searched in the issues and found no similar issues.

What happened

  1. 周期实例生成分批切割,分割计算数存在误差)
  2. 周期实例生成过程中,未处理部分任务删除情况
  3. 周期实例重跑,没有更新周期实例状态

What you expected to happen

1.周期实例生成分批切割,计算数据存在误差 image

2.周期实例生成中,如果任务被删除,会导致最后处理的批次获取到的任务为空,导致CountDownLatch没有-1,导致后面await()一直在等待 image image

How to reproduce

Anything else

No response

Version

master

Are you willing to submit PR?

  • [ ] Yes I am willing to submit a PR!

Code of Conduct

QAQ-Jun avatar Sep 02 '22 08:09 QAQ-Jun