Commit Graph

779 Commits

Author SHA1 Message Date
kailixu d0059d2d9d enh: support config randErrorScope dynamically 2024-08-15 13:25:04 +08:00
Hongze Cheng 9796c9dfa4
Merge pull request #27179 from taosdata/enh/TD-31403
Enh/TD-31403
2024-08-14 09:39:12 +08:00
Hongze Cheng b5951a9efa
Merge pull request #27155 from taosdata/enh/TD-31375-3.0
enh: simulate random i/o error
2024-08-13 18:31:35 +08:00
Hongze Cheng 9ead181d19
Merge pull request #27134 from taosdata/feat/TD-31289-3.0
feat: cos support for multi s3 cfg
2024-08-13 18:25:52 +08:00
yihaoDeng 8ecc327cbd change default paramete 2024-08-13 16:58:53 +08:00
kailixu ee05a536ef enh: support config randErrorDivisor dynamically 2024-08-13 14:19:28 +08:00
yihaoDeng 7b4f785a44 change queue limit 2024-08-13 11:43:51 +08:00
yihaoDeng 8250a51317 change queue limit 2024-08-13 11:18:29 +08:00
Shungang Li 21f8d6b7c1 fix: memleak in taosSplitS3Cfg 2024-08-12 16:57:10 +08:00
Shungang Li debd1e2308 feat: cos support for multi s3 cfg 2024-08-09 17:08:17 +08:00
wangmm0220 3ef942bf4b Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-3718 2024-08-08 10:59:45 +08:00
Shungang Li 1ef464cd78 fix: (errcode) ignore empty timezone str 2024-08-06 17:11:16 +08:00
dapan1121 d59e3512ee
Merge pull request #26948 from taosdata/enh/addRandError
enh: add rand error test
2024-08-04 18:22:14 +08:00
wangmm0220 4d19f48d8a feat:[TS-3718]save slow log file one day one file 2024-08-02 16:29:48 +08:00
dapan1121 857d9e825b enh: add rand error test 2024-08-02 13:29:47 +08:00
Shungang Li 965a4e56ea fix: check taosSetSystemLocale errcode 2024-08-02 11:12:03 +08:00
Shungang Li d9a7d20d22 fix: ignore taosSetSystemLocale error temporarily 2024-07-30 14:42:17 +08:00
Shungang Li 839eca2694 enh: tglobal handle errcode 2024-07-30 14:39:47 +08:00
Cary Xu e42f013eac
Update tglobal.c 2024-07-29 22:03:50 +08:00
kailixu a7c54f19a0 fix: load config from apollo url 2024-07-29 15:53:15 +08:00
Shungang Li a2800cf358 fix: checkpointInterval max range 2024-07-26 23:08:16 +08:00
Shungang Li 00ce16ed44 fix: taosSetServerCfg return 2024-07-26 23:08:16 +08:00
Shungang Li eeb7991680 fix: (errcode) taosCfgSetOption return value 2024-07-26 23:08:16 +08:00
Shungang Li b8b9dd1c47 fix: alter cfg return error 2024-07-26 23:08:16 +08:00
Shungang Li 3fde6efb4e fix: taosSetAllDebugFlag ignore flag=0 2024-07-26 23:07:22 +08:00
Shungang Li 5b8a67e59e feat: (errcode) tglobal.c 2024-07-26 23:07:08 +08:00
dapan1121 39dbf7eec6 Merge remote-tracking branch 'origin/3.0' into fix/TD-31073.3 2024-07-25 14:04:13 +08:00
Hongze Cheng c5d1c890af
Merge pull request #26748 from taosdata/feat/TD-30991-3.0
feat: (errcode) tconfig.c && more for ttime.c/geomFunc.c/geosWrapper.c
2024-07-25 09:03:58 +08:00
dapan1121 8691908cc3 fix: os return code 2024-07-24 16:37:54 +08:00
Haojun Liao a09ad7a81e
Merge pull request #26743 from taosdata/fix/syntax
fix(stream): check return value, and do some internal refactor.
2024-07-24 15:47:45 +08:00
Shungang Li 4281289eef feat: (errcode) tconfig.c 2024-07-24 15:16:46 +08:00
dapan1121 ae2210f7cc Merge remote-tracking branch 'origin/3.0' into fix/TD-31073 2024-07-23 15:08:09 +08:00
dapan1121 9e8d94a69a fix: add function return code validation 2024-07-23 15:03:24 +08:00
Haojun Liao 7497f193c7 fix(stream): check return value, and do some internal refactor. 2024-07-23 14:47:29 +08:00
Yihao Deng 71ec35a7da Merge remote-tracking branch 'origin/3.0' into fix/addErrorToMgmt 2024-07-18 00:48:38 +00:00
Yihao Deng 6c39f81c7b refactor error 2024-07-16 01:04:16 +00:00
Shungang Li 57dc3f4562 fix: disable dynamic modification of 'tempdir' 2024-07-15 15:15:17 +08:00
dmchen c6c323f40e fix/TS-5154 2024-07-11 05:46:38 +00:00
dmchen fef33e91b3 fix/TS-5154 2024-07-10 09:49:46 +00:00
dmchen 3a4412b282 fix/TD-30876 2024-07-05 06:24:53 +00:00
wangjiaming0909 6c6f322a83 change vnode/qnode query threads min value 2024-07-01 11:08:40 +08:00
wangjiaming0909 11a98ffab2 QueryAutoQWorker 2024-07-01 11:08:39 +08:00
dapan1121 7074260e75
Merge pull request #26307 from taosdata/fix/TS-4921
fix:[TS-4921] errors in test
2024-06-27 14:20:51 +08:00
wangmm0220 d4b31cfd8e fix:[TS-4921] errors in test 2024-06-26 18:32:09 +08:00
Hongze Cheng b761bd2e38 enh: port main change to 3.0 2024-06-26 10:32:15 +08:00
wangmm0220 c35f947e70 fix:add db configuration that not reportted 2024-06-24 19:44:55 +08:00
wangmm0220 e517db6462 fix:add db configuration that not reportted 2024-06-24 19:19:46 +08:00
wangmm0220 e66be025c5 fix:add db configuration that not reportted 2024-06-24 15:48:35 +08:00
wangmm0220 d0ca79ddca fix:add monitor result for show cluster variables 2024-06-23 18:17:50 +08:00
wangmm0220 65fac20367 fix:[TS-4921] merge from 3.0 2024-06-22 15:02:34 +08:00