Commit Graph

63243 Commits

Author SHA1 Message Date
Haojun Liao 109fd34b38
Merge pull request #25141 from taosdata/fix/3_liaohj
fix(stream): adjust conflict level when creating stream.
2024-03-20 23:02:21 +08:00
Haojun Liao a9ba534f48 fix(stream): adjust conflict level when creating stream. 2024-03-20 18:31:57 +08:00
Chris Zhai 9bf540a1b2 update test case for ts-4421 - v2 2024-03-20 17:35:21 +08:00
54liuyao 81f0ff341c Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0 2024-03-20 16:13:11 +08:00
54liuyao 623afe3dc8 fix issue 2024-03-20 16:12:25 +08:00
dapan1121 65c57e88cd Merge remote-tracking branch 'origin/3.0' into feat/TD-27337 2024-03-20 15:48:43 +08:00
slzhou bb24a8e3ca feat: add pk as default col and add pk as sortinfo for table merge scan 2024-03-20 15:46:54 +08:00
dapan1121 1c0d20a2a4 enh: add test cases 2024-03-20 15:45:24 +08:00
Haojun Liao 55f7bc2c9c fix(tsdb):add attributes for ssdatablock. 2024-03-20 15:29:05 +08:00
Haojun Liao 78b0d3fa74 fix(tsdb): fix error in comparing pk. 2024-03-20 14:27:48 +08:00
Haojun Liao cb10687f32 Merge remote-tracking branch 'origin/feat/TS-4243-3.0' into feat/TS-4243-3.0 2024-03-20 14:17:51 +08:00
Haojun Liao 5ed0283494 fix(tsdb): support composite primary key. 2024-03-20 14:17:37 +08:00
dapan1121 33c634d5ad
Merge pull request #25128 from taosdata/fix/TS-4578
adjust project optimize rule
2024-03-20 14:11:47 +08:00
slzhou 1da0def82d fix: add isPk to SColumnNode 2024-03-20 13:09:59 +08:00
54liuyao a0346aad2e adjust project optimize rule 2024-03-20 11:26:33 +08:00
Alex Duan 3cbd30b98d
Merge pull request #25127 from taosdata/td28365
add test case for jira td28365 by charles
2024-03-20 11:10:23 +08:00
Shungang Li 701ac8b865 fix: arb alter database check 2024-03-20 11:05:57 +08:00
slzhou d96547f03c fix: last transfer info 2024-03-20 10:00:01 +08:00
charles 97d7a76d90 add test case for jira td28365 by charles 2024-03-20 09:11:44 +08:00
Chris Zhai 843ecffc66 add test cases for ts-4211 - v1 2024-03-19 19:19:25 +08:00
slzhou 61f91b57fa fix: column node and function node util copy/json/msg 2024-03-19 17:19:14 +08:00
dapan1121 2ce880f48c fix: memory leak issues 2024-03-19 17:05:44 +08:00
Cary Xu 861528fb6c
Merge branch '3.0' into enh/TS-4531-3.0 2024-03-19 17:03:41 +08:00
chenhaoran 34d081b138 add testcase of disorder and null data in tmq test 2024-03-19 16:45:28 +08:00
Haojun Liao 7ff383cb1f
Merge pull request #25116 from taosdata/fix/3_liaohj
fix(stream):adjust current offset by using the scanning version, not …
2024-03-19 16:44:58 +08:00
Hongze Cheng a9c1bcc91c
Merge pull request #25097 from taosdata/feat/TD-25880
feat: support 2 replica with arbitrator
2024-03-19 16:44:07 +08:00
slzhou c7f108181d feat:show create table and desc table 2024-03-19 16:33:05 +08:00
dapan1121 dcc650521a Merge remote-tracking branch 'origin/3.0' into feat/TD-27337 2024-03-19 16:04:15 +08:00
dapan1121 abd36b0b1a enh: support timeline processing 2024-03-19 16:01:14 +08:00
Haojun Liao 65e4048f5d Merge branch '3.0' into fix/3_liaohj 2024-03-19 15:36:07 +08:00
Haojun Liao 77f8dbeeb9 refactor: do some internal refactor. 2024-03-19 15:21:23 +08:00
Haojun Liao 1c2c2b2b9a refactor: do some internal refactor. 2024-03-19 15:20:38 +08:00
Haojun Liao 6795f6e1cc fix(tsdb): handle the case that no stt statistics info existsin stt files generated by early version of TDengine. 2024-03-19 15:16:46 +08:00
chenhaoran f0c6515e36 add testcase of disorder and null data in tmq test 2024-03-19 15:01:39 +08:00
Shungang Li 4185962c43 fix: arb unit test 2024-03-19 14:26:11 +08:00
shenglian zhou cee96e2048 feat: begin coding function 2024-03-19 13:57:12 +08:00
kailixu 3da55a48ca enh: code optimization 2024-03-19 11:03:30 +08:00
dapan1121 adcad780e1
Merge pull request #25068 from taosdata/mark/tmq-opti
opti:subscribe logic
2024-03-19 10:28:08 +08:00
Shungang Li 7f3b49bde8 enh: arb adjust version code 2024-03-19 09:38:05 +08:00
Shungang Li d0df927dfa feat: arb add version in sarbgroup 2024-03-19 09:31:05 +08:00
Shungang Li fc7575279c fix: arb unit test 2024-03-19 09:30:51 +08:00
Shungang Li 3a656c3595 feat: support 2 replica with arbitrator 2024-03-19 09:30:35 +08:00
Alex Duan 761066ec73
Merge pull request #25120 from taosdata/fix/TD-28554-3.0
windows can not del after press tab
2024-03-19 09:12:31 +08:00
kailixu daa9c1aa9a Merge branch '3.0' into enh/TS-4531-3.0 2024-03-19 08:41:22 +08:00
kailixu 7df12ffe50 fix: update machine id 2024-03-19 08:40:48 +08:00
wangmm0220 4810053142 opti:tmq 2024-03-18 21:43:22 +08:00
wangmm0220 0ccad9d5de Merge branch '3.0' of https://github.com/taosdata/TDengine into mark/tmq-opti 2024-03-18 21:23:58 +08:00
Alex Duan f94c457141 windows can not del after press tab 2024-03-18 21:09:32 +08:00
kailixu 7007af6fe5 enh: naming of variables 2024-03-18 18:25:14 +08:00
kailixu 0b15e3415d enh: machine id persistence 2024-03-18 18:06:18 +08:00