Shengliang Guan
877dbd8e90
fix: complie errors
2024-11-22 22:19:42 +08:00
Shengliang Guan
f733583117
Merge branch 'main' into doc/internal
2024-11-22 16:30:48 +08:00
Shengliang Guan
2d13ce5105
refact: rename taos lib name
2024-11-22 15:33:55 +08:00
yihaoDeng
6461bb0474
unify the format of qId in the logging macros,
2024-11-20 17:03:13 +08:00
kailixu
ca49a3eaf0
chore: restore the code change
2024-11-19 09:01:45 +08:00
kailixu
3ebb664953
enh: add bypassFlag to facilitate performance testing
2024-11-18 18:12:39 +08:00
kailixu
3225c381e2
enh: add bypassFlag to facilitate performance testing
2024-11-18 15:41:08 +08:00
Jinqing Kuang
43a337ef74
enh(query)[TD-32732]: add client Id generation and usage
...
To address the issue of non-unique identifiers for query tasks, a unique
client ID (cid) is now generated during client initialization. This cid
is included in every task message sent to the server. The server will
use a composite key of <qid, cid, tid, eid> to uniquely identify each
query task.
2024-11-07 08:47:31 +08:00
dapan1121
74065f91d8
fix: data source ep issue
2024-10-30 17:39:33 +08:00
dapan1121
9f2fba6269
Merge remote-tracking branch 'origin/main' into enh/TD-32190
2024-10-28 18:48:40 +08:00
dapan1121
cea25e7f9d
fix: scheduler ut issues
2024-10-28 18:47:15 +08:00
dapan1121
33a0fd5519
fix: modify subplan validation issue
2024-10-24 18:34:53 +08:00
Shengliang Guan
81c30ab7c0
fix: format cmake file
2024-10-24 10:10:07 +08:00
dapan1121
e52628ab57
fix: scheduler validate plan issues
2024-10-23 19:13:15 +08:00
dapan1121
a2665ebc82
fix: add plan validation in scheduler
2024-10-22 09:04:12 +08:00
dapan1121
6a9fd0c95e
enh: add operator
2024-10-21 19:24:52 +08:00
dapan1121
cde86c2e32
enh: add plan ut case
2024-10-18 18:18:10 +08:00
yihaoDeng
c4a8248f14
Merge remote-tracking branch 'origin/3.0' into enh/opt-transport
2024-10-15 14:24:12 +08:00
xsren
14a2cb073a
enh: add return len
2024-10-12 18:40:56 +08:00
xsren
59816166ef
enh: getSystemUUIDLen
2024-10-12 09:07:08 +08:00
xinsheng Ren
9f645a0879
Merge branch '3.0' into enh/TD-32413/snprintf
2024-10-11 16:07:25 +08:00
xsren
47a6f3e6bc
enh: getsystemuuid
2024-10-11 13:41:53 +08:00
yihaoDeng
dc9027bb90
Merge remote-tracking branch 'origin/3.0' into enh/opt-transport
2024-10-11 11:13:36 +08:00
xsren
e03ccdc6e2
replace snprintf
2024-10-10 10:35:48 +08:00
dapan1121
0aae99ca8f
fix: replace unsafe function
2024-10-09 14:03:12 +08:00
dapan1121
0055d9544c
fix: use safe function
2024-10-08 19:18:48 +08:00
yihaoDeng
445b189e90
Merge remote-tracking branch 'origin/3.0' into enh/opt-transport
2024-10-06 17:18:51 +08:00
yihaoDeng
57f7145878
formate qid
2024-09-29 17:56:11 +08:00
yihaoDeng
e94a4a6d1e
Merge remote-tracking branch 'origin/3.0' into enh/opt-transport
2024-09-29 12:58:05 +08:00
dapan1121
cc1cf679e1
fix: task redirect issue
2024-09-27 16:47:52 +08:00
dapan1121
9a7fec10af
fix: task reschedule issue
2024-09-27 13:32:28 +08:00
yihaoDeng
66ec564700
fix invalid read
2024-09-23 11:33:20 +08:00
lyh250-666
df147c60b0
enh:modify error code passing
2024-09-23 08:58:10 +08:00
yihaoDeng
b8e782e55f
Merge branch '3.0' into enh/opt-transport
2024-09-18 13:26:23 +08:00
yihaoDeng
2db729583f
Merge branch '3.0' into enh/opt-transport
2024-09-18 08:50:10 +08:00
yihaoDeng
e9d84f8131
Merge branch '3.0' into enh/opt-transport
2024-09-16 08:22:49 +08:00
dapan1121
1ccc74d768
fix: add memory alloc validation
2024-09-14 17:28:24 +08:00
Hongze Cheng
8c1a04138a
Merge pull request #27819 from taosdata/fix/TD-31771-3.0
...
fix: memleak in taos (create table)
2024-09-14 09:13:01 +08:00
Shungang Li
4ef4dddc7b
fix: schedulerFreeJob reset jobId only on the last reference
2024-09-13 18:59:54 +08:00
Pan Wei
446d3ab97c
Merge pull request #27849 from taosdata/fix/TD-31896
...
fix: function return code issue
2024-09-13 08:41:28 +08:00
dapan1121
007b64a3c1
fix: void function call issue
2024-09-12 15:48:07 +08:00
dapan1121
a7269e4536
fix: remove void function call
2024-09-12 14:17:14 +08:00
lyh250-666
6cbb0cf172
enh:modify error code passing libs/
2024-09-11 09:58:41 +08:00
wangjiaming0909
b39b6589c4
fix client taskqueueWorkerpool stuck problem when querypolicy = 4
2024-09-09 13:30:22 +08:00
xsren
b991e233e9
set ptr to null after free
2024-09-06 15:34:23 +08:00
xsren
dce4c5dc48
invalid ptr set null
2024-09-06 15:27:35 +08:00
yihaoDeng
87818986e0
fix mem leak
2024-09-02 19:02:56 +08:00
yihaoDeng
198486977e
fix mem leak
2024-09-02 17:35:10 +08:00
Pan Wei
127fd3bdd2
Update schUtil.c
2024-09-01 18:09:11 +08:00
dapan1121
f44d9f01f7
fix: log level issues
2024-08-30 17:53:03 +08:00