Commit Graph

147 Commits

Author SHA1 Message Date
xiao-77 cda8bd8047 Add category in configuration's struct 2024-10-21 13:51:33 +08:00
xsren e03ccdc6e2 replace snprintf 2024-10-10 10:35:48 +08:00
Hongze Cheng d3eab57766 enh: handle some error logs 2024-09-26 18:35:00 +08:00
Hongze Cheng 53caf9f018 ehn: remove void 2024-09-26 10:43:16 +08:00
lyh250-666 3db73b7244 enh:modify error code passing 2024-09-23 13:39:23 +08:00
kailixu 1b53ba2df4 enh: check memory allocation 2024-09-18 23:17:08 +08:00
Pan Wei 19de8651b6
Merge pull request #27809 from taosdata/enh/TD-31691
enh:modify error code passing
2024-09-12 09:15:31 +08:00
lyh250-666 f9126f1211 enh:modify error code passing 2024-09-11 14:11:51 +08:00
xsren aea768d2c0 osFile 2024-09-10 17:40:19 +08:00
xsren aa5683cfd9 osfile 2024-09-10 14:55:14 +08:00
Pan Wei c959a13c25
Merge pull request #27533 from taosdata/fix/TD-31696
fix:[TD-31696]print error log to screen if parsing config file error …
2024-08-30 17:37:03 +08:00
wangmm0220 efb010ab9b fix:[TD-31696]print error log to screen if init error 2024-08-30 14:50:01 +08:00
wangmm0220 f4a91c91b1 fix:[TD-31696]print error log to screen if init error 2024-08-30 10:04:48 +08:00
wangmm0220 35f83bd70a fix:[TD-31696]print error log to screen if init error 2024-08-30 10:04:01 +08:00
wangmm0220 c7776e9dac fix:[TD-31696]print error log to screen if parsing config file error for client 2024-08-29 11:25:57 +08:00
Pan Wei 968b90c1eb
Merge pull request #27484 from taosdata/fix/TD-31696
fix:[TD-31696] decimal number check error in config file because precision different in float and double
2024-08-28 18:56:23 +08:00
wangmm0220 a2e7e18440 fix:[TD-31696] change fmin/fmax in SConfigItem from double to float 2024-08-28 10:13:25 +08:00
wangmm0220 132be58f2a fix:[TD-31696]print the float number in a compact way 2024-08-27 13:50:52 +08:00
wangmm0220 1b075efb0e fix:[TD-31694]add specific error log if load config file error 2024-08-27 11:14:25 +08:00
wangmm0220 53eb026559 fix:[TD-31696] decimal number check error in config file because precision different in float and double 2024-08-27 10:23:02 +08:00
Hongze Cheng a092582a0c enh: clear useless asserts 2024-08-22 14:14:44 +08:00
Shungang Li 1ef464cd78 fix: (errcode) ignore empty timezone str 2024-08-06 17:11:16 +08:00
kailixu 155c693326 fix: memory leak when parse apollo failed 2024-07-29 17:40:10 +08:00
kailixu a7c54f19a0 fix: load config from apollo url 2024-07-29 15:53:15 +08:00
Haojun Liao c180bca6aa refactor: do some internal refactor 2024-07-28 13:15:09 +08:00
Haojun Liao 67c883f587 other: merge 3.0 2024-07-28 13:07:08 +08:00
Haojun Liao 9dcbb0436a fix(util): fix the invalid read. 2024-07-28 12:57:54 +08:00
Shungang Li 1241cffcf2 enh: add more code check 2024-07-26 23:08:13 +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
dapan1121 3ac26cc32a fix: config read issue 2024-07-25 13:48:22 +08:00
Shungang Li 4281289eef feat: (errcode) tconfig.c 2024-07-24 15:16:46 +08:00
dapan1121 9e8d94a69a fix: add function return code validation 2024-07-23 15:03:24 +08:00
dapan1121 e527f2fd0b fix: validate function return value 2024-07-12 15:22:39 +08:00
wangmm0220 d4b31cfd8e fix:[TS-4921] errors in test 2024-06-26 18:32:09 +08:00
kailixu 4ed3b30352 tfs: support disable create new file 2024-06-17 06:14:49 +08:00
kailixu caa2884bc9 enh: support enable/disable tfs config entries 2024-06-13 14:13:23 +08:00
kailixu f2401f32a2 enh: support enable/disable tfs config entries 2024-06-12 15:14:38 +08:00
Haojun Liao 1f6b7bbcff fix(util): fix dead lock. 2024-04-27 10:08:15 +08:00
Haojun Liao 12570d7390 fix(client): fix deadlock. 2024-04-26 23:09:17 +08:00
Haojun Liao faa87e13b0 fix(util): fix race condition. 2024-04-26 19:12:19 +08:00
Haojun Liao 7d1e2f1f9d fix(util): set code to be success if set config success. 2024-04-25 16:38:26 +08:00
Haojun Liao c7806ebca2 fix(util): fix race condition. 2024-04-25 13:58:02 +08:00
kailixu 123090e18a fix: solve conflicts 2024-04-15 16:12:15 +08:00
Minglei Jin 6515d74fa2 Merge branch '3.0' into enh/TD-28945-pk 2024-04-11 16:02:01 +08:00
kailixu 3738ce9e10 chore: solve conflicts of sql.c 2024-04-11 11:05:58 +08:00
wangjiaming0909 8a5532dd88 add cfg value check 2024-04-10 16:48:02 +08:00
Minglei Jin a407f76165 Merge branch '3.0' into enh/TD-28945 2024-04-08 10:55:47 +08:00
Minglei Jin 44b9785853 cos/multi-write: include headers part 2024-04-08 10:33:02 +08:00
dmchen b9deb71fc5 basic function 2024-03-29 02:48:49 +00:00