Minghao Li
|
d71027ac35
|
fix(sync): fake match2, need truncate log
|
2022-06-16 20:43:49 +08:00 |
Minghao Li
|
b42c963a5f
|
fix(sync): fake match when prevLogIndex less than commitIndex
|
2022-06-16 20:08:27 +08:00 |
Minghao Li
|
d3f6f07902
|
fix(sync): fake match when prevLogIndex less than commitIndex
|
2022-06-16 19:40:08 +08:00 |
Minghao Li
|
3fdd0c30ac
|
refactor(sync): add trace log
|
2022-06-16 19:08:44 +08:00 |
Minghao Li
|
46c09f2c84
|
refactor(sync): add trace log
|
2022-06-16 18:08:01 +08:00 |
Minghao Li
|
15ac89590c
|
refactor(sync): add trace log
|
2022-06-16 17:41:01 +08:00 |
Minghao Li
|
2f81a41f98
|
refactor(sync): add syncIsReady
|
2022-06-16 16:16:40 +08:00 |
Minghao Li
|
9a9200d28b
|
refactor(sync): add restore finish when become leader again
|
2022-06-16 15:38:40 +08:00 |
Minghao Li
|
77b03ac821
|
refactor(sync): add restore finish when become leader again
|
2022-06-16 14:40:42 +08:00 |
Minghao Li
|
58051169d2
|
refactor(sync): add trace log
|
2022-06-16 10:54:13 +08:00 |
Minghao Li
|
dcd65e6dea
|
refactor(sync): do not heartbeat when 1 replica
|
2022-06-15 17:17:15 +08:00 |
Minghao Li
|
13eaf5fc73
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli
|
2022-06-15 16:14:38 +08:00 |
Minghao Li
|
4b18bd718e
|
refactor(sync): adjust errno
|
2022-06-15 16:14:17 +08:00 |
Xiaoyu Wang
|
60028dce41
|
Merge pull request #13857 from taosdata/feature/3.0_debug_wxy
fix: use 'duration' instead of 'days' for create database
|
2022-06-15 16:10:58 +08:00 |
Hui Li
|
d29e61298b
|
Merge pull request #13803 from taosdata/test/TD-16510
ci: enhancement - backup source code if case fails
|
2022-06-15 16:06:36 +08:00 |
Shengliang Guan
|
af3adfdf67
|
Merge pull request #13847 from taosdata/fix/mnode
fix: stable column reset after create sma
|
2022-06-15 15:40:25 +08:00 |
Xiaoyu Wang
|
11564a3dc7
|
fix: use 'duration' instead of 'days' for create database
|
2022-06-15 15:24:22 +08:00 |
tangfangzhi
|
055d2dd155
|
fix: incorrect coredump file check
|
2022-06-15 15:06:12 +08:00 |
Xuefeng Tan
|
84e6f48bdc
|
feat(taosAdapter): taosAdapter for 3.0 (#13856)
|
2022-06-15 14:55:02 +08:00 |
Shengliang Guan
|
86fe2bafd4
|
Merge pull request #13854 from taosdata/test3.0/lihui
test: add test case for tmq
|
2022-06-15 14:44:10 +08:00 |
Shengliang Guan
|
cc513ff36b
|
test: enable test case
|
2022-06-15 14:33:53 +08:00 |
tangfangzhi
|
ac9917a39b
|
fix: adapt to different coredump configurations
|
2022-06-15 14:26:57 +08:00 |
Xiaoyu Wang
|
f740fd61c6
|
fix: use 'duration' instead of 'days' for create database
|
2022-06-15 14:23:05 +08:00 |
plum-lihui
|
dc3dfad5d0
|
[test: modify timeout len]
|
2022-06-15 14:13:51 +08:00 |
Shengliang Guan
|
406d57955e
|
test: disable unsupport case
|
2022-06-15 14:06:16 +08:00 |
Shengliang Guan
|
5fed3d3a0f
|
refactor: not send create/drop tsma msg to vgroup
|
2022-06-15 13:58:19 +08:00 |
tangfangzhi
|
893019d106
|
enh: record git commit id in log file; disable source code backup
|
2022-06-15 13:50:13 +08:00 |
Xiaoyu Wang
|
19ab15b19f
|
feat: super table join
|
2022-06-15 13:49:29 +08:00 |
plum-lihui
|
0c8b9db19c
|
test: add test case for tmq
|
2022-06-15 12:39:30 +08:00 |
Shengliang Guan
|
f3e93b0857
|
Merge remote-tracking branch 'origin/3.0' into fix/mnode
|
2022-06-15 12:22:47 +08:00 |
Minghao Li
|
c9f6c20410
|
refactor(sync): if eqmsg error, return
|
2022-06-15 11:42:04 +08:00 |
wade zhang
|
c98227aec9
|
Merge pull request #13849 from taosdata/test/chr/TD-14699
test:modify testcase of muti-mnode
|
2022-06-15 11:12:38 +08:00 |
tomchon
|
1b2a49231b
|
test:modify testcase of muti-mnode
|
2022-06-15 11:09:29 +08:00 |
Minghao Li
|
6c7072286d
|
refactor(sync): if eqmsg error, return
|
2022-06-15 11:06:06 +08:00 |
Shengliang Guan
|
2b6cbbf761
|
Merge remote-tracking branch 'origin/3.0' into fix/mnode
|
2022-06-15 10:56:17 +08:00 |
Shengliang Guan
|
b94772e838
|
fix: stable column reset after create sma
|
2022-06-15 10:56:06 +08:00 |
Hui Li
|
3803155317
|
Merge pull request #13831 from taosdata/test3.0/lihui
test:add test case for tmq
|
2022-06-15 10:42:27 +08:00 |
Shengliang Guan
|
08c45a5ec0
|
Merge pull request #13843 from taosdata/fix/mnode
feat: make create db retry
|
2022-06-15 10:26:08 +08:00 |
Hui Li
|
eb07a9d071
|
Merge pull request #13829 from taosdata/test/chr/TD-14699
test:modify testcase of muti-mnode
|
2022-06-15 09:59:08 +08:00 |
Cary Xu
|
2383b2b76d
|
Merge pull request #13839 from taosdata/feature/TD-14481-3.0
enh: tsma code refactor
|
2022-06-15 09:53:11 +08:00 |
Shengliang Guan
|
cba62bebba
|
feat: make create db retry
|
2022-06-15 09:35:44 +08:00 |
Xiaoyu Wang
|
ddaf616473
|
Merge pull request #13832 from taosdata/feature/3.0_debug_wxy
feat: execution plan of super table join
|
2022-06-15 09:18:25 +08:00 |
Shengliang Guan
|
261795079f
|
Merge remote-tracking branch 'origin/fix/dnode' into fix/mnode
|
2022-06-15 09:10:56 +08:00 |
cpwu
|
3b26a199bd
|
Merge pull request #13691 from taosdata/cpwu/3.0
fix: bugs in test cases
|
2022-06-15 09:03:30 +08:00 |
Yihao Deng
|
369e7b327d
|
Merge pull request #13828 from taosdata/fix/mnode
test: enable case
|
2022-06-15 08:35:00 +08:00 |
yihaoDeng
|
c102f3f54f
|
update rpc retry
|
2022-06-15 08:06:29 +08:00 |
Yihao Deng
|
9e8c63af31
|
Merge pull request #13838 from taosdata/enh/log
Enh/log
|
2022-06-15 07:14:00 +08:00 |
WANG MINGMING
|
63a9aee5db
|
Merge pull request #13824 from taosdata/feature/TD-14761
fix: error in schemaless parameters
|
2022-06-15 00:02:21 +08:00 |
Li Minghao
|
c156d964b6
|
Merge pull request #13841 from taosdata/feature/3.0_mhli
refactor(sync): add respMgr trace log
|
2022-06-14 22:56:42 +08:00 |
Cary Xu
|
629352bab9
|
Merge branch '3.0' into feature/TD-14481-3.0
|
2022-06-14 21:32:27 +08:00 |