1. 14 8月, 2019 1 次提交
    • weixin_48148422's avatar
      enhance robustness of scheduler · 83eb20d3
      weixin_48148422 提交于
      1. check all memory allocation failure in `taosInitScheduler`;
      2. make `pSched->numOfThreads` the actual number of created threads
      to avoid crash in `taosCleanUpScheduler` when `pSched->qthread` is NULL
      and other issues;
      3. check interruption of `sem_wait` in `taosScheduleTask`,
      and use `pTrace` instead of `pError` when `sem_wait` was interrupted;
      4. cancel all threads before join them to enable cocurrent cancellation;
      5. remove unused global variable.
      83eb20d3
  2. 13 8月, 2019 1 次提交
  3. 12 8月, 2019 4 次提交
  4. 11 8月, 2019 1 次提交
  5. 10 8月, 2019 6 次提交
  6. 09 8月, 2019 7 次提交
  7. 08 8月, 2019 10 次提交
  8. 07 8月, 2019 7 次提交
  9. 06 8月, 2019 3 次提交