Commit Graph

13365 Commits

Author SHA1 Message Date
wenzhouwww b62dae9594
Merge pull request #15467 from taosdata/test/cluster_case
test: add case about cluster vnode
2022-07-30 19:26:03 +08:00
Li Minghao b27339dac5
Merge pull request #15602 from taosdata/feature/3.0_mhli
refactor(sync): return when snapshot start > end
2022-07-30 19:19:24 +08:00
Minghao Li ad3695cee6 refactor(sync): return when snapshot start > end 2022-07-30 18:15:15 +08:00
Li Minghao 7b97b6291e
Merge pull request #15596 from taosdata/feature/3.0_mhli
refactor(sync): restart hb timer when replicate get error term
2022-07-30 18:11:37 +08:00
wenzhouwww facf2d5718
Merge branch '3.0' into test/cluster_case 2022-07-30 17:58:18 +08:00
wenzhouwww ed557fdc2a
Update metaSnapshot.c 2022-07-30 17:48:39 +08:00
Minghao Li 4b6b1de91c refactor(sync): restart hb timer when replicate get error term 2022-07-30 17:30:10 +08:00
Liu Jicong c67f5f10a2
Merge pull request #15595 from taosdata/feature/stream
enh(wal): add lock to guarantee read behaviour
2022-07-30 17:09:20 +08:00
shenglian-zhou 71e414957b
Merge pull request #15570 from taosdata/szhou/fix/join
fix: nested query can be used as table for join together
2022-07-30 17:03:40 +08:00
Liu Jicong 6d67b17113 enh(wal): add lock to guarantee read behaviour 2022-07-30 16:35:49 +08:00
Xiaoyu Wang 582d7447b4
Merge pull request #15582 from taosdata/feature/3.0_wxy
fix: some problems of planner
2022-07-30 16:18:35 +08:00
Minglei Jin c2faef7377
Merge pull request #15555 from taosdata/fix/TD-17968
fix: update schema to newest version to parsing rows
2022-07-30 16:04:04 +08:00
Hongze Cheng 23dc364ae7
Merge pull request #15591 from taosdata/fix/hzcheng_3.0
fix: multi-level storage coredump
2022-07-30 16:02:36 +08:00
dapan1121 cd361f434c
Merge pull request #15572 from taosdata/fix/forbiddenLocalCfg
enh: add forbidden local config setting
2022-07-30 15:55:04 +08:00
Xiaoyu Wang dc6c0c1d1a fix: some problems of planner 2022-07-30 15:46:43 +08:00
Xiaoyu Wang 67c0c7e473 Merge remote-tracking branch 'origin/3.0' into feature/3.0_wxy 2022-07-30 15:30:33 +08:00
Xiaoyu Wang 15a08b9999 fix: some problems of planner 2022-07-30 15:29:57 +08:00
Minglei Jin e57f12d581 fix: use colId to merge rows 2022-07-30 15:23:28 +08:00
Hongze Cheng ac0a32d9e4 fix: multi-level storage coredump 2022-07-30 07:20:38 +00:00
dapan1121 02d97d97dc
Merge pull request #15578 from taosdata/fix/fixdeadlock
fix: fix catalog deaklock issue
2022-07-30 15:11:23 +08:00
dapan1121 77837f6e6a fix: fix crash issue 2022-07-30 15:10:24 +08:00
shenglian-zhou e27499b346
Merge branch '3.0' into szhou/fix/join 2022-07-30 14:13:30 +08:00
Haojun Liao 4b4cc03fc6
Merge pull request #15581 from taosdata/feature/3_liaohj
fix(query): fix memory leak.
2022-07-30 14:00:15 +08:00
Ganlin Zhao c98640291b
Merge pull request #15576 from taosdata/fix/TD-17574
fix(query): fix hyperloglog return inconsistent values
2022-07-30 13:34:02 +08:00
Haojun Liao b6324b5c4e refactor: do some internal refactor. 2022-07-30 13:18:01 +08:00
Xiaoyu Wang b08a28d559 fix: some problems of planner 2022-07-30 13:14:44 +08:00
Liu Jicong f24f2eff42 merge 3.0 2022-07-30 13:03:12 +08:00
Minglei Jin 56d2697308 fix: new tRowMergerInit2 for ts row merging 2022-07-30 12:46:40 +08:00
Cary Xu e12b2b1c53 fix: invalid free when process create table 2022-07-30 12:44:46 +08:00
Li Minghao d1f9afcd57
Merge pull request #15579 from taosdata/feature/3.0_mhli
refactor(sync): delete speed up2
2022-07-30 12:08:50 +08:00
dapan1121 80a32d6235 fix: fix mbs2ucs4 crash issue in taosd 2022-07-30 11:31:05 +08:00
Haojun Liao ed57347579 fix(query): fix memory leak. 2022-07-30 11:30:31 +08:00
Cary Xu 0bf681662d
Merge pull request #15569 from taosdata/feature/TD-11274-3.0
feat: rsma1/rsma2 support replication
2022-07-30 11:24:38 +08:00
Minghao Li 2885767a93 refactor(sync): delete speed up2 2022-07-30 11:14:45 +08:00
dapan1121 965cc65bef fix: fix catalog deaklock issue 2022-07-30 11:04:23 +08:00
dapan1121 f1cb48fc08 Merge branch '3.0' into fix/forbiddenLocalCfg 2022-07-30 11:01:25 +08:00
Ganlin Zhao 54f2e4af05 fix(query): fix hyperloglog return inconsistent values
TD-17574
2022-07-30 10:55:33 +08:00
wenzhouwww@live.cn 4ae58ec7e2 Merge remote-tracking branch 'origin/3.0' into test/cluster_case 2022-07-30 10:46:04 +08:00
Hongze Cheng 2a09e0039a
Merge pull request #15560 from taosdata/fix/hzcheng_3.0
refact: do some insert optimization
2022-07-30 10:13:29 +08:00
dapan1121 2f1c9b3c16 enh: add local forbidden cfg processing 2022-07-30 09:50:19 +08:00
slzhou d992ab1401 fix: nested query can be used as table for join together 2022-07-30 09:09:59 +08:00
dapan1121 9fbefbb167 fix: fix task queue thread issue 2022-07-30 09:00:21 +08:00
dapan1121 e3b73ba584 fix: fix release conv handle issue 2022-07-30 08:34:16 +08:00
Cary Xu 466e7965ed feat: rsma1/rsma2 support replication 2022-07-30 00:38:11 +08:00
WANG MINGMING 1e391ad27c
Merge pull request #15547 from taosdata/feature/TD-14761
feat:modify get meta logic for schemaless
2022-07-29 23:14:08 +08:00
Haojun Liao d29a60499a
Merge pull request #15554 from taosdata/feature/3_liaohj
refactor: do some internal refactor and opt query performance.
2022-07-29 22:34:37 +08:00
Li Minghao 93aa8f9add
Merge pull request #15568 from taosdata/feature/3.0_mhli
refactor(sync): speed up sync point
2022-07-29 22:06:41 +08:00
Cary Xu 29c94d17b6
Merge pull request #15566 from taosdata/fix/TD-17958
fix: fix rsma when inserting historical data wal version got overwritten by unrelated SSDatablocks got from stream scan
2022-07-29 21:39:44 +08:00
Liu Jicong 6c250e75cd fix(stream): forbid histogram in stream 2022-07-29 21:28:18 +08:00
Minghao Li e0e23fc2cb refactor(sync): speed up sync point2 2022-07-29 21:17:39 +08:00