Haojun Liao
dc733352db
enh(stream): set the max input queue size to be 3000.
2023-04-20 17:38:10 +08:00
Xiaoyu Wang
2671718cd3
Merge pull request #20990 from taosdata/FIX/TD-23640-3.0
...
enh: adjust size limit of applyQ and negotiationWin
2023-04-20 17:30:53 +08:00
Haojun Liao
c7e42d5422
other: do some internal refactor.
2023-04-20 17:30:02 +08:00
Haojun Liao
8323ad8670
enh(stream): add more check to stop stream asap.
2023-04-20 17:29:08 +08:00
wangmm0220
2714da26e7
fix:[TS-3221] reset max stmt if execute error
2023-04-20 17:26:54 +08:00
Haojun Liao
23e285ac57
Merge pull request #20995 from taosdata/fix/liaohj_main
...
fix(stream): add lock during check wal to create new stream task.
2023-04-20 17:04:15 +08:00
wade zhang
1af9b52d9b
Update 02-database.md
2023-04-20 16:40:10 +08:00
yihaoDeng
5741d0c29f
change write opt
2023-04-20 08:36:32 +00:00
Benguang Zhao
1b2fe38f75
enh: improve logging msg in metaSnapWrite
2023-04-20 16:22:16 +08:00
Xiaoyu Wang
7c5cc2291e
Merge pull request #20993 from taosdata/fix/main_bugfix_wxy
...
fix: invalid identifier check
2023-04-20 16:11:42 +08:00
wangmm0220
8e8a3b268b
fix:add test cases for escape in schemaless
2023-04-20 15:54:19 +08:00
Haojun Liao
b60b1796f7
fix(stream): add lock during check wal to create new stream task.
2023-04-20 15:53:41 +08:00
Hui Li
f573d5693b
Merge pull request #20616 from taosdata/test/main/TD-23145
...
ci: enable Jemalloc in compilation
2023-04-20 15:40:05 +08:00
wangmm0220
b1561c95c3
fix:add test cases for escape in schemaless
2023-04-20 15:31:18 +08:00
Hui Li
3b905995d3
Merge pull request #20911 from taosdata/test/ts-3150
...
test: add cases for TS-3150
2023-04-20 15:20:28 +08:00
Hui Li
5cc08d14f8
Merge pull request #20934 from taosdata/lihui3.0/test
...
test: modify test case
2023-04-20 15:17:39 +08:00
Hui Li
475fa75e80
Merge pull request #20984 from taosdata/test/main/TS-3209
...
test:add testcase of compatibility.py for TS-3209
2023-04-20 15:16:27 +08:00
shenglian zhou
3a9dddd619
enhance: modify inside isEligibleAgg func
2023-04-20 15:11:12 +08:00
Xiaoyu Wang
0dad9322f3
fix: invalid identifier check
2023-04-20 15:08:41 +08:00
Alex Duan
e2a20c1d15
test: add udf2_dup test case
2023-04-20 14:38:23 +08:00
Alex Duan
4c0cdd8192
test: add udf2_dup test case
2023-04-20 14:34:38 +08:00
Alex Duan
c34c53539d
test: add udf2_dup test case
2023-04-20 14:32:32 +08:00
Benguang Zhao
a1ca9466cd
enh: adjust size limit of appyQ and negotiationWin
2023-04-20 14:28:56 +08:00
Benguang Zhao
a21e0fe75e
enh: propose vnode commit synchronously
2023-04-20 14:28:56 +08:00
Benguang Zhao
55c6f115b0
enh: add applied-index in sync node logging msg
2023-04-20 14:28:56 +08:00
Alex Duan
de76a02acf
test: select fields error
2023-04-20 14:08:38 +08:00
Alex Duan
977af4289b
test: fix udf1_dup error
2023-04-20 14:05:15 +08:00
yihaoDeng
d7d0816b11
change write opt
2023-04-20 06:00:05 +00:00
shenglian zhou
cc78a6356c
fix: do not performace table count scan optimized where there are no agg functions
2023-04-20 13:54:22 +08:00
Alex Duan
ba0a6e087f
test: add the cast that select field include two udf function
2023-04-20 13:51:39 +08:00
Haojun Liao
742b5ee08c
other: update wal logs level.
2023-04-20 13:42:16 +08:00
yihaoDeng
e37dcf787e
change write opt
2023-04-20 04:24:23 +00:00
yihaoDeng
941b0b659c
change write opt
2023-04-20 04:18:25 +00:00
yihaoDeng
2b3f184d74
Merge branch 'enh/rocksRevert' of https://github.com/taosdata/TDengine into enh/rocksRevert
2023-04-20 04:05:48 +00:00
yihaoDeng
3272d14e33
change write opt
2023-04-20 04:05:35 +00:00
liuyao
f2560fd5e9
opt test
2023-04-20 11:50:42 +08:00
dapan1121
989f1cdd4b
Merge pull request #20983 from taosdata/fix/TS-3216-M
...
fix: trim database db from mnd
2023-04-20 11:43:14 +08:00
Xiaoyu Wang
aa107138a9
Merge pull request #20981 from taosdata/enh/3.0_planner_optimize
...
feat: the having clause can be used after the partition by clause or window clause
2023-04-20 11:21:01 +08:00
liuyao
d29dcb4bcf
add loop
2023-04-20 10:50:07 +08:00
Kaiyu Zhu
8adcd91420
fix: tdengine swarm cluster(3 mnodes) startup error ( #20966 )
...
* fix: tdengine swarm cluster(3 mnodes) startup error
add check if dnode has been created when TDengine docker image starts
Resolves #19837
* refactor: change the check (#6f53e8ed76) location
2023-04-20 10:09:09 +08:00
yihaoDeng
b6108921ec
Merge branch 'enh/rocksRevert' of https://github.com/taosdata/TDengine into enh/rocksRevert
2023-04-20 01:56:00 +00:00
yihaoDeng
98bc1b6101
change write opt
2023-04-20 01:55:44 +00:00
haoranchen
eaca23c41b
fix: restore ci buildPath
2023-04-20 09:44:07 +08:00
liuyao
602b1b7476
add test loop
2023-04-20 09:25:33 +08:00
Haojun Liao
5fd6ac4fc5
Merge pull request #20977 from taosdata/fix/liaohj_main
...
fix(os): fix a deadlock.
2023-04-20 09:14:26 +08:00
yihaoDeng
aa613285e7
change write opt
2023-04-20 00:21:16 +00:00
yihaoDeng
9d6e8b3fa7
change write opt
2023-04-20 00:18:57 +00:00
yihaoDeng
b640a0330d
change write opt
2023-04-19 23:55:09 +00:00
yihaoDeng
6ff0b09e5e
change write opt
2023-04-19 23:46:08 +00:00
yihaoDeng
f48c539011
just test
2023-04-19 15:12:19 +00:00