Commit Graph

3713 Commits

Author SHA1 Message Date
Haojun Liao 1d681a9e4b enh(query): Add the group id in the serialized block format to support the multi-table(super table) interval query. 2022-04-24 20:48:42 +08:00
Ganlin Zhao 4ea06b37be
Merge pull request #11805 from taosdata/fix/TD-15107
fix(query): fix sum,count,max,min function no output when input is constant value
2022-04-24 20:39:51 +08:00
Liu Jicong 631d3edeb7 merge from 3.0 2022-04-24 20:32:12 +08:00
Shengliang Guan 337a065e3a Merge remote-tracking branch 'origin/3.0' into feature/check 2022-04-24 20:27:48 +08:00
dapan 28e11e2b60 Merge branch 'feature/qnode' of https://github.com/taosdata/TDengine into feature/qnode 2022-04-24 20:25:06 +08:00
Ganlin Zhao 166c7c54f8 Merge branch '3.0' into feature/3.0_glzhao 2022-04-24 20:16:42 +08:00
Ganlin Zhao 770be0364f Merge branch '3.0' into feature/3.0_glzhao 2022-04-24 20:15:26 +08:00
Xiaoyu Wang 755e0a6456 merge 3.0 2022-04-24 20:14:00 +08:00
dapan bb33139572 feature/qnode 2022-04-24 20:11:34 +08:00
Xiaoyu Wang 74fb0f4b55 enh: order by primary key optimize 2022-04-24 20:11:06 +08:00
Ganlin Zhao 73b334a66e
Merge pull request #11794 from taosdata/fix/TD-15094
fix(query): disable timestamp type arithmetic operation with var type
2022-04-24 20:09:47 +08:00
Shengliang Guan d1ac98fa84 Merge remote-tracking branch 'origin/3.0' into feature/check 2022-04-24 19:21:42 +08:00
Ganlin Zhao 8181ef84db fix(query): fix sum,count,max,min function no output when input is constant value
TD-15107
2022-04-24 19:21:09 +08:00
dapan1121 c2af748925
Merge branch '3.0' into feature/qnode 2022-04-24 19:15:41 +08:00
Shengliang Guan 4033da4b24 Merge remote-tracking branch 'origin/3.0' into feature/check 2022-04-24 19:03:54 +08:00
slzhou b171156f1d Merge branch '3.0' of github.com:taosdata/TDengine into 3.0_udfd 2022-04-24 18:51:54 +08:00
yihaoDeng ee929937e1 fix unit test 2022-04-24 18:41:34 +08:00
Liu Jicong eda3b19225 fix compile 2022-04-24 18:39:43 +08:00
Xiaoyu Wang 809a78b06e enh: order by primary key optimize 2022-04-24 18:05:28 +08:00
Liu Jicong f4728e826e fix: add connection error handle 2022-04-24 18:03:04 +08:00
yihaoDeng 4cf04e264e fix heartbeat problem 2022-04-24 17:54:01 +08:00
slzhou a0852402a9 api change : remove udfc handle and epset 2022-04-24 17:36:07 +08:00
Liu Jicong 575f64197d enh(wal): skip read for specific msg 2022-04-24 16:51:32 +08:00
Xiaoyu Wang 58409edcfc Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy 2022-04-24 16:31:43 +08:00
Xiaoyu Wang a9ab3c8940 enh: order by primary key optimize 2022-04-24 16:31:17 +08:00
dapan1121 ef0365ebeb feature/qnode 2022-04-24 16:27:09 +08:00
Ganlin Zhao b430f4e561 fix(query): disable timestamp type arithmetic operation with var type
TD-15094
2022-04-24 16:01:05 +08:00
dapan1121 4ae6e090d8 fix hb broken link issue 2022-04-24 15:29:53 +08:00
yihaoDeng 80ae360e8b Merge branch '3.0' into auth 2022-04-24 15:12:13 +08:00
slzhou a9d47ded0a more udf info 2022-04-24 15:11:12 +08:00
Li Minghao f2749b4bf0
Merge pull request #11791 from taosdata/feature/sync-vnode-merge-3.0
Feature/sync vnode merge 3.0
2022-04-24 15:09:07 +08:00
Li Minghao 1afda11b9c comment doSyncEnvStart 2 2022-04-23 23:55:01 -07:00
slzhou 8afabff7e9 Merge branch '3.0' of github.com:taosdata/TDengine into 3.0_udfd 2022-04-24 14:38:19 +08:00
Li Minghao e01cb71cea comment doSyncEnvStart 2022-04-23 23:37:17 -07:00
Liu Jicong 314a92fb76
Merge pull request #11788 from taosdata/feature/tq
refacor(wal): rename len to bodyLen
2022-04-24 14:33:59 +08:00
Hongze Cheng 588fd84853 refact meta 2022-04-24 06:19:12 +00:00
Li Minghao 1af668b490
Merge pull request #11787 from taosdata/feature/sync-vnode-merge-3.0
fix bug, syncEnv free NULL
2022-04-24 13:54:37 +08:00
Liu Jicong 3d972f81a2 refacor(wal): rename len to bodyLen 2022-04-24 13:42:54 +08:00
Li Minghao 9c9d57c961 fix bug, syncEnv free NULL 2022-04-23 22:38:49 -07:00
Shengliang Guan 15ddbe8231 Merge remote-tracking branch 'origin/3.0' into feature/check 2022-04-24 11:25:15 +08:00
slzhou 3799c5c62f epset and retrieve so from mnode 2022-04-24 10:53:50 +08:00
Hongze Cheng 07720702a6 more refact meta 2022-04-24 02:50:08 +00:00
slzhou 3bc432a52e change libudf1.so path temporaly 2022-04-24 08:50:40 +08:00
shenglian zhou 35f062a5da Merge branch '3.0' of github.com:taosdata/TDengine into 3.0_udfd 2022-04-23 22:16:45 +08:00
shenglian zhou 52cc00987b udfd pipe name generating with dnode id through environment passing 2022-04-23 22:16:26 +08:00
Hongze Cheng 44dc05f38f more refact meta 2022-04-23 10:50:26 +00:00
yihaoDeng b384167087 enh(rpc): fix hb problem 2022-04-23 18:29:45 +08:00
yihaoDeng 4f27533d42 enh(rpc): fix hb problem 2022-04-23 15:33:25 +08:00
yihaoDeng fefd25067b fix rpc bug 2022-04-22 23:58:34 +08:00
Haojun Liao 4b36763429 refactor(query): do some internal refactor. 2022-04-22 22:43:07 +08:00
Haojun Liao 978b369e8b fix(query): set timestamp window for the returned datablock. 2022-04-22 22:40:19 +08:00
Hongze Cheng 89c8b768e1 refact META 9 2022-04-22 12:34:37 +00:00
dapan1121 78f05459a7
Merge pull request #11769 from taosdata/feature/qnode
feat: fix qnode list type issue
2022-04-22 19:47:20 +08:00
Li Minghao 126801c8a3
Merge pull request #11768 from taosdata/feature/sync-vnode-merge-3.0
Feature/sync vnode merge 3.0
2022-04-22 19:34:52 +08:00
Haojun Liao d83ce4044a
Merge pull request #11754 from taosdata/feature/3.0_liaohj
fix(driver): the user specified port that is in taos_connect API isn't active.
2022-04-22 19:33:23 +08:00
dapan1121 11cb0afa30 feature/qnode 2022-04-22 19:28:27 +08:00
Minghao Li caaa87ed83 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/sync-vnode-merge-3.0 2022-04-22 19:12:08 +08:00
Xiaoyu Wang b0a68df512
Merge pull request #11766 from taosdata/feature/3.0_wxy
fix: some syntax parsing problems
2022-04-22 18:54:54 +08:00
slzhou 400436ffdd fix hash map key length error 2022-04-22 18:41:56 +08:00
Minghao Li d53b3a4480 call syncCleanUp taosMemoryFree(pSyncEnv) 2022-04-22 18:41:32 +08:00
Xiaoyu Wang 20879d0ef7 fix: some syntax parsing problems 2022-04-22 18:23:37 +08:00
WANG MINGMING 4291981b54
Merge pull request #11690 from taosdata/feature/TD-13041
fix: bugs in to_json
2022-04-22 18:23:27 +08:00
dapan1121 8cfcd6d4f4 feature/qnode 2022-04-22 17:48:12 +08:00
yihaoDeng 124b8b6645 enh(rpc): fix hb problem 2022-04-22 17:44:53 +08:00
Ganlin Zhao 05f1e64108 Merge branch '3.0' into feature/3.0_glzhao 2022-04-22 17:17:46 +08:00
Minghao Li 64dfc1da1c merge 3.0 code 2022-04-22 17:11:56 +08:00
shenglian-zhou 0d5dd77f59
Merge pull request #11748 from taosdata/3.0_udfd
feat(udf):fix start/stop/restart udfd
2022-04-22 17:09:53 +08:00
Ganlin Zhao b96d372e81 feat(query): add avg function
TD-14295
2022-04-22 16:56:04 +08:00
Ganlin Zhao 85bbe4e832
Merge pull request #11755 from taosdata/feature/3.0_glzhao
refactor(query): limit cast var type length to 1000
2022-04-22 16:30:11 +08:00
Hongze Cheng c28e4bcae6 refact meta 8 2022-04-22 08:23:55 +00:00
Ganlin Zhao a601081e6d refactor(query): limit cast var type length to 1000 2022-04-22 16:04:17 +08:00
Shengliang Guan bc65c92ee3 refactor(tools): adjust client config parameters 2022-04-22 16:04:10 +08:00
slzhou 0307010861 Merge branch '3.0' of github.com:taosdata/TDengine into 3.0_udfd 2022-04-22 15:36:59 +08:00
slzhou a395b21578 fix start/stop/restart udfd 2022-04-22 15:21:26 +08:00
Haojun Liao e28b75b8d4 refactor(query): do some internal refactor. 2022-04-22 15:07:20 +08:00
Hongze Cheng 1231932078 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-04-22 07:03:24 +00:00
dapan1121 9c4bb8b0a1
Merge pull request #11741 from taosdata/feature/qnode
fix: fix hb link broken issue
2022-04-22 15:03:01 +08:00
Ganlin Zhao f6c21cd39a
Merge pull request #11743 from taosdata/feature/3.0_glzhao
fix(query): fix timediff bug
2022-04-22 14:54:51 +08:00
wangmm0220 1fe2abc8cd refactor:fix error in unit test for scalar test 2022-04-22 14:35:00 +08:00
Ganlin Zhao 87bcbe8f52 fix(query): fix timediff bug
TD-14802
2022-04-22 14:25:15 +08:00
dapan1121 0afdb145a4 feature/qnode 2022-04-22 13:54:00 +08:00
Hongze Cheng 57d642b9b4 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-04-22 05:33:29 +00:00
shenglian-zhou d70c74d44e
Merge pull request #11735 from taosdata/3.0_udfd
feat(udf): udf scalar api change
2022-04-22 12:06:51 +08:00
dapan1121 54e1702749
Merge pull request #11732 from taosdata/feature/qnode
feat: add udf catalog api
2022-04-22 11:46:06 +08:00
Liu Jicong af1b5138e6
Merge pull request #11736 from taosdata/feature/tq
feat(tmq): add db subscribe
2022-04-22 11:29:46 +08:00
slzhou f41edf3be8 Merge branch '3.0' of github.com:taosdata/TDengine into 3.0_udfd 2022-04-22 11:14:36 +08:00
Liu Jicong 9a3365e1f1 fix pointer type 2022-04-22 10:59:09 +08:00
Liu Jicong d51336384f feat(tmq): add db subscribe 2022-04-22 10:55:17 +08:00
slzhou d537322e41 udf scalar api change 2022-04-22 10:10:14 +08:00
Hongze Cheng 44c5e42ff2 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-04-22 01:56:56 +00:00
afwerar fc24521621 fix(os): windows compile 3.0. 2022-04-22 09:54:27 +08:00
dapan1121 162b3087c3 Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-04-22 09:46:19 +08:00
dapan1121 31528bbe55 feature/qnode 2022-04-22 09:16:00 +08:00
slzhou 49dc204076 Merge branch '3.0' of github.com:taosdata/TDengine into 3.0_udfd 2022-04-22 08:14:09 +08:00
slzhou 7c54b69977 sigkill to kill taosd causes udfd to exit 2022-04-22 08:13:45 +08:00
Yihao Deng 22743e4903
Merge pull request #11721 from taosdata/feature/authImp
enh(rpc):add auth
2022-04-21 22:31:03 +08:00
yihaoDeng eefb0a2049 enh(rpc):add auth 2022-04-21 22:03:29 +08:00
Haojun Liao be1a2c690e
Merge pull request #11718 from taosdata/feature/3.0_liaohj
fix(query): if one vgroup has no tables, query against this vgroup will receive unexpected error.
2022-04-21 21:21:25 +08:00
yihaoDeng fa14caffcd enh(rpc):add auth 2022-04-21 20:28:37 +08:00
yihaoDeng b7cb019d69 Merge branch 'd3N' into auth 2022-04-21 19:43:36 +08:00
yihaoDeng 219c8dbf37 enh(rpc):add auth 2022-04-21 19:33:48 +08:00
Hongze Cheng 055e0516fa Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-04-21 11:22:43 +00:00
Xiaoyu Wang 103af37e42
Merge pull request #11719 from taosdata/feature/3.0_wxy
feat: sql command 'union'
2022-04-21 18:49:34 +08:00
yihaoDeng 9b0e690b1c Merge branch '3.0' of https://github.com/taosdata/TDengine into auth 2022-04-21 18:22:42 +08:00
Haojun Liao 20111df8e3 fix(query): comment unused codes. 2022-04-21 18:04:30 +08:00
Xiaoyu Wang 0b56a4049a feat: sql command 'union' 2022-04-21 17:51:39 +08:00
yihaoDeng 3278a2309b enh(rpc):add auth 2022-04-21 17:51:33 +08:00
Haojun Liao fc799fa115 other: merge 3.0 2022-04-21 17:51:00 +08:00
Haojun Liao 9a038322b6 refactor(query): do some internal refactor. 2022-04-21 17:44:08 +08:00
Haojun Liao a6e8ad6e4a fix(query): if one vgroup has no tables, query against this vgroup will receive unexpected error. 2022-04-21 17:43:46 +08:00
dapan1121 44d78ab900
Merge pull request #11713 from taosdata/feature/qnode
feat(query): qnode for query only
2022-04-21 17:40:39 +08:00
Minghao Li 446a2ed1bf rm syncReplicateTest 2, 3, Load 2022-04-21 17:35:48 +08:00
dapan1121 cefa203fc5 feature/qnode 2022-04-21 17:21:09 +08:00
Xiaoyu Wang e5a7f1b73f feat: sql command 'union all' 2022-04-21 17:09:54 +08:00
Xiaoyu Wang 1d47ceae37 feat: sql command 'union all' 2022-04-21 16:32:48 +08:00
slzhou eb1b3c4918 Merge branch '3.0' into 3.0_udfd 2022-04-21 16:30:29 +08:00
Yihao Deng ec8f6a5c89
Merge pull request #11705 from taosdata/feature/authImp
enh(rpc): update auth way
2022-04-21 16:20:22 +08:00
Ganlin Zhao f8b67140ca
Merge pull request #11710 from taosdata/fix/TD-14770
fix(query): fix cast binary->binary trailing characters
2022-04-21 15:38:12 +08:00
dapan1121 36a8382b8e feature/qnode 2022-04-21 15:33:07 +08:00
Minghao Li 49cf252495 add syncReplicateTest.cpp 2022-04-21 15:24:50 +08:00
yihaoDeng 676a9b87f1 fix(rpc): fix unit test 2022-04-21 15:24:12 +08:00
Ganlin Zhao 8c4e3b62b0 fix(query): fix cast binary->binary trailing characters 2022-04-21 15:19:58 +08:00
Liu Jicong 78222a1722
Merge pull request #11706 from taosdata/feature/tq
refactor(tmq): rewrite tq read function
2022-04-21 15:02:59 +08:00
Minghao Li a6b949831a delete syncElectTest 1-3, add syncReplicateTest.cpp 2022-04-21 14:56:41 +08:00
Liu Jicong 3dd3ad1e05 refactor(tmq): rewrite tq read function 2022-04-21 14:30:37 +08:00
yihaoDeng 8d03ff6f9b enh(rpc): update auth way 2022-04-21 14:29:22 +08:00
Haojun Liao 43b5bf8333 refactor(query): refactor stream scanner to be adaptive to be involved schema. 2022-04-21 14:09:00 +08:00
Minghao Li 52b6a9c058 add syncElectTest, config replicaNum myIndex 2022-04-21 13:59:42 +08:00
Haojun Liao e14142d114 refactor(query): do some internal refactor. 2022-04-21 13:57:32 +08:00
dapan1121 bcb1a9132b Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-04-21 13:37:28 +08:00
dapan1121 a284d8fc4a feature/qnode 2022-04-21 13:37:18 +08:00
slzhou a018c70117 udfd proxy init and close for udf calling 2022-04-21 13:10:46 +08:00
Hongze Cheng 1fe0daaf36 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-04-21 03:49:47 +00:00
Minghao Li 672be6f4ff del trace log flag 2022-04-21 11:35:22 +08:00
Minghao Li 0df5100836 add syncLogStoreCheck.cpp 2022-04-21 11:25:17 +08:00
dapan1121 3f880627fd
Merge pull request #11700 from taosdata/feature/qnode5
Feature/qnode5
2022-04-21 10:34:38 +08:00
slzhou d4734eb18e Merge branch '3.0' of github.com:taosdata/TDengine into 3.0_udfd 2022-04-21 09:45:54 +08:00
slzhou b4d3008da3 remove udfd start/stop from tudf.c 2022-04-21 09:45:37 +08:00
Hongze Cheng e5e7e713b1 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-04-21 01:18:43 +00:00
shenglian-zhou babef48c8a
Merge pull request #11687 from taosdata/3.0_udfd
feat(udf):dnode start/stop/restart udfd and vnode create/destory proxy to udfd
2022-04-21 09:10:16 +08:00
Haojun Liao 46a3a58fac refactor:do some internal refactor. 2022-04-20 20:41:53 +08:00
wangmm0220 d2a1203eeb refactor: fix bugs in to_json 2022-04-20 20:39:19 +08:00
Hongze Cheng c8acaa77bb Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-04-20 12:29:57 +00:00
Minghao Li bbe85695cf add syncMaybeAdvanceCommitIndex, maybe only one replica 2022-04-20 20:29:20 +08:00
Minghao Li a6ee17fd43 add syncElectTest1.cpp 2022-04-20 20:26:10 +08:00
WANG MINGMING 66400aff66
Merge pull request #11671 from taosdata/feature/TD-13041
feat: json tag
2022-04-20 20:22:59 +08:00
slzhou d8ba1d32f4 Merge branch '3.0' of github.com:taosdata/TDengine into 3.0_udfd 2022-04-20 19:29:17 +08:00
slzhou ca34398c43 prepare for dnode start/stop/restart udfd and vnode/snode/qnode split 2022-04-20 19:27:39 +08:00
Hongze Cheng 2bb03ed330 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-04-20 10:58:19 +00:00
wangmm0220 1ab6342018 refactor: fix error in merge 2022-04-20 18:54:15 +08:00