Commit Graph

50835 Commits

Author SHA1 Message Date
Haojun Liao 6f595fb5fd other: add some logs. 2023-04-20 18:50:44 +08:00
Haojun Liao cb686f8709
Merge pull request #20998 from taosdata/fix/liaohj_main
enh(stream): add more check to stop stream asap.
2023-04-20 18:49:54 +08:00
wangmm0220 e61b51b083 fix:add test cases for escape in schemaless 2023-04-20 17:49:40 +08:00
plum-lihui 13ae45c3fc test: modify tmq case 2023-04-20 17:46:42 +08:00
wangmm0220 ea939c1efb fix:add test cases for escape in schemaless 2023-04-20 17:41:38 +08:00
Haojun Liao dc733352db enh(stream): set the max input queue size to be 3000. 2023-04-20 17:38:10 +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
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
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
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
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
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
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
chenhaoran 2c03ca9c1b test:add testcase of compatibility,py for TS-3209 2023-04-19 20:47:52 +08:00
kailixu 5620f51d14 fix: trim database db from mnd 2023-04-19 20:38:33 +08:00
Haojun Liao a69e2a8045 fix(os): fix the link error in unit test cases. 2023-04-19 15:33:02 +08:00
Haojun Liao 9fb7589fb5 fix(os): fix a deadlock. 2023-04-19 14:08:41 +08:00
dapan1121 c7773f2402
Merge pull request #20973 from taosdata/enh/stmtIgnoreNullType
enh: ignore single row null data type validation
2023-04-19 14:00:30 +08:00
dapan1121 4a9d62b467 enh: ignore single row null data type validation 2023-04-19 10:18:41 +08:00
wade zhang cc27a8f86b
Merge pull request #20958 from taosdata/fix/TD-18844-MAIN
fix: duplicate calling shellWriteHistory
2023-04-19 09:23:38 +08:00
wangmm0220 5b3087e48b opti:escape logic in schemaless 2023-04-19 00:55:26 +08:00
Haojun Liao 915e5acb87
Merge pull request #20967 from taosdata/fix/liaohj_main
fix(stream): update the reference count value to be int32
2023-04-18 19:29:29 +08:00
Haojun Liao fb32ffd960 fix(stream): update the reference count value to be int32, insead of int8 2023-04-18 18:06:03 +08:00
dapan1121 2af63992ea
Merge pull request #20952 from taosdata/fix/TD-23639
fix: fix double free caused crash
2023-04-18 17:50:45 +08:00
huolibo 298781dc55
fix: illegal accesses (#20960) (#20962) 2023-04-18 17:45:08 +08:00
Alex Duan 0822e82d64 feat: support exit by kill heart-beat thread mode 2023-04-18 17:12:04 +08:00
Ganlin Zhao e58bf86c33 fix local variable 2023-04-18 16:34:06 +08:00
Shuduo Sang 4417c79cb1
fix: atoi on int64 config item (#20956) 2023-04-18 14:03:24 +08:00
Alex Duan 6a9bdb9824 fix: duplicate calling shellWriteHistory 2023-04-18 13:44:26 +08:00
Haojun Liao 76becf59b7
Merge pull request #20947 from taosdata/feature/3_liaohj
fix(stream): set the correct initial checkpoint versions.
2023-04-18 11:26:48 +08:00
Xiaoyu Wang cda3222a18
Merge pull request #20954 from taosdata/FIX/TD-22419-main
enh: remove unused functions in sync
2023-04-18 10:50:16 +08:00