Commit Graph

47416 Commits

Author SHA1 Message Date
dapan1121 78d72a7db2 fix: alter column length too big issue 2023-02-23 14:21:14 +08:00
dapan1121 298d98c966 Merge remote-tracking branch 'origin/main' into fix/ctgErrCode 2023-02-23 09:00:44 +08:00
Haojun Liao 5b1c2fc314
Merge pull request #20094 from taosdata/feature/3_liaohj
fix(tmq): update the epset when the leader of vnode changed.
2023-02-23 08:58:40 +08:00
dapan1121 402abdb725
Merge pull request #20078 from taosdata/fix/TD-22626
fix: interval start window error
2023-02-23 08:56:13 +08:00
dapan1121 12bb7b8681
Merge pull request #20109 from taosdata/fix/TD-22678
fix: rsma invalid read issue
2023-02-23 08:51:59 +08:00
Shuduo Sang 20b0766bc6
fix: taosbenchmark data gen refactor main (#20060)
* fix: taosbenchmark data generating refactor for main

* fix: taosbenchmark sml json refactor for main

* fix: update taos-tools 2942ca0

* fix: update taos-tools 61cbfd2
2023-02-22 19:54:12 +08:00
dapan1121 532fb08309 fix: rsma invalid read issue 2023-02-22 18:13:24 +08:00
sunpeng d4fdf17cae
build: delete TaosConsumer and TaosTmq from taospy (#20076) (#20091) 2023-02-22 17:32:14 +08:00
Haojun Liao edc64122cb refactor: fix coverity issues. 2023-02-22 16:50:47 +08:00
Haojun Liao cd1089acb3 refactor: fix coverity issues. 2023-02-22 16:43:37 +08:00
Hui Li bd79f4c26b
Merge pull request #20099 from taosdata/TD-22682
ci: install defined version python connector
2023-02-22 14:48:20 +08:00
chenhaoran 96389577d7 fix: ingore filter.c error found by asan 2023-02-22 14:42:17 +08:00
Haojun Liao 8532de31cf refactor: remove assert. 2023-02-22 14:32:39 +08:00
Haojun Liao 82067f3bd2 fix(query): fix coverity issues. 2023-02-22 13:38:13 +08:00
chenhaoran 88d6b8dac7 ci: install defined version python connector 2023-02-22 11:42:22 +08:00
Haojun Liao 61a7001274 fix(query): fix coverity issues. 2023-02-22 10:50:42 +08:00
chenhaoran 4c3704fde0 ci: install defined version python connector 2023-02-22 10:50:18 +08:00
chenhaoran d81b2365c4 ci: install defined version python connector 2023-02-22 10:43:54 +08:00
chenhaoran 3a9a9179d3 ci: install defined version python connector 2023-02-22 10:32:37 +08:00
Haojun Liao 0c9145645b Merge branch 'main' into feature/3_liaohj 2023-02-22 08:53:23 +08:00
Haojun Liao 4b7c88bcb1 refactor: do some internal refactor. 2023-02-22 08:52:20 +08:00
Haojun Liao 37fea8cf3d fix(tmq): update the epset when the leader of vnode changed. 2023-02-21 23:04:58 +08:00
Haojun Liao 4902e9a644
Merge pull request #20073 from taosdata/fix/TD-22635
fix: add vgroup count
2023-02-21 17:12:48 +08:00
dapan1121 0b0af5240d
Merge pull request #20002 from taosdata/fix/forceStopTask
fix: add force stop task and rename conflict structer name
2023-02-21 16:30:18 +08:00
dapan1121 7b193ed943 fix: interval start window error 2023-02-21 15:52:22 +08:00
Haojun Liao 9a5b7ce220 refactor: do some internal refactor. 2023-02-21 15:32:17 +08:00
yihaoDeng 2d85d0191c fix: add vgroup count 2023-02-21 14:40:10 +08:00
Haojun Liao c90e2aa791
Merge pull request #20069 from taosdata/feature/3_liaohj
fix(query): fix error in simd.
2023-02-21 12:00:43 +08:00
Haojun Liao 466d5fe716 fix(query): fix error in simd. 2023-02-21 10:31:30 +08:00
Haojun Liao ec7549608c fix(query): fix error in simd. 2023-02-21 10:23:02 +08:00
Haojun Liao 243dfc42aa
Merge pull request #20058 from taosdata/fix/invalidRead
fix: fix invalid read-write
2023-02-21 10:15:07 +08:00
Haojun Liao da2787ee56 fix(query): set correct shift bits. 2023-02-21 00:50:36 +08:00
Haojun Liao ab3fb17a74 fix(query): set correct shift bits. 2023-02-20 23:43:30 +08:00
yihaoDeng 487ca893b1 fix: fix invalid read-write 2023-02-20 22:41:49 +08:00
yihaoDeng 8fa55d3844 fix: fix invalid read-write 2023-02-20 21:40:24 +08:00
yihaoDeng 409e9a9ac8 fix: fix invalid read-write 2023-02-20 20:45:16 +08:00
yihaoDeng 2bd38f453c fix: fix invalid read-write 2023-02-20 19:13:29 +08:00
yihaoDeng 328cde55d5 fix: fix invalid read-write 2023-02-20 18:57:53 +08:00
yihaoDeng f570ac22cf fix: fix invalid read-write 2023-02-20 18:48:12 +08:00
Haojun Liao e10ec84154 refactor: do some internal refactor. 2023-02-20 14:52:16 +08:00
Haojun Liao fd8cad2844 refactor: remove xxhash. 2023-02-20 10:22:41 +08:00
Haojun Liao 16bc8cb5df
Merge pull request #20038 from taosdata/enh/changeOptPara
enh: opt transport opt
2023-02-20 09:48:01 +08:00
Hui Li 12d983074f
Merge pull request #20027 from taosdata/fix/TS-2658-MAIN
fix: free thread save memory before set null
2023-02-20 09:35:27 +08:00
yihaoDeng 1971ec0adb add trans param 2023-02-19 22:17:44 +08:00
yihaoDeng dd30b3577c add trans param 2023-02-19 18:29:11 +08:00
yihaoDeng 098949b528 add trans param 2023-02-19 18:10:42 +08:00
Haojun Liao 736619018d
Merge pull request #20043 from taosdata/fix/liaohj
fix(query): set the correct rows in data block.
2023-02-19 00:17:54 +08:00
dapan1121 98cee3792f
Merge pull request #20033 from taosdata/fix/TD-22556
fix: refact client statistics collection
2023-02-18 20:23:03 +08:00
Haojun Liao 3993f13479 Merge branch 'main' into fix/liaohj 2023-02-18 19:49:42 +08:00
Haojun Liao 59c72beb8d fix(query): set the correct rows in data block. 2023-02-18 19:47:18 +08:00