Commit graph

1091 commits

Author SHA1 Message Date
Shengliang Guan
7eede87869 fix: reset confict trans types 2022-05-04 16:16:35 +08:00
Shengliang Guan
1dd08f30e6 fix: only write three sages prepare, rollback, and commit of trans to sdb 2022-05-04 15:47:01 +08:00
Shengliang Guan
8fda7b64dc refactor: adjust transaction unitest 2022-05-04 15:11:40 +08:00
Shengliang Guan
e674de5bf9 refactor: adjust logs 2022-05-04 12:25:39 +08:00
Shengliang Guan
80bb3d6e54 test: add unitest for transaction 2022-05-03 12:57:55 +08:00
Cary Xu
b2d6ec1472 feat: rollup sma retention unit 2022-05-01 12:18:54 +08:00
Liu Jicong
3496381fcc refactor: rebalance input 2022-04-29 21:01:13 +08:00
Liu Jicong
7f77c92426
Merge pull request #12066 from taosdata/feature/tq
fix: memory error
2022-04-29 20:33:57 +08:00
Liu Jicong
de939d589f fix: memory error 2022-04-29 20:11:58 +08:00
Shengliang Guan
e3170a1325 Merge remote-tracking branch 'origin/3.0' into feature/dnode 2022-04-29 18:57:02 +08:00
Hongze Cheng
ab0e435d81 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-04-29 10:02:58 +00:00
Liu Jicong
bedf272ee8
Merge pull request #12048 from taosdata/feature/tq
fix: subscrption api
2022-04-29 15:48:52 +08:00
Shengliang Guan
488539b977 fix: uninitialised value while create stb 2022-04-29 15:15:18 +08:00
Shengliang Guan
80cc66f607 fix: uninitialised while encode vnode info 2022-04-29 15:08:17 +08:00
Shengliang Guan
7a743e11c3 fix: invalid read while retrieve mnodes 2022-04-29 14:50:24 +08:00
Liu Jicong
5c36e4e519 fix: subscrption api 2022-04-29 14:34:30 +08:00
Shengliang Guan
0052d5bc21 refactor: adjust status in sdb 2022-04-29 14:20:28 +08:00
Haojun Liao
35fccc49d8 refactor(query): remove redundant attributes in some structs. 2022-04-29 08:48:18 +08:00
Haojun Liao
621b6f90fe fix(query): remove some invalid option in show results. 2022-04-28 20:17:18 +08:00
Haojun Liao
b11a759172 fix(query): fix mismatch in displaying database info. 2022-04-28 19:26:52 +08:00
Haojun Liao
f6fbbdfc5f other: merge 3.0 2022-04-28 18:13:41 +08:00
Haojun Liao
d9aa35ecfe fix(query): revise the output data column info in the exchange operator to be adaptable for the case of extensive datablocks. 2022-04-28 18:08:56 +08:00
Liu Jicong
58ee66a8e8
Merge pull request #12013 from taosdata/feature/tq
fix: memory error
2022-04-28 17:54:10 +08:00
Liu Jicong
78c190e967 Merge branch '3.0' into feature/tq 2022-04-28 17:45:11 +08:00
Shengliang Guan
d1f1929cf2
Merge pull request #12014 from taosdata/feature/dnode
enh: make single_stable mode work
2022-04-28 17:41:59 +08:00
Liu Jicong
375814c0ca fix 2022-04-28 17:03:25 +08:00
Hongze Cheng
8565e900aa Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-04-28 08:41:07 +00:00
Liu Jicong
f8be9820bc fix: show stream 2022-04-28 16:37:47 +08:00
Liu Jicong
3ae3fd65e8 fix: memory error 2022-04-28 16:31:35 +08:00
Shengliang Guan
0faaa477cf enh: make single_stable mode work 2022-04-28 16:31:19 +08:00
Liu Jicong
ca61066b32
Merge pull request #12006 from taosdata/feature/tq
enh(tmq): add rebalance global lock
2022-04-28 16:27:51 +08:00
Shengliang Guan
2adcce5573 Merge remote-tracking branch 'origin/3.0' into feature/db 2022-04-28 15:55:40 +08:00
Liu Jicong
131a1c13c5 fix show 2022-04-28 15:53:12 +08:00
Haojun Liao
96363c411d other: merge 3.0 2022-04-28 15:40:03 +08:00
Shengliang Guan
2d7ccc3b21 enh: refactor db options 2022-04-28 15:30:23 +08:00
Haojun Liao
47a9b26507 fix(query): show tables in information_schema db. 2022-04-28 15:30:18 +08:00
Liu Jicong
f78a31806c enh(tmq): add rebalance global lock 2022-04-28 15:21:55 +08:00
Hongze Cheng
fc5065bf6a Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-04-28 07:04:09 +00:00
Liu Jicong
8989579525
Merge pull request #11997 from taosdata/feature/tq
fix: create stream
2022-04-28 14:40:42 +08:00
Shengliang Guan
88fb43a165
Merge pull request #11979 from taosdata/feature/dnode
test: add unitest for sdb
2022-04-28 14:33:59 +08:00
Shengliang Guan
3cc90a8cec Merge remote-tracking branch 'origin/3.0' into feature/db 2022-04-28 14:25:52 +08:00
Liu Jicong
d998e3e804 fix: create stream 2022-04-28 14:20:32 +08:00
Hongze Cheng
2f923ead39 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-04-28 06:20:12 +00:00
Liu Jicong
059a5a9159
Merge pull request #11994 from taosdata/feature/tq
feat(stream): support perf schema
2022-04-28 14:20:04 +08:00
Liu Jicong
f0acbbb74b add flag back 2022-04-28 14:00:32 +08:00
Liu Jicong
108b9ee181 feat(stream): support perf schema 2022-04-28 13:36:43 +08:00
Hongze Cheng
ccfcbba627 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-04-28 05:32:12 +00:00
Hongze Cheng
0eb7890dcd add drop table msg 2022-04-28 04:09:31 +00:00
Xiaoyu Wang
38c89b7e17
Merge pull request #11960 from taosdata/feature/3.0_wxy
enh: refactor db and table options
2022-04-28 10:37:48 +08:00
Liu Jicong
1c8910de73
Merge pull request #11970 from taosdata/feature/tq
refacor(tmq): extract unassigned vg out of hash
2022-04-28 09:52:08 +08:00
Xiaoyu Wang
d66fdb948d Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy 2022-04-28 09:06:27 +08:00
Liu Jicong
c790b4dfad refacor(tmq): extract unassigned vg out of hash 2022-04-27 21:18:41 +08:00
Zhiqiang Wang
cf8154551e
Merge pull request #11955 from taosdata/fix/ZhiqiangWang/fix-14989-fix-new-compilation-errors
fix(os): fix new compilation errors.
2022-04-27 19:11:08 +08:00
Xiaoyu Wang
498b5b3b16 Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy 2022-04-27 18:45:12 +08:00
Shengliang Guan
04c4135a38 test: add unitest for sdb 2022-04-27 18:38:31 +08:00
Xiaoyu Wang
6d449c8224 enh: refactor db and table options 2022-04-27 18:18:37 +08:00
Liu Jicong
eba09ac3c0
Merge pull request #11952 from taosdata/feature/tq
feat(tmq): consumer support recover
2022-04-27 17:47:54 +08:00
afwerar
bf9ab440a7 fix(os): fix new compilation errors. 2022-04-27 17:39:54 +08:00
Liu Jicong
e119a7ad48 fix 2022-04-27 17:27:36 +08:00
Liu Jicong
37a2977ad9 feat(tmq): consumer support recover 2022-04-27 17:15:02 +08:00
Haojun Liao
576c4fa07a
Merge pull request #11942 from taosdata/feature/3.0_liaohj
enh(query): add more information for the result of show tables.
2022-04-27 16:59:01 +08:00
Shengliang Guan
a1e5110284
Merge pull request #11944 from taosdata/feature/dnode
test: add user test cases into ci
2022-04-27 16:50:09 +08:00
Liu Jicong
1ff3057d37
Merge pull request #11940 from taosdata/feature/tq
enh: more info in perf schema
2022-04-27 15:35:24 +08:00
Shengliang Guan
3b0a3e5b19 test: add user test cases into ci 2022-04-27 15:35:10 +08:00
Haojun Liao
68f7c0ec94 Merge remote-tracking branch 'origin/feature/vnode_refact1' into feature/3.0_liaohj 2022-04-27 15:19:54 +08:00
Haojun Liao
d62ddcf2db enh(query): add more information for the result of show tables. 2022-04-27 15:17:15 +08:00
Liu Jicong
19ec7bcafc enh: more info in perf schema 2022-04-27 15:16:57 +08:00
Shengliang Guan
89ec5a88ce refactor: refact user mgmt 2022-04-27 15:08:51 +08:00
Shengliang Guan
01dd33ae58 fix: invalid func in mndVgroup.c 2022-04-27 13:41:28 +08:00
Shengliang Guan
4d86a000ad Merge remote-tracking branch 'origin/3.0' into feature/dnode 2022-04-27 11:48:38 +08:00
Shengliang Guan
0136cae760 refactor(cluster): add cb func on transaction start and stop 2022-04-27 10:35:21 +08:00
Xiaoyu Wang
86d077764d
Merge pull request #11901 from taosdata/feature/3.0_wxy
fix: some problems of tag query and sma
2022-04-26 18:49:44 +08:00
Shengliang Guan
a76d8df492
Merge pull request #11900 from taosdata/feature/dnode
refactor(cluster): adjust mnode sync codes
2022-04-26 18:42:14 +08:00
Xiaoyu Wang
cdee4d8e07 merge 3.0 2022-04-26 18:27:27 +08:00
Xiaoyu Wang
ac754dce90 fix: some problems of tag query and sma 2022-04-26 18:15:06 +08:00
Liu Jicong
08942d5a96
Merge pull request #11893 from taosdata/feature/tq
feat(tmq): support show
2022-04-26 17:47:55 +08:00
Shengliang Guan
1f2b8ae1df refactor(cluster): adjust log print 2022-04-26 17:42:57 +08:00
Hongze Cheng
15127f3a97 Merge branch '3.0' of https://github.com/taosdata/TDengine into vnode_refact_merge 2022-04-26 09:19:30 +00:00
Liu Jicong
a5a10f7068 feat: tmq support show 2022-04-26 17:08:42 +08:00
Shengliang Guan
86354a996a refactor(cluster): adjust mnode sync codes 2022-04-26 16:44:45 +08:00
Shengliang Guan
68be5698a0 refactor(cluster): adjust acct errno 2022-04-26 16:00:40 +08:00
Shengliang Guan
9e41cce370 refactor(cluster): adjust acct log 2022-04-26 15:47:45 +08:00
Shengliang Guan
ccfe68df29 Merge branch 'feature/check' into feature/dnode 2022-04-26 14:57:11 +08:00
Hongze Cheng
9204992516 Merge branch '3.0' of https://github.com/taosdata/TDengine into vnode_refact_merge 2022-04-26 06:54:14 +00:00
Shengliang Guan
4026ff6202 fix: set ready status while alterdb 2022-04-26 14:50:41 +08:00
Shengliang Guan
eedd733230 enh: add cb function for transaction 2022-04-26 14:14:28 +08:00
Hongze Cheng
6fe299cdcd Merge branch '3.0' of https://github.com/taosdata/TDengine into vnode_refact_merge 2022-04-26 05:49:42 +00:00
Shengliang Guan
ad8f28c07b Merge remote-tracking branch 'origin/3.0' into feature/dnode 2022-04-26 10:28:39 +08:00
Shengliang Guan
149619b172 refactor: return vgroup global verison 2022-04-26 10:28:23 +08:00
Shengliang Guan
621290ab79 enh: update db options 2022-04-25 21:12:03 +08:00
Xiaoyu Wang
ba509423fc fix: some problems of udf and 'create table' 2022-04-25 20:35:05 +08:00
Xiaoyu Wang
14e9fa355c fix: some problems of udf and 'create table' 2022-04-25 17:57:14 +08:00
Liu Jicong
ee9084e456
Merge pull request #11831 from taosdata/feature/tq
enh: msg with adaptive schema
2022-04-25 17:37:55 +08:00
Cary Xu
20085fea22 Merge branch '3.0' into feature/TD-14481-3.0 2022-04-25 16:09:48 +08:00
Liu Jicong
609b21647b fix: msg with schema 2022-04-25 15:40:25 +08:00
Haojun Liao
8f14f8e8b3 fix(query): enable mnd support show topics processing. 2022-04-25 11:40:56 +08:00
Liu Jicong
b05c263e00
Merge pull request #11796 from taosdata/feature/tq
enh(wal): skip read for specific msg
2022-04-25 11:05:31 +08:00
Liu Jicong
06a370c8de enh(tmq): remove topic out of db 2022-04-25 10:42:17 +08:00
dapan1121
8bbc6b09ca Merge remote-tracking branch 'origin/3.0' into feature/qnode 2022-04-25 09:06:33 +08:00
Cary Xu
3b424ad1cc Merge branch '3.0' into feature/TD-14481-3.0 2022-04-25 05:41:46 +08:00