Commit graph

73 commits

Author SHA1 Message Date
Cary Xu
c7ca57f557 feat: rollup data submit 2022-05-02 00:30:47 +08:00
Minghao Li
2584b034df add syncGetEpSet 2022-04-30 10:29:29 +08:00
Minghao Li
9432dc6f6c Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli 2022-04-30 10:06:16 +08:00
Shengliang Guan
d65a67455e
Merge pull request #12031 from taosdata/feature/dnode
test: add unitest for sdb
2022-04-29 19:43:12 +08:00
Shengliang Guan
27b298bcfa fix: invalid read in multi-process mode 2022-04-29 18:56:46 +08:00
Cary Xu
341e3a022c feat: rollup vnode refactor 2022-04-29 18:07:50 +08:00
Minghao Li
4d40af9929 add redirect 2022-04-28 16:41:13 +08:00
Shengliang Guan
2d7ccc3b21 enh: refactor db options 2022-04-28 15:30:23 +08:00
Shengliang Guan
3cc90a8cec Merge remote-tracking branch 'origin/3.0' into feature/db 2022-04-28 14:25:52 +08:00
Xiaoyu Wang
1cc9c68151 enh: refactor db and table options 2022-04-28 09:59:59 +08:00
Minghao Li
23c69aff61 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli 2022-04-27 19:36:03 +08:00
Minghao Li
9a603170b4 add redirect before syncPropose 2022-04-27 19:28:01 +08:00
Minghao Li
a273559e93 add send redirect 2022-04-27 19:13:57 +08:00
Hongze Cheng
0b0bdf2f7a refactor: tsdb 2022-04-27 06:15:05 +00: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
Hongze Cheng
7b8f58d3b2 fix problem 2022-04-26 01:31:53 +00:00
Shengliang Guan
621290ab79 enh: update db options 2022-04-25 21:12:03 +08:00
Shengliang Guan
c2b06004aa fix: crash in multiprocess mode 2022-04-25 19:21:07 +08:00
Li Minghao
39daf0bc98 call vnodeStart after vnodeOpen 2022-04-25 03:34:29 -07:00
Li Minghao
3fc1ce71b3 call vnodeStart after vnodeOpen 2022-04-25 03:26:13 -07:00
Shengliang Guan
8864a9ed59 fix(raft): crash while start vnode 2022-04-25 15:39:52 +08:00
slzhou
e29141a4ad udfc open/close in vm init/cleanup 2022-04-25 09:30:20 +08:00
yihaoDeng
d8a82e3223 fix hb problem 2022-04-24 12:11:27 +08:00
yihaoDeng
b384167087 enh(rpc): fix hb problem 2022-04-23 18:29:45 +08:00
Shengliang Guan
5948ddd697 fix: invalid free in unittest 2022-04-23 00:13:09 +08:00
yihaoDeng
fefd25067b fix rpc bug 2022-04-22 23:58:34 +08:00
Liu Jicong
aade540f05 remove unused msg 2022-04-22 21:02:21 +08:00
Minghao Li
d53b3a4480 call syncCleanUp taosMemoryFree(pSyncEnv) 2022-04-22 18:41:32 +08:00
Minghao Li
64dfc1da1c merge 3.0 code 2022-04-22 17:11:56 +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
Liu Jicong
558edd3713 merge from 3.0 2022-04-20 22:12:10 +08:00
Liu Jicong
d75ab9b3ff refactor 2022-04-20 21:36:55 +08:00
Minghao Li
a1a498a19a sync integration add error code 2022-04-20 16:56:00 +08:00
Hongze Cheng
bd36dc9924 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/vnode_refact1 2022-04-20 08:52:52 +00:00
Minghao Li
d7edb105f2 add SyncApplyMsg into vmProcessApplyQueue 2022-04-20 15:05:14 +08:00
Minghao Li
ec73953a0f add SyncApplyMsg into vmProcessApplyQueue 2022-04-20 15:02:00 +08:00
Shengliang Guan
61334de8b8 fix: refact db options 2022-04-20 14:58:14 +08:00
Hongze Cheng
a7941cf2f5 refact meta 2 2022-04-20 06:56:34 +00:00
Shengliang Guan
64b0c3a022 refactor: check db options 2022-04-20 14:21:44 +08:00
Minghao Li
58792537a4 sync integration send response“ 2022-04-20 10:40:51 +08:00
Shengliang Guan
b66718a4d8 feat: report service status 2022-04-19 21:39:42 +08:00
Minghao Li
f7fb9b023f sync integration 2022-04-19 20:14:55 +08:00
Shengliang Guan
271e6255ed Merge remote-tracking branch 'origin/3.0' into feature/check 2022-04-19 19:44:34 +08:00
Shengliang Guan
7c588cc074 feat: report startup steps 2022-04-19 19:43:55 +08:00
Hongze Cheng
a63559cfef refactor: sync 2022-04-19 09:11:40 +00:00
Hongze Cheng
167657c192 refactor: sync 2022-04-19 09:07:42 +00:00
Hongze Cheng
eeb45f210a Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/sync-vnode-merge-3.0 2022-04-19 09:03:39 +00:00
Minghao Li
6f491b70b1 sync integration 2022-04-19 16:31:18 +08:00
Minghao Li
4fbcb4929a sync integration 2022-04-19 16:24:05 +08:00
Minghao Li
12294b0100 sync integration 2022-04-19 16:16:59 +08:00