Commit graph

829 commits

Author SHA1 Message Date
Hongze Cheng
6cb94f69f2 enh: memory malloc return 2024-09-18 15:22:09 +08:00
Hongze Cheng
f18c1d8710 enh: error code handle 2024-09-10 14:35:43 +08:00
Hongze Cheng
63b64a90c0 enh: remove void with error code handle 2024-09-10 13:12:05 +08:00
xsren
3fb89fb814 fix: distinguish the calling scenarios of the metaGetTbTSchema function 2024-09-06 14:16:58 +08:00
Hongze Cheng
abeca1e08a
Merge pull request #27420 from taosdata/enh/TS-5297-3.0
enh: grant for csv and data sync
2024-09-04 18:14:37 +08:00
wangmm0220
b4a0a7c2c9 fix:[TS-4674] no rsp send to poll if change leader in vnode when date is over 2024-08-30 15:26:15 +08:00
kailixu
f3e553e1be Merge branch '3.0' into enh/TS-5297-3.0 2024-08-29 17:47:53 +08:00
Pan Wei
8b0a040c64
Merge pull request #27500 from taosdata/enh/TD-31691
Modify error code passing for taosMemoryCalloc function in vnode
2024-08-28 11:24:26 +08:00
lyh250-666
06daf85130 Modify error code passing for taosMemoryCalloc function in vnode 2024-08-27 17:37:01 +08:00
Hongze Cheng
dea9607518
Merge pull request #27476 from taosdata/fix/TD-31666
fix trans retry error
2024-08-27 15:46:16 +08:00
Hongze Cheng
1db3bdb4df enh: deal with return codes 2024-08-27 09:32:48 +08:00
yihaoDeng
6e53fa15dc fix trans retry error 2024-08-26 17:06:31 +08:00
Hongze Cheng
720ab67431 enh: clear useless asserts 2024-08-22 17:28:05 +08:00
kailixu
7036c7dfab Merge branch '3.0' into enh/TS-5297-3.0 2024-08-22 16:35:11 +08:00
Hongze Cheng
982b6a9368
Merge pull request #27323 from taosdata/fix/TD-31520-3.0-use-global-counter
Fix/td 31520-3.0-use-global-counter
2024-08-22 13:31:41 +08:00
Hongze Cheng
02c7474167 enh: remove some useless asserts 2024-08-22 09:47:44 +08:00
dmchen
48055beb1f fix/TD-31520-move-to-vnode-init-stage 2024-08-21 07:54:39 +00:00
kailixu
3d73defeba enh: grant for csv and data sync 2024-08-20 13:54:11 +08:00
dmchen
bdabe66aab fix/TD-31520-use-global-counter 2024-08-20 03:48:42 +00:00
Hongze Cheng
9792683b7d handle some of return -1 2024-08-14 17:50:20 +08:00
Hongze Cheng
566bab1fb2 fix: disable process write request when vnode is in snapshot mode 2024-08-08 18:25:43 +08:00
Hongze Cheng
8ef31bc186 enh: refactor return code 2024-07-29 20:14:15 +08:00
Hongze Cheng
cc10d70e5e enh: refactor return code 2024-07-29 13:54:50 +08:00
Hongze Cheng
21754a009c enh: add more check return 2024-07-27 18:03:16 +08:00
Hongze Cheng
c55db1d8f7 enh: refact return code 2024-07-25 11:45:15 +08:00
Haojun Liao
acde36a25b Merge branch '3.0' into fix/3_liaohj 2024-07-09 14:43:35 +08:00
Hongze Cheng
b3be47fdbb cancel bg tasks when alter stt_trigger 2024-07-08 15:39:25 +08:00
Haojun Liao
647f9f47ef refactor: do some internal refactor. 2024-07-08 10:32:23 +08:00
Haojun Liao
8e6bb176c2 fix(stream): use trans to set the consensus-checkpoint id 2024-07-05 16:17:20 +08:00
Haojun Liao
420b59fea5
Merge pull request #26344 from taosdata/fix/3_liaohj
fix(stream): validate the stream hb msg, and discard the invalid hb msg.
2024-07-02 09:07:31 +08:00
wangjiaming0909
5040ff5bd9 mnode/qnode support QueryAutoQWorkerPool 2024-07-01 11:08:40 +08:00
wangjiaming0909
11a98ffab2 QueryAutoQWorker 2024-07-01 11:08:39 +08:00
Haojun Liao
48bf5eb4d8 other: merge 3.0 2024-06-27 19:23:06 +08:00
Hongze Cheng
b761bd2e38 enh: port main change to 3.0 2024-06-26 10:32:15 +08:00
Haojun Liao
1818edcb2b fix(stream): consensus the start checkpoint id, and extract the streamhb related functions into a new file. 2024-06-26 10:18:32 +08:00
Minglei Jin
356f6645ad
Merge branch '3.0' into fix/TD-30545 2024-06-18 11:28:29 +08:00
Minglei Jin
568799a6a3 fix(wal/level): enable alter replica from fake walLevel 1 2024-06-12 15:16:58 +08:00
Haojun Liao
cbf8b363fc fix(stream): update checkpoint info by using trans. 2024-06-10 00:46:01 +08:00
Haojun Liao
927e2237de Merge branch '3.0' into fix/3_liaohj 2024-06-03 15:56:02 +08:00
dapan1121
affdeed944
Merge pull request #25909 from taosdata/feat/ly_tmq_batch_meta
optimize tmq snapshot meta
2024-06-03 10:19:57 +08:00
54liuyao
e0167511c1 use tDeleteSVCreateTbBatchReq free mem 2024-05-31 17:18:25 +08:00
Haojun Liao
b4956392d9 fix(stream): return in_progress code if not send retrieve rsp to downstream. 2024-05-30 15:54:08 +08:00
Haojun Liao
d1d868f239 refactor: do some internal refactor and set the pActiveInfo for rsma. 2024-05-29 00:08:29 +08:00
Haojun Liao
c3c6b680fb Merge branch '3.0' into fix/3_liaohj 2024-05-28 17:29:22 +08:00
Hongze Cheng
242b836eca compile error 2024-05-28 14:35:58 +08:00
Haojun Liao
be107b204c enh(stream): support retrieve checkpoint data remotely when start stream tasks in vnodes. 2024-05-28 09:54:22 +08:00
Hongze Cheng
f729072044 enh: reduce compact block write time 2024-05-23 17:57:07 +08:00
Haojun Liao
d7e1f37cd4 Merge branch '3.0' into fix/3_liaohj 2024-05-11 10:28:12 +08:00
Haojun Liao
7f93ec2c53 fix(stream): update the checkpoint info for followers, and some internal refactor. 2024-05-11 09:37:02 +08:00
dmchen
454b4047cb fix/audit-memory-leak 2024-05-09 10:19:14 +08:00