Commit graph

4374 commits

Author SHA1 Message Date
Hongze Cheng
67f5684151
Merge pull request #24798 from taosdata/feat/TD-27463-3.0
enh: get machine id and tbase58 codec
2024-02-23 14:18:45 +08:00
dapan1121
794d4a931c
Merge pull request #24820 from taosdata/mark/3.0
fix:add excluded msg for meta in tmq
2024-02-23 09:41:39 +08:00
dmchen
7c9ae19989 core at show user 2024-02-22 12:31:33 +00:00
kailixu
a34402a11f Merge branch '3.0' into feat/TD-27463-3.0 2024-02-22 17:35:34 +08:00
Haojun Liao
7c8eb21ee5 fix(stream): halt the correct task. 2024-02-22 15:01:04 +08:00
Haojun Liao
5de8617a32
Merge pull request #24783 from taosdata/fix/crash_stream
test(stream): add unit test cases.
2024-02-22 11:28:17 +08:00
wangmm0220
6e13e4aa63 fix:add excluded msg for meta in tmq 2024-02-22 10:58:32 +08:00
Haojun Liao
dbd3b4e2b9 test: remove print info. 2024-02-22 10:02:25 +08:00
Haojun Liao
045a30035f test(stream): init lock. 2024-02-22 09:52:47 +08:00
Haojun Liao
637e604368 test(stream): add print info. 2024-02-22 09:38:44 +08:00
Haojun Liao
5c817d101a test(stream): add print info. 2024-02-22 09:29:40 +08:00
Haojun Liao
705ae7d827 test(stream): init mnode lock. 2024-02-22 09:04:57 +08:00
Haojun Liao
1cf7790b1c
Merge pull request #24816 from taosdata/fix/nullcheck
fix(stream): send hb correctly after the leader of mnode switching in a cluster.
2024-02-22 08:45:34 +08:00
Haojun Liao
bad3730387 fix(stream): set the vgId in hb rsp msg. 2024-02-21 18:25:35 +08:00
Haojun Liao
4440243b17 fix(stream): clear the handle after send msg. 2024-02-21 18:17:31 +08:00
Haojun Liao
8740c3cb4a fix(stream): send hb rsp explicitly. 2024-02-21 16:17:06 +08:00
wangmm0220
2049fa688a fix:add log 2024-02-21 16:01:02 +08:00
kailixu
c7932675ce enh: get machine id 2024-02-21 09:07:38 +08:00
kailixu
b2ad162a8b enh: remove obsolete codes 2024-02-20 17:13:58 +08:00
wangmm0220
22b1db5191 fix:stream load error 2024-02-20 14:49:52 +08:00
Haojun Liao
03bc2d7c6d test(stream): add unit test cases. 2024-02-20 10:27:02 +08:00
dapan1121
980e1b83be
Merge pull request #24775 from taosdata/opti/TS-4480
opti:consume performance if all data is in format of "insert into using"
2024-02-20 09:07:59 +08:00
Haojun Liao
46b1fe520f
Merge pull request #24538 from taosdata/feat/TD-22023
stream count window
2024-02-20 08:50:25 +08:00
Hongze Cheng
ffedfbaf1e
Merge pull request #24777 from taosdata/feat/TD-27463-3.0
fix: grant check for stream/topic/subscription
2024-02-19 19:36:22 +08:00
wangmm0220
77e2500a81 fix:conflicts from 3.0 2024-02-19 18:46:31 +08:00
54liuyao
af1893d109 merge 3.0 2024-02-19 18:30:12 +08:00
kailixu
c0cb72ca56 feat: grant check for topic/subscription 2024-02-19 18:28:50 +08:00
kailixu
5b69e22e9b fix: grant check for streams 2024-02-19 16:29:40 +08:00
wangmm0220
a74f12e2e1 opti:consume performance if all data is in format of "insert into using" 2024-02-19 15:50:43 +08:00
wangmm0220
ac9582b24a fix:[TD-28567] do not add md5 to the end of subtable if create stream by sma 2024-02-19 13:58:58 +08:00
54liuyao
b53dc5602e Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2024-02-19 10:58:20 +08:00
54liuyao
05eaa90c11 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-22023 2024-02-19 08:59:15 +08:00
wangmm0220
ee96127020 fix:conflicts from 3.0 2024-02-18 18:38:38 +08:00
wangmm0220
a8e45440c0 fix:conflicts from 3.0 2024-02-18 18:02:14 +08:00
dapan1121
8f63952ad5
Merge pull request #24750 from taosdata/mark/3.0
fix:[TD-28590]add logic for consume excluded
2024-02-18 10:13:25 +08:00
Hongze Cheng
461a0687ec
Merge pull request #24752 from taosdata/feat/TD-27463-3.0
feat: support uniq grant
2024-02-18 09:13:22 +08:00
Alex Duan
4816290a60 coverage: tsched.c mndTrans.h 2024-02-17 18:25:10 +08:00
kailixu
f76a61c777 feat: support uniq grant 2024-02-13 23:17:05 +08:00
wangmm0220
478e1a67ae fix:[TD-28590]add logic for consume excluded 2024-02-06 18:14:06 +08:00
Haojun Liao
2bba011e4e Merge remote-tracking branch 'origin/feat/TD-22023' into feat/TD-22023 2024-02-05 17:51:23 +08:00
Haojun Liao
7a18e5910c enh(stream): halt the initial stream tasks when fill-history is set for count window agg 2024-02-05 17:51:09 +08:00
Haojun Liao
ecdcc6dee1
Merge pull request #24738 from taosdata/fix/3_liaohj
test(stream): add unit test case for the mnode stream module.
2024-02-05 13:32:46 +08:00
Haojun Liao
fc218a1f69 fix(test): fix syntax errors on windows. 2024-02-05 11:09:19 +08:00
Haojun Liao
3533f7ecea Merge branch '3.0' into fix/3_liaohj 2024-02-05 09:23:29 +08:00
kailixu
196256d9af feat: support uniq grant 2024-02-05 09:23:19 +08:00
kailixu
7e5dc8a024 feat: support uniq grant 2024-02-05 09:21:11 +08:00
Haojun Liao
3111a01a12 test: add unit test files. 2024-02-05 09:10:43 +08:00
Haojun Liao
739485a419 test(stream): add unit test case for the mnode stream module. 2024-02-05 09:10:04 +08:00
kailixu
6098538162 feat: support uniq grant 2024-02-04 18:00:02 +08:00
kailixu
d281bc70b0 feat: remove hb of grantInfo 2024-02-04 16:46:24 +08:00