Commit Graph

48931 Commits

Author SHA1 Message Date
Ganlin Zhao 7e01d092a2 optimize repeat scan 2023-02-22 09:25:18 +08:00
xinsheng Ren 8a925342cc
enh: check if the directory exists before installing on mac (#20047)
* enh: check if the directory exists before installing on mac

* fix: check directory on different platforms

---------

Co-authored-by: facetosea <25808407@qq.com>
2023-02-22 09:05:21 +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
Shuduo Sang 4736636fb2
fix: taosbenchmark data gen refactor (#20059)
* fix: taosbenchmark data gen refactor

* fix: update taos-tools e22e5e2

* fix: update taos-tools cccc353

* fix: update taos-tools 10a211f

* fix: update taos-tools e54a926

* fix: update taos-tools 340b0f4

* fix: update taos-tools 6afed7c

* fix: update taos-tools cc6db40

* fix: update taos-tools 634399d

* fix: update taos-tools e0104dc

* fix: update taos-tools bc11ff3

* fix: update taos-tools b23e170

* fix: update taos-tools a62f774

* fix: clean up and print

* fix: update taos-tools a880c81

* test: update 5-taos-tools/taosdump/taosdumpTestInspect.py for 3.0

* fix: add sml_tags_json_array to accelerate sml json test

* fix: taosbenchmark json data generating refine 611dc09

* fix: update taos-tools ad2f7c8

* fix: coverity scan issues

* fix: udpate taos-tools d259385

* fix: update taos-tools be929ab

* fix: update taos-tools 63e63d6

* fix: update taos-tools 2a38de1

* fix: update taos-tools 0d4c001

* fix: update taos-tools dce7de5

* fix: update taos-tools 82b96df

* fix: update taos-tools 401cf6a

* fix: update taos-tools 6f692b0:wq

* fix: update taos-tools 2942ca0

* fix: update taos-tools 61cbfd2
2023-02-22 00:06:55 +08:00
Haojun Liao 37fea8cf3d fix(tmq): update the epset when the leader of vnode changed. 2023-02-21 23:04:58 +08:00
yihaoDeng b8b2b8a23a fix: fix invalid free 2023-02-21 23:00:57 +08:00
Xiaoyu Wang 62e3fd2cc6 fix: create stream semantic check 2023-02-21 19:19:43 +08:00
sunpeng 7e8823d594
build: delete TaosConsumer and TaosTmq from taospy (#20076) 2023-02-21 19:00:50 +08:00
Benguang Zhao b0b9877265 fix: check if log buffer is empty in syncNodeOnLocalCmd 2023-02-21 19:00:47 +08:00
Minglei Jin 724e7bc3a1 fix(tsdb/cache): use state's tsdb instead of readers 2023-02-21 18:23:18 +08:00
cademfly d66a0c35b2 fix/TD-22618 2023-02-21 18:15:32 +08:00
wade zhang 8030188f40
Update 03-immigrate.md 2023-02-21 18:05:05 +08:00
wade zhang 11be330b75
Merge pull request #20084 from taosdata/docs/wade-20230221
docs: refine dataX page
2023-02-21 17:59:21 +08:00
gccgdb1234 bdb0c12d4b docs: refine dataX page 2023-02-21 17:57:48 +08:00
wade zhang e5dfaf2d76
Merge pull request #20049 from taosdata/docs/lispqin
doc: update immigrate OpenTSDB data by DataX to TDengine3.0  links
2023-02-21 17:44:08 +08:00
lispQin 5d46b63ed0 docs: update application docs 2023-02-21 17:31:40 +08:00
Xiaoyu Wang 53e4dfa12e
Merge pull request #20074 from taosdata/fix/TD-22567
fix(dnd/ep): failed with invalid ep.json
2023-02-21 17:27:30 +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
Benguang Zhao a78556a3e6 fix: synchronize access to pVnode->inUse 2023-02-21 16:52:24 +08:00
Benguang Zhao 6bb9ee9b4e enh: change the default of vndCommitMaxInterval as 10 minutes 2023-02-21 16:50:42 +08:00
dapan1121 a7fe2cb309 Merge remote-tracking branch 'origin/main' into fix/TS-2687 2023-02-21 16:31:50 +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
Xiaoyu Wang 7337f5ff7d
Merge pull request #20052 from taosdata/fix/3.0_merge_main
merge main
2023-02-21 16:27:19 +08:00
dapan1121 4e0d69c6b0 fix: memory leak in tdb 2023-02-21 16:11:14 +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
Minglei Jin f06fd05411 fix(dnd/ep): failed with invalid ep.json 2023-02-21 14:58:29 +08:00
yihaoDeng 2d85d0191c fix: add vgroup count 2023-02-21 14:40:10 +08:00
dapan1121 e5023259ff fix: add tag filter case 2023-02-21 14:36:25 +08:00
dapan1121 3df3fea0bd fix: tag filter crash issue 2023-02-21 13:29:04 +08:00
Xiaoyu Wang acfa05b5fa fix: table count scan 2023-02-21 13:14:44 +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
dapan1121 6e0a349423 fix: remove case from ci cause of long exectuion time 2023-02-21 11:40:33 +08:00
Xiaoyu Wang b304456fef fix: rsma error 2023-02-21 11:17:59 +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 d3f257ee5e
Merge pull request #20053 from taosdata/feat/ly_stream
feat:a maximum of 60 streams can be created
2023-02-21 10:14:56 +08:00
Xiaoyu Wang 9370d67e43 fix: tsdb reader resume 2023-02-21 09:43:56 +08:00
dapan1121 968c538be5 fix: add merge join operator result limitation 2023-02-21 08:54:05 +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
Shuduo Sang 48426ed2df
fix: alpine compile error for 3.0 (#20064)
* fix: alpine support

* fix: ostimer thread_id

* fix: taosPrintTrace and tsStreamMax

* fix: make_install.sh and dnodes.py for alpine

* fix: cmake.platform and cut option for alpine

* fix: timer sigev and string convert

* fix: test case for alpine

* fix: fix test script for alpine

---------

Co-authored-by: t_max <1172915550@qq.com>
2023-02-20 22:31:56 +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
Ganlin Zhao 09ce818223 add stats 2023-02-20 19:35:06 +08:00
yihaoDeng 2bd38f453c fix: fix invalid read-write 2023-02-20 19:13:29 +08:00
Xiaoyu Wang 46ca6c9466 fix: tag filter 2023-02-20 19:06:07 +08:00