Commit Graph

64733 Commits

Author SHA1 Message Date
charles 68915197ee update test cases to fix uncertainty results by charles 2024-06-05 08:25:39 +08:00
Haojun Liao bf9a5135fb fix(stream): disable timer for checkpoint-ready msg in rsma. 2024-06-05 00:13:57 +08:00
Haojun Liao 29648be30d fix(stream): add the new node info when adding stream tasks. 2024-06-04 23:28:08 +08:00
kailixu e5bd28752a test: adjust test case for createdb 2024-06-04 18:14:20 +08:00
Haojun Liao 2ff79c81d7 enh(query): allocate the compress buffer before compress data. 2024-06-04 17:47:50 +08:00
wangmm0220 61475a0a7b docs:[TD-30393]add api document for tmq 2024-06-04 17:24:10 +08:00
Shungang Li 1f73bb106e enh: add more log for restore 2024-06-04 17:14:59 +08:00
Haojun Liao 3fc20f761f
Merge pull request #26021 from taosdata/fix/TD-30303
coverity scan for stream
2024-06-04 16:55:06 +08:00
kailixu d7b63b9a83 test: adjust test case for createdb 2024-06-04 16:50:49 +08:00
wangmm0220 6ac60e225e fix:modify format 2024-06-04 16:50:17 +08:00
wangmm0220 144739c82b fix:modify format 2024-06-04 16:49:23 +08:00
wangmm0220 fe3f285ef9 fix:Spelling errors 2024-06-04 16:37:38 +08:00
kailixu 2f222514dc chore: merge 3.0 2024-06-04 16:34:02 +08:00
dapan1121 6f696a3933 fix: insert into select constant issue 2024-06-04 16:27:51 +08:00
jiajingbin c70fe820f9 test: update stream case for TD-30382 2024-06-04 16:26:52 +08:00
jiajingbin cb91923525 test: update stream case for TD-30382 2024-06-04 16:24:36 +08:00
Haojun Liao 6d7e1eb576 fix(query): check for the server ep and client ep to set the compress flag. 2024-06-04 15:07:02 +08:00
wangmm0220 cebb168133 Merge branch '3.0' of https://github.com/taosdata/TDengine into doc/TD-30393 2024-06-04 14:28:34 +08:00
wangmm0220 61e6b25da6 fix:add api document for tmq 2024-06-04 14:27:46 +08:00
dmchen e1b32e12a1 TD-30422 2024-06-04 05:07:56 +00:00
Haojun Liao 4fc21cc8b0 refactor: do some internal refactor. 2024-06-04 10:08:18 +08:00
54liuyao 5ab81da4a0 set scan mode for stream 2024-06-04 09:50:26 +08:00
dapan1121 2851d24860
Merge pull request #26024 from taosdata/doc/TD-30027
docs:[TD-30027]modify subtable rules in stream document
2024-06-04 09:19:30 +08:00
dapan1121 c2394eaec8
Merge pull request #25956 from taosdata/fix/TD-30306
fix:[TD-30306]error in converity scan
2024-06-04 09:15:37 +08:00
Alex Duan ee45843855
Merge pull request #25994 from taosdata/TEST/3.0/TD-30188
[3.0] add test cases for TD-30188
2024-06-04 09:12:02 +08:00
dapan1121 124aea6933
Merge pull request #26022 from taosdata/fix/TD-30362
fix: taosc exit issue
2024-06-04 09:06:51 +08:00
Yihao Deng 66cb3e1576 fix invalid read 2024-06-03 11:40:54 +00:00
dapan1121 86cadeabba fix: stmt write issue 2024-06-03 19:24:53 +08:00
wangmm0220 ca15176f75 docs:[TD-30027]modify subtable rules in stream document 2024-06-03 19:23:55 +08:00
Haojun Liao 407f79cfa6 fix(stream): fix dead-lock. 2024-06-03 19:14:45 +08:00
dapan1121 91375c8ca1 fix: taosc exit issue 2024-06-03 19:13:14 +08:00
Haojun Liao 0c8e9046f6
Merge pull request #26015 from taosdata/fix/TD-3036
adj stream count state buff
2024-06-03 19:03:24 +08:00
dapan1121 8a4070f06c
Merge pull request #25966 from taosdata/fix/TD-30323-3.0
fix:[TD-30323]tmq close error if consumer is cleared
2024-06-03 19:02:59 +08:00
54liuyao 3e38c1f973 coverity scan for 2024-06-03 19:01:24 +08:00
Haojun Liao be36207ecd
Merge pull request #26019 from taosdata/fix/TD-30028
fix(stream): disable stream checkpoint when related fill-history task exists.
2024-06-03 18:59:58 +08:00
Alex Duan 97c48fd3f9
Merge pull request #26013 from taosdata/fix/TD-30368-3.0
fix: possible coredump
2024-06-03 18:25:56 +08:00
Haojun Liao 111e1b2f60 fix(stream): disable stream checkpoint when related fill-history task exists. 2024-06-03 16:50:51 +08:00
wangmm0220 5217131f50 fix:[TD-30306]error in converity scan 2024-06-03 16:48:44 +08:00
Haojun Liao 3b3ed1c30c fix(stream): add monitor for checkpoint-ready msg recv status. 2024-06-03 16:45:37 +08:00
54liuyao 1ad25599ca init delete mark 2024-06-03 16:41:38 +08:00
dapan1121 3c98aa1b3d
Merge pull request #26006 from taosdata/fix/3.0/TS-4879
fix exchange operator memory access problem
2024-06-03 16:30:18 +08:00
Haojun Liao 5a575dc53f
Merge pull request #25998 from taosdata/fix/TD-30343
when dst table has composite primary key, need to delete result
2024-06-03 16:25:32 +08:00
Haojun Liao 927e2237de Merge branch '3.0' into fix/3_liaohj 2024-06-03 15:56:02 +08:00
Hongze Cheng 6f72fd4170
Merge pull request #25996 from taosdata/feat/TD-30006-3
Feat/TD-30006-3
2024-06-03 15:41:47 +08:00
54liuyao ca7e1344e1 adj stream count state buff 2024-06-03 15:22:12 +08:00
wangjiaming0909 6fcd071144 fix exchange operator memory access problem 2024-06-03 13:57:35 +08:00
Hongze Cheng cf9cd211f5 fix: possible coredump 2024-06-03 13:36:16 +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
Chris Zhai 7a869abcbf
Merge branch '3.0' into TEST/3.0/TD-30188 2024-06-03 10:09:24 +08:00
Haojun Liao f13dc1858a fix(stream): disable stream checkpoint when related fill-history task exists. 2024-06-03 09:54:28 +08:00