Commit Graph

57278 Commits

Author SHA1 Message Date
wangmm0220 ef87b9c571 fix:conflicts from 3.0 2023-09-05 16:19:04 +08:00
wangmm0220 1716579081 fix:return TSDB_CODE_PAR_VALUE_TOO_LONG if data value is longer than bytes 2023-09-05 16:13:59 +08:00
wangmm0220 4e46ce4c03 fix:wait pHandle idle if vnode receives subscribe msg 2023-09-05 16:04:44 +08:00
wade zhang 0517358a02
Merge pull request #22717 from taosdata/fix/TD-22062
fix/TD-22062
2023-09-05 16:04:12 +08:00
wade zhang 9bd30bc9a7
Merge pull request #22724 from taosdata/test/TD-23722
TD-23722: add case for TMQ unsubscribe with taosAdapter
2023-09-05 16:00:50 +08:00
wade zhang 4a287aa8bc
Merge pull request #22655 from taosdata/test/TD-23842
Add test cases for ttl
2023-09-05 16:00:40 +08:00
Haojun Liao ac8f4f1558
Merge pull request #22736 from taosdata/fix/fixTransferCrash
fix invalid read
2023-09-05 15:42:03 +08:00
Haojun Liao 097e2b9b10
Merge pull request #22737 from taosdata/fix/3_liaohj
fix(stream) : fix error in timer Active counter
2023-09-05 15:32:22 +08:00
Ping Xiao db75bc4885 update Dockerfile 2023-09-05 14:44:14 +08:00
Ping Xiao a3b749ae6d update test case 2023-09-05 14:04:00 +08:00
chao.feng 087fd8289d update test case tmqConsumerDiscontinuousData.py to fix the failed occationally by charles 2023-09-05 14:01:46 +08:00
Ping Xiao df1222156a Merge branch 'main' into test/TD-23722 2023-09-05 13:33:17 +08:00
dapan1121 07053ae525
Merge pull request #22725 from taosdata/fix/TS-3895
fix: fix last(*)/last_row(*) return MD5 hashed column name
2023-09-05 13:28:47 +08:00
Haojun Liao 5dcbae3594
Merge pull request #22681 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
2023-09-05 12:54:09 +08:00
yihaoDeng d0503a8a3f fix invalid read 2023-09-05 12:11:58 +08:00
yihaoDeng 6257bf1e10 add rpc update interface 2023-09-05 12:03:23 +08:00
Hongze Cheng 8dbdeccc8f fix: coverity scan 2023-09-05 11:41:36 +08:00
Ping Xiao 5f0c2c0944 Merge branch 'main' into test/TD-23715 2023-09-05 11:22:34 +08:00
Alex Duan 00c5760927
Merge pull request #22730 from taosdata/fix/test_1x
test: add stream cases to 3.0
2023-09-05 11:21:35 +08:00
dapan1121 4a5bcb5c80
Merge pull request #22650 from taosdata/szhou/ip-whitelist
enhance: ip whitelist syntax
2023-09-05 11:00:55 +08:00
wade zhang 8f27724f1f
Merge pull request #22701 from taosdata/fix/test_1x
test: add stream cases to main
2023-09-05 10:57:38 +08:00
wangjiaming0909 2c4e0fee07 feat: optimize partition node, replace with sort node 2023-09-05 10:53:30 +08:00
Haojun Liao 0441c7a870 Merge branch 'fix/3_liaohj' of github.com:taosdata/tdengine into fix/3_liaohj 2023-09-05 10:40:48 +08:00
wangmm0220 53c4f4a147 opti:commit logic 2023-09-05 10:35:05 +08:00
Ganlin Zhao 74b9eab63e add test cases 2023-09-05 10:29:20 +08:00
Haojun Liao 5b3cb8ec42 fix(stream): fix memory leak. 2023-09-05 09:27:16 +08:00
Haojun Liao 4f85a2620a fix(stream): remove invalid free. 2023-09-05 09:27:16 +08:00
Haojun Liao ed5c7bc45c
Merge pull request #22721 from taosdata/sunpe-patch-2
Update mxml_CMakeLists.txt.in
2023-09-05 09:20:47 +08:00
slzhou 1185bba98b fix: pass compilation 2023-09-05 09:02:12 +08:00
slzhou 6f8c642c9a fix: use int64_t for num of rows returned 2023-09-05 09:02:06 +08:00
Haojun Liao db8073dadd fix(stream): fix memory leak. 2023-09-04 23:13:57 +08:00
yihaoDeng 685bdea44a add rpc update interface 2023-09-04 21:15:46 +08:00
Haojun Liao 1886bb0330 fix(stream): remove invalid free. 2023-09-04 19:36:33 +08:00
Alex Duan 7a6cf0b6f3
Merge pull request #22727 from taosdata/tomchon-patch-5
comment 5dnode3mnodeRoll.py
2023-09-04 19:24:07 +08:00
haoranchen 0ab0b4507b
comment 5dnode3mnodeRoll.py 2023-09-04 19:23:14 +08:00
Haojun Liao 77eed06bcd
Merge branch '3.0' into fix/3_liaohj 2023-09-04 18:51:07 +08:00
xsren 91275a065f linux link 2023-09-04 18:39:47 +08:00
Haojun Liao 877886cc0b Merge remote-tracking branch 'origin/fix/test_1x' into fix/test_1x 2023-09-04 18:34:23 +08:00
Haojun Liao 0b67ce0bfb fix(stream): release stream task with max_delay option. 2023-09-04 18:34:05 +08:00
Ganlin Zhao 0fed045a12 fix: fix last(*)/last_row(*) return MD5 hashed column name 2023-09-04 18:33:50 +08:00
Haojun Liao 5869750782 fix(stream): release stream task with max_delay option. 2023-09-04 18:33:33 +08:00
Ping Xiao b7b97e7a66 TD-23722: add case for TMQ unsubscribe with taosAdapter 2023-09-04 18:33:19 +08:00
wangmm0220 9a2da3adee fix:set vg status idle if reveive poll callback 2023-09-04 18:31:07 +08:00
wangjiaming0909 22b53c3ece fix: 1. select tag from meters partition by tag limit returned wrong num of rows
2. select tag from meters partition by tag returned wrong num of rows
2023-09-04 18:16:12 +08:00
sunpeng 338e8f6657
Update mxml_CMakeLists.txt.in 2023-09-04 17:56:03 +08:00
Haojun Liao 88e69036d8
Merge pull request #22714 from taosdata/fix/main-merge
other: merge 3.0
2023-09-04 17:35:57 +08:00
Alex Duan c6c4895f6c
Merge pull request #22719 from taosdata/tomchon-patch-3
Update cases.task
2023-09-04 17:25:30 +08:00
haoranchen aa72387133
Update cases.task 2023-09-04 17:21:00 +08:00
wangmm0220 43ebdd9ce7 docs:modify doc 2023-09-04 17:18:22 +08:00
Haojun Liao 325a177170 fix(stream): disable the fill-history task when restart stream tasks. 2023-09-04 17:18:04 +08:00