dapan1121
549d26be95
fix: abort preprocess query issue
2024-12-30 13:12:10 +08:00
Pan Wei
149ac2fea7
Merge branch '3.0' into fix/TD-33275.2
2024-12-25 10:04:48 +08:00
dapan1121
f502b93f1b
Merge remote-tracking branch 'origin' into fix/TD-33275.2
2024-12-23 16:20:13 +08:00
dapan1121
47394a6a0d
fix: add more UT cases
2024-12-23 16:07:47 +08:00
dapan1121
e98e215535
fix: lock debug invalid read issue
2024-12-22 11:16:06 +08:00
dapan1121
4224616e8a
fix: fetch last ack invalid write issue
2024-12-20 15:12:34 +08:00
dapan1121
ea4b9ac5a9
fix: return code validation issue
2024-12-19 13:51:33 +08:00
dapan1121
82c4ec147a
fix: job preprocess and dropped issue
2024-12-19 10:59:58 +08:00
dapan1121
8fb4e390b2
fix: quick response invalid write and job remain issues
2024-12-18 13:48:34 +08:00
dapan1121
85ec007687
fix: task release prior to response issue
2024-12-17 11:39:49 +08:00
dapan1121
2464f1ba68
fix: void return code
2024-12-16 19:20:16 +08:00
dapan1121
7be31eea30
fix: query remain issues
2024-12-16 18:40:27 +08:00
dapan1121
c560671e73
fix: add void
2024-12-13 16:25:01 +08:00
kailixu
f42e4e89e8
chore: taos unused for hash remove
2024-12-13 16:01:14 +08:00
dapan1121
b5e5f2f22a
fix: add documents
2024-12-12 19:14:38 +08:00
dapan1121
99cd3a5d21
fix: query preprocess issue
2024-12-12 17:19:40 +08:00
dapan1121
2bd493f77b
fix: return code issues
2024-12-11 19:18:50 +08:00
dapan1121
14b9979325
fix: job retry issues
2024-12-10 17:27:02 +08:00
dapan1121
7fd0d024fc
fix: windows compile issue
2024-12-10 09:15:15 +08:00
dapan1121
d77147d296
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-12-06 17:43:19 +08:00
dapan1121
bcdcdd194a
fix: force stop issue
2024-12-06 17:35:32 +08:00
dapan1121
abbb0663b0
fix: windows compile issues
2024-12-06 13:46:48 +08:00
dapan1121
011ff04234
fix: scheduler dead lock issue
2024-12-05 18:07:37 +08:00
dapan1121
e40daae3fc
Merge branch 'feat/TD-30268' of github.com:taosdata/TDengine into feat/TD-30268
2024-12-02 14:55:31 +08:00
dapan1121
ce07aaf774
fix: job retire issues
2024-12-02 14:51:31 +08:00
yihaoDeng
f7cb4b9b09
update interface
2024-11-29 14:56:29 +08:00
factosea
c879d59b6c
fix: change task status from succ to partsucc
2024-11-28 14:17:12 +08:00
dapan1121
a15120f97e
fix: add failure task destory
2024-11-27 10:10:56 +08:00
dapan1121
3d3956efda
fix: retire job issue
2024-11-26 16:46:33 +08:00
dapan1121
8455949575
enh: add memory full func mode
2024-11-25 15:31:29 +08:00
dapan1121
205d47d981
fix: job destroy issue
2024-11-21 18:02:42 +08:00
dapan1121
e2accc307c
fix: rpc dead loop issue
2024-11-21 10:22:05 +08:00
yihaoDeng
6461bb0474
unify the format of qId in the logging macros,
2024-11-20 17:03:13 +08:00
dapan1121
a5bd91492d
fix: memory leak and dead lock issues
2024-11-19 10:12:45 +08:00
dapan1121
85fc4dfc2b
fix: data sink memory issues
2024-11-15 10:16:15 +08:00
dapan1121
0995facd64
fix: hash put duplicated issue
2024-11-14 16:37:10 +08:00
dapan1121
34cfca745b
fix: duplicated clientId issue
2024-11-13 19:19:00 +08:00
dapan1121
a8561fba4f
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-11-11 11:01:22 +08:00
dapan1121
371094cc13
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-11-08 10:13:20 +08:00
dapan1121
e4c87a024b
fix: memory free not found issues
2024-11-08 09:58:32 +08:00
dapan1121
dd2ab5b361
fix: ut issues
2024-11-07 16:46:18 +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
c5c85efeb5
enh: adjust mode and retire policy
2024-11-06 19:26:14 +08:00
dapan1121
2ebc84d02a
fix: msg preprocess fail issue
2024-11-01 16:48:22 +08:00
dapan1121
f0760a3bb0
fix: msg preprocess fail issue
2024-11-01 16:17:10 +08:00
Shengliang Guan
5d57d78826
Merge remote-tracking branch 'flyingangel2013/ts_3469_casefile' into doc/contrib
2024-10-31 00:02:41 +08:00
54liuyao
6b2d338a20
enh(executor):avoid use dangerous functions
2024-10-25 13:47:09 +08:00
dapan1121
c1762efbc3
enh: add memory pos log
2024-10-25 12:00:39 +08:00
dapan1121
4f3484b823
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-10-24 16:49:38 +08:00
Shengliang Guan
f59f3901c0
Merge remote-tracking branch 'origin/main' into merge/3340
2024-10-24 10:16:26 +08:00