1. 27 6月, 2021 1 次提交
    • J
      Rename file and add some comment/changes (#6587) · 9a062484
      Jun Li 提交于
      1. rename semphone to semaphore
      2. add comment for tsched.h
      3. change the function signature for taosSchedulerTask, changing from
      return int to void. We currently don't check any return code of the function.
      4. add some error handlings. For fatal error, just exit the process because
      the program may run into a random state.
      9a062484
  2. 23 6月, 2021 1 次提交
  3. 22 6月, 2021 2 次提交
  4. 19 6月, 2021 1 次提交
  5. 04 6月, 2021 1 次提交
  6. 01 6月, 2021 1 次提交
    • sangshuduo's avatar
      Feature/sangshuduo/td 3973 use jemalloc (#6319) · 09c4c281
      sangshuduo 提交于
      * [TD-3973]<feature>: add jemalloc as submodule.
      
      * add macro definitions in cmake.
      
      * [TD-3973]<feature>: use jemalloc.
      
      build works as following instructions:
      
      cmake .. -DJEMALLOC_ENABLED=true
      
      make
      
      * fix jemalloc at tag 5.2.1
      
      * link jemalloc works.
      
      * make install works.
      
      * support jemalloc in release.sh.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      09c4c281
  7. 27 5月, 2021 1 次提交
  8. 21 5月, 2021 1 次提交
  9. 09 5月, 2021 5 次提交
  10. 08 5月, 2021 6 次提交
  11. 23 4月, 2021 1 次提交
  12. 01 4月, 2021 1 次提交
  13. 19 3月, 2021 1 次提交
  14. 13 3月, 2021 1 次提交
  15. 05 3月, 2021 1 次提交
  16. 04 2月, 2021 1 次提交
  17. 02 2月, 2021 2 次提交
  18. 01 2月, 2021 3 次提交
  19. 26 1月, 2021 1 次提交
  20. 25 1月, 2021 1 次提交
  21. 24 1月, 2021 2 次提交
  22. 23 1月, 2021 1 次提交
  23. 22 1月, 2021 2 次提交
  24. 20 1月, 2021 1 次提交
    • F
      1. bugFix: typo in eok.c which results in memory leakage · d73cdd65
      freemine 提交于
      2. for the sake of SIGALRM used in the base code, add taos_block_sigalrm and so forth
      3. TODO: getaddrinfo would block a few unnecessary seconds when host ~ *.local
               better give warning/suggestion message to user, or just bypass getaddrinfo
               and fail the function
      d73cdd65
  25. 19 1月, 2021 1 次提交