Commit graph

5617 commits

Author SHA1 Message Date
xiao-77
e2e5f0de4a Add func rebuilt cfg in sdb while add new global cfg. 2024-12-12 11:17:21 +08:00
xiao-77
a79fbfd318 Merge branch '3.0' into enh/3.0/TS-5007 2024-12-12 09:49:17 +08:00
xiao-77
9f692705c7 Fix ci mem leak. 2024-12-12 09:42:56 +08:00
Shengliang Guan
ebcf538c05 Merge branch 'main' into merge/mainto3.0 2024-12-11 20:12:50 +08:00
Shengliang Guan
a1d196688e
Merge pull request #29038 from taosdata/enh/useSafySysFunc
Replace unsafe memory functions with safe versions
2024-12-11 19:47:47 +08:00
xiao-77
391efd6bb9 Fix ci errors. 2024-12-11 18:36:07 +08:00
xiao-77
c50781d089 Send alter msg sync. 2024-12-11 15:46:44 +08:00
Shengliang Guan
5e59081640 Merge branch 'main' into merge/mainto3.0 2024-12-11 05:42:38 +00:00
xiao-77
99f4aadef1 Fix review errors. 2024-12-11 09:35:35 +08:00
xiao-77
28ea9b9f60 Fix review errors. 2024-12-10 20:13:53 +08:00
yihaoDeng
32c370f368 Merge remote-tracking branch 'origin/main' into enh/useSafySysFunc 2024-12-10 19:22:07 +08:00
Shengliang Guan
1553d507e5 enh: add password character rules 2024-12-10 11:08:58 +00:00
Zhixiao Bao
405d924a6f
Merge branch '3.0' into enh/3.0/TS-5007 2024-12-10 14:32:43 +08:00
xiao-77
db2a1a84d3 Fix build errors. 2024-12-10 14:29:12 +08:00
WANG MINGMING
4a3eda51e0
Merge branch '3.0' into feat/TD-32642 2024-12-10 14:11:47 +08:00
xiao-77
430cf9a806 Fix some review errors. 2024-12-10 14:07:31 +08:00
xiao-77
1ced6069ee Fix some review problems. 2024-12-10 10:39:50 +08:00
xiao-77
37d6af96b0 enh some codes. 2024-12-09 19:36:15 +08:00
xiao-77
23415cc6d7 Fix some review errors. 2024-12-09 19:07:27 +08:00
Shengliang Guan
b99f32b8f0 Merge branch '3.0' into merge/mainto3.0 2024-12-09 19:06:11 +08:00
Shengliang Guan
e99b888654 Merge branch 'main' into merge/mainto3.0 2024-12-09 19:06:06 +08:00
Shengliang Guan
1b7d5e7ce6
Merge pull request #29011 from taosdata/fix/exit-fail-retry-when-follower
fix/exit-fail-retry-when-follower
2024-12-09 17:56:21 +08:00
yihaoDeng
a5e3f54ca2 remove invalid ptr 2024-12-09 15:44:57 +08:00
yihaoDeng
32b5ec1da7 opt code 2024-12-09 14:35:12 +08:00
yihaoDeng
b5642faef5 Merge remote-tracking branch 'origin/main' into enh/useSafySysFunc 2024-12-09 13:46:45 +08:00
dmchen
4114019580 fix/exit-fail-retry-when-follower 2024-12-09 10:50:36 +08:00
dmchen
a7a25b93fd fix/exit-fail-retry-when-follower 2024-12-09 10:50:25 +08:00
WANG MINGMING
88f0a42cdc
Merge branch '3.0' into feat/TD-32642 2024-12-07 20:43:26 +08:00
Haojun Liao
06f91b64e6 fix(stream): fix syntax error. 2024-12-07 11:51:42 +08:00
yihaoDeng
b9d92bd7b7 use safe sys func 2024-12-06 21:44:23 +08:00
Haojun Liao
85c7d513c5 refactor(stream): remove unused variables. 2024-12-06 19:17:35 +08:00
Haojun Liao
1d700079d4 refactor: 1) add update task nodeep trans for every involved streams. 2) do some internal refactor for conflict check. 2024-12-06 18:56:49 +08:00
xiao-77
d8c5c65f74 fix recv return code . 2024-12-06 18:17:16 +08:00
xiao-77
f79c2333b2 Fix mnode = 3 ,config lost. 2024-12-06 17:38:10 +08:00
xiao-77
36c7d0f146 Fix ci cases. 2024-12-06 14:17:43 +08:00
xiao-77
c653daf5dc Fix unit test. 2024-12-06 11:37:45 +08:00
xiao-77
053ad5557f Skip invalid sdb raw. 2024-12-06 11:15:28 +08:00
yihaoDeng
66771b41a0 Merge remote-tracking branch 'origin/main' into enh/useSafySysFunc 2024-12-06 10:36:09 +08:00
Shengliang Guan
d774a69e4d
Merge pull request #28998 from taosdata/fix/main/TD-32416
replace unsafe funcs in parser/planner/nodes
2024-12-06 09:55:34 +08:00
wangmm0220
0165684131 feat:[TD-32642] merge from 3.0 2024-12-05 23:47:46 +08:00
xiao-77
3a32980577 Fix some ci case errors. 2024-12-05 17:00:57 +08:00
yihaoDeng
9e7da45d37 use safe sys func 2024-12-05 16:54:10 +08:00
yihaoDeng
c5c56606c4 use safe sys func 2024-12-05 16:35:45 +08:00
xiao-77
cf5960d847 Fix mem error at mndConfig.c. 2024-12-05 10:58:56 +08:00
xiao-77
cb50b1e52c Fix some mem errors and add dmstop while verify failed. 2024-12-05 09:16:10 +08:00
xiao-77
dbaa4349ea Merge branch '3.0' into enh/3.0/TS-5007 2024-12-04 19:34:14 +08:00
xiao-77
eb202e556a Fix sdb lost val while kill taosd. 2024-12-04 19:32:21 +08:00
wangmm0220
f338357477 feat:[TD-32642] add test case for charset 2024-12-04 18:50:52 +08:00
yihaoDeng
215208a985 Replace unsafe memory functions with safe versions 2024-12-04 13:35:11 +08:00
dmchen
495e224319 fix/calculate-vnode-memory-used 2024-12-04 09:49:52 +08:00