Commit Graph

2029 Commits

Author SHA1 Message Date
Liu Jicong 2e640c38a2 refactor: stream and tmq message 2022-10-31 18:37:28 +08:00
slzhou aa2b54c57c enhance: add configuration for udfd LD_LIBRARY_PATH to taos.cfg 2022-10-31 16:45:39 +08:00
Xiaoyu Wang ae4354c277 enh: add sql command 'drop dnode id force' 2022-10-31 10:30:54 +08:00
Cary Xu 8e22c89136 fix: coverity scan problem for trow 2022-10-30 12:45:55 +08:00
Liu Jicong d058475fac
Merge pull request #17750 from taosdata/feature/stream
feat(stream): snode
2022-10-28 18:12:48 +08:00
Liu Jicong b26cc9c318 feat(snode) 2022-10-28 17:03:17 +08:00
Xiaoyu Wang 0840e79f90 Merge remote-tracking branch 'origin/3.0' into fix/3.0_bugfix_wxy 2022-10-28 10:46:31 +08:00
Xiaoyu Wang 5da335ff67 fix: push down limit 2022-10-28 09:36:14 +08:00
Shengliang Guan 4e190d9702
Merge pull request #17713 from taosdata/enh/TD-19459
test: restore some cases
2022-10-27 17:35:01 +08:00
dapan1121 b6326c7f14
Merge pull request #17710 from taosdata/fix/TD-19815
fix: add query heartbeat configuration
2022-10-27 17:33:27 +08:00
dapan1121 6c2a0c8737 fix: fix catalog ut issues and add query hb configuration 2022-10-27 15:15:50 +08:00
Shengliang Guan ff428696d5 enh: drop snode 2022-10-27 15:03:18 +08:00
dapan1121 9b475ea7f4
Merge pull request #17680 from taosdata/feature/TD-14761
fix:defects in coverity
2022-10-27 09:07:51 +08:00
wangmm0220 d212be8a37 fix:defects in coverity 2022-10-26 17:54:19 +08:00
Liu Jicong 78ff5f75e7
Merge pull request #17663 from taosdata/feature/stream
fix: memory leak
2022-10-26 17:09:43 +08:00
Hongze Cheng 309bad6b3b
Merge pull request #17624 from taosdata/szhou/fixbugs
fix: set correct var meta length after tDecodeDataBlock
2022-10-26 11:53:25 +08:00
Liu Jicong a16b010e9f fix: memory leak 2022-10-26 11:35:15 +08:00
Liu Jicong 8d8fd2b2bc refactor(stream): recover and fill history 2022-10-26 10:20:33 +08:00
slzhou f68f3bcad1 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbugs 2022-10-26 09:19:42 +08:00
Shengliang Guan 20a279e69a
Merge pull request #17605 from taosdata/fix/3.0_bugfix_wxy
fix: wrong permissions of 'show variables' command
2022-10-25 14:17:06 +08:00
slzhou bc0f120fb0 fix: set values before add it to array 2022-10-25 14:16:31 +08:00
plum-lihui 40fae0842f Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbugs 2022-10-25 13:54:57 +08:00
slzhou 211ab7f367 fix: set var meta length to data length when decode data block 2022-10-25 13:34:51 +08:00
Ganlin Zhao 600bb6ee77 fix coverity 2022-10-25 12:58:01 +08:00
Ganlin Zhao 3a4dc8f0da Merge branch '3.0' into fix/coverity_glzhao 2022-10-25 09:47:46 +08:00
Ganlin Zhao 78d3a32f50 Revert "fix: coverity issues"
This reverts commit c2bff98311.
2022-10-25 09:43:25 +08:00
Ganlin Zhao 35b78f596e Revert "Revert "fix: coverity issues""
This reverts commit caa88bc54d.
2022-10-25 09:42:26 +08:00
Ganlin Zhao caa88bc54d Revert "fix: coverity issues"
This reverts commit aa4daf1770.
2022-10-25 09:39:17 +08:00
Xiaoyu Wang 0fdce91b5a fix: wrong permissions of 'show variables' command 2022-10-24 16:34:10 +08:00
Ganlin Zhao c2bff98311 fix: coverity issues
CID: 399945
2022-10-24 15:06:41 +08:00
Ganlin Zhao aa4daf1770 fix: coverity issues
CID: 399914
2022-10-24 15:02:01 +08:00
Ganlin Zhao f4c290d545 fix: coverity issues
CID: 399791
2022-10-24 14:43:36 +08:00
Ganlin Zhao f1dc1d63f7 fix: coverity issues
CID: 399714
2022-10-24 14:16:17 +08:00
Cary Xu 4f5a38b786 fix: null column value when build rsma result 2022-10-22 18:01:43 +08:00
Shengliang Guan 5d293869a9
Merge pull request #17553 from taosdata/fix/liao_cov
fix(query): fix coverity issues.
2022-10-22 08:14:44 +08:00
Shengliang Guan 71d4d82cf4
Merge pull request #17450 from taosdata/fix/TD-19312
fix: add cachesize in show create database result
2022-10-22 08:14:17 +08:00
Shengliang Guan ca851f9750 fix: enable adjust numOfVnodeFetchThreads 2022-10-21 16:27:09 +08:00
Haojun Liao b53cc7f3dd fix(query): fix coverity issues. 2022-10-21 14:00:46 +08:00
chenhaoran 70b37608ee Merge branch '3.0' into fix/TD-19312 2022-10-21 02:31:30 +00:00
Shengliang Guan 4d318b32da refact: alter db replica 2022-10-20 16:47:03 +08:00
Shengliang Guan 15364fb1da
Merge pull request #17517 from taosdata/fix/coverity_glzhao
fix: fix coverity issues
2022-10-20 16:40:40 +08:00
haoranchen b3657f6e81
Merge branch '3.0' into fix/TD-19312 2022-10-20 15:05:41 +08:00
Ganlin Zhao 3db012b9a3 Merge branch '3.0' into fix/coverity_glzhao 2022-10-20 14:25:03 +08:00
Haojun Liao c41713cf21
Merge pull request #17495 from taosdata/fix/liao_cov
refactor: remove redundant codes and do some internal refactor.
2022-10-20 13:16:02 +08:00
Cary Xu 951d110b3b fix: coverity scan for trow 2022-10-20 09:31:17 +08:00
Shengliang Guan 780c58e281
Merge pull request #17492 from taosdata/enh/TD-19650
enh: show the restore status of vnode when show vgroups
2022-10-19 23:35:42 +08:00
Haojun Liao ae625d3199 refactor: remove redundant codes and do some internal refactor. 2022-10-19 22:33:15 +08:00
haoranchen c2651e2755
Merge branch '3.0' into fix/TD-19312 2022-10-19 20:53:18 +08:00
Shengliang Guan 097a047b61 Merge remote-tracking branch 'origin/3.0' into FIX/TD-19593-3.0 2022-10-19 20:08:49 +08:00
Shengliang Guan 39e303b79b enh: show the restore status of vnode when show vgroups 2022-10-19 20:07:15 +08:00
Shengliang Guan 308dd56537
Merge pull request #17486 from taosdata/fix/liao_cov
refactor: remove redundant codes.
2022-10-19 19:51:59 +08:00
haoranchen 6041464e96
Merge branch '3.0' into fix/TD-19312 2022-10-19 19:28:31 +08:00
Shengliang Guan 985e6f53e4 Merge branch '3.0' into FIX/TD-19593-3.0 2022-10-19 19:06:03 +08:00
Haojun Liao a43ccdf5a5 refactor: remove redundant codes. 2022-10-19 18:07:34 +08:00
Haojun Liao 1795163999 refactor: remove redundant codes. 2022-10-19 18:06:09 +08:00
Haojun Liao 5dcfaf3bd6 refactor: remove redundant codes. 2022-10-19 18:00:15 +08:00
Shengliang Guan 79f16a6d54 refact: remove multi process codes 2022-10-19 17:53:01 +08:00
Benguang Zhao 2aa7afe7fa Merge branch '3.0' into FIX/TD-19593-3.0 2022-10-19 16:31:13 +08:00
Shengliang Guan 96ca18e61e Merge remote-tracking branch 'origin/3.0' into enh/TD-19623 2022-10-19 11:18:21 +08:00
Shengliang Guan 8764cf9adb refact: remove multi process codes 2022-10-19 11:08:42 +08:00
Shengliang Guan fc5af24975
Merge pull request #17444 from taosdata/enh/TD-19622
refact: remove bnode codes
2022-10-19 10:06:35 +08:00
Benguang Zhao 00a066443f Merge branch '3.0' into FIX/TD-19593-3.0 2022-10-19 09:38:36 +08:00
Benguang Zhao 3b0968d7f9 enh: enable the -Wformat=2 compiler option 2022-10-19 09:24:15 +08:00
dapan1121 cbfc9872c6 fix: add cachesize in show create database result 2022-10-18 18:28:49 +08:00
54liuyao 8efd7e8763 feat(stream):replace disk buff 2022-10-18 18:13:47 +08:00
Shengliang Guan 3a7d89a6bb refact: remove bnode codes 2022-10-18 17:34:58 +08:00
Ganlin Zhao 8dc5bb0ebb fix: coverity issues
CID: 399632
2022-10-18 11:40:36 +08:00
Ganlin Zhao 9aa1818a47 fix: coverity issues
CID: 399614
2022-10-18 11:35:35 +08:00
Shengliang Guan 98f1c3d89a
Merge pull request #17411 from taosdata/fix/coverity_glzhao
fix: coverity issues
2022-10-17 22:58:37 +08:00
Ganlin Zhao 16fb3525aa fix: coverity issues
CID: 399527
2022-10-17 18:37:16 +08:00
Ganlin Zhao c695606184 fix: coverity issues
CID: 399357
2022-10-17 16:00:15 +08:00
Ganlin Zhao 7e54b77024 fix: coverity issues
CID: 354728
2022-10-17 15:20:36 +08:00
Ganlin Zhao 2abd0eec40 fix: coverity issues
CID: 354727
2022-10-17 15:03:01 +08:00
wangmm0220 54e3617a6f fix:scan converity defects 2022-10-17 14:32:18 +08:00
Ganlin Zhao 84817bf743 fix: coverity issues
CID: 354715
2022-10-17 12:48:14 +08:00
Ganlin Zhao 132681a8bc fix: coverity issues
CID: 308488
2022-10-17 10:59:32 +08:00
dapan1121 40591003d1 Merge branch 'refact/query_opt' of github.com:taosdata/TDengine into refact/query_opt 2022-10-14 13:09:30 +08:00
dapan1121 74be3572db enh: add query response policy 2022-10-14 09:31:18 +08:00
Hongze Cheng 6ed0634fb7 format more code 2022-10-13 11:56:16 +08:00
Shengliang Guan b9374718d6
Merge pull request #17290 from taosdata/fix/3.0_bugfix_wxy
feat: support batch loading of csv files
2022-10-11 20:53:49 +08:00
Ganlin Zhao e5c3ff7158 fix: coverity issues
CID: 399950
2022-10-11 17:08:30 +08:00
Xiaoyu Wang 18fa48ae57 feat: support batch loading of csv files 2022-10-11 15:54:01 +08:00
Ganlin Zhao b2f19def37 fix: coverity issues
CID: 400186
2022-10-11 14:23:47 +08:00
Ganlin Zhao fc598288be fix: coverity issues
CID: 400233
2022-10-11 14:15:00 +08:00
Ganlin Zhao 5583ee42c0 fix: coverity issues
CID: 400233
2022-10-11 11:29:42 +08:00
Liu Jicong fbfae317b3 refactor 2022-10-11 02:09:15 +08:00
Liu Jicong 57d1406096 add tbname column into stream special block 2022-10-09 22:49:37 +08:00
Liu Jicong eafe8666f7 merge 3.0 2022-10-09 17:00:18 +08:00
Liu Jicong 2f9aeeb5fc feat(stream): support define table name 2022-10-09 16:54:27 +08:00
dapan1121 d110650a99 fix: remove fetch thread config 2022-10-08 19:04:42 +08:00
Hongze Cheng 14283283e4 more 2022-10-07 23:03:31 +08:00
Hongze Cheng 23e671a1f2 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/stream_compression 2022-09-28 13:24:21 +08:00
wangmm0220 71127891eb fix:smlDataFormat to false 2022-09-28 11:51:31 +08:00
Hongze Cheng 95df98315d Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/stream_compression 2022-09-28 09:42:00 +08:00
Shengliang Guan 5aad79527e
Merge pull request #17092 from taosdata/fix/TD-19245
fix: coverity issues
2022-09-28 08:59:27 +08:00
Shengliang Guan eead619f1a fix: coverity issues 2022-09-27 17:10:48 +08:00
Hongze Cheng fe95393bb8 Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/stream_compression 2022-09-27 16:31:24 +08:00
Xiaoyu Wang 8caa36299c feat: add the _irowts pseudo column to output the timestamp of the interp 2022-09-27 15:23:24 +08:00
Hongze Cheng bba042124f Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/stream_compression 2022-09-27 09:27:02 +08:00
Shengliang Guan 4e51886063
Merge pull request #17071 from taosdata/feat/3.0_parser_planner
feat(stream): tag and child table name improvement
2022-09-26 19:54:36 +08:00