Commit Graph

108 Commits

Author SHA1 Message Date
Liu Jicong 77657f5c67 Merge branch 'feature/tq' into 3.0 2021-11-26 14:22:41 +08:00
Liu Jicong 9f75ad0652 refactor wal 2021-11-26 14:22:16 +08:00
Shengliang Guan 24302611b9 Merge remote-tracking branch 'origin/3.0' into feature/dnode3 2021-11-23 18:14:06 +08:00
Shengliang Guan fa0d64f14b add daemon lib 2021-11-23 18:09:22 +08:00
Liu Jicong 044b02bb60 add wal implementation 2021-11-23 15:46:23 +08:00
Liu Jicong 29eb943282
Merge pull request #8761 from taosdata/feature/tq
add walhandle for integration
2021-11-22 14:56:58 +08:00
Liu Jicong 759b077ecf add walhandle for integration 2021-11-22 14:56:11 +08:00
yihaoDeng 09f3e8e19a merge develop 2021-11-20 16:43:37 +08:00
Liu Jicong fed05bb64b add memallocator dependency 2021-11-16 16:03:39 +08:00
Hongze Cheng 81488ee35c Merge branch 'feature/vnode' into 3.0 2021-11-16 15:50:01 +08:00
lichuang 8ab1eb642e [TD-10645][raft]<feature>refactor sync interface 2021-11-16 11:42:34 +08:00
lichuang 83a40a7f5a [TD-10645][raft]<feature>refactor sync interface 2021-11-15 11:11:06 +08:00
Hongze Cheng 155b865a4e Merge branch '3.0' into feature/vnode 2021-11-11 10:16:10 +08:00
Haojun Liao 5a4f137b14 Merge branch '3.0' of github.com:taosdata/tdengine into 3.0 2021-11-10 23:25:02 +08:00
Haojun Liao a0d3fa46c2 [td-10564] refactor code and fix bug in parse sql. 2021-11-10 23:20:01 +08:00
Hongze Cheng a1893dd80b refact 2021-11-10 21:43:29 +08:00
Haojun Liao 94b2e2ddc1 [td-10564] Fix bug in generating sql plan. 2021-11-10 16:56:13 +08:00
lichuang f10a91ff03 [TD-10645][raft]<feature>refactor sync interface 2021-11-09 15:30:07 +08:00
Haojun Liao 7c9d760026 [td-10564] Fix bug in create logic plan. 2021-11-08 23:24:11 +08:00
Haojun Liao 4eebc5c47e [td-10564] disable the function id during sql parse. 2021-11-08 13:48:15 +08:00
Haojun Liao b4bba7ee0d [td-10564] Refactor the sql function parse procedure. 2021-11-08 10:32:06 +08:00
Haojun Liao f80294fc3d [td-10564] Support two columns in the aggregate function. 2021-11-07 15:49:30 +08:00
Haojun Liao 62743ebd39 Merge branch '3.0' into feature/3.0_liaohj 2021-11-05 10:37:20 +08:00
Haojun Liao 013f8fed42 [td-10564] 1. Enable and then refactor the parse the nested function in select clause. 2. Add some scalar string function in function module. 3. Add more test cases. 2021-11-05 10:35:50 +08:00
Haojun Liao 55f3ac1701 [td-10564] refactor and add test cases. 2021-11-04 13:24:19 +08:00
lichuang e05e6dba9a [TD-10645][raft]<feature>add raft election message handle 2021-11-04 12:39:45 +08:00
lichuang aba51499d0 Merge branch '3.0' into feature/sync-implementation 2021-11-04 09:44:54 +08:00
lichuang aab981f667 [TD-10645][raft]<feature>add raft election message handle 2021-11-03 15:30:54 +08:00
lichuang 349a6a4771 [TD-10645][raft]<feature>add raft message handle 2021-11-03 11:47:44 +08:00
lichuang 24a0966da6 [TD-10645][raft]<feature>add raft progress 2021-11-02 15:50:27 +08:00
Shengliang Guan 84effaaba9 rename SRpcEpset to SEpSet 2021-11-02 15:24:07 +08:00
Haojun Liao 89e324c899 [td-10564]fix compiler error. 2021-11-02 15:08:00 +08:00
Haojun Liao f69a885da5 [td-10564]Add implementation in executor. 2021-11-02 13:37:31 +08:00
lichuang b4ff474ebf Merge branch '3.0' into feature/sync-implementation 2021-10-29 17:10:14 +08:00
lichuang c319d1cb12 [TD-10645][raft]<feature>add raft module 2021-10-29 16:05:25 +08:00
Haojun Liao 0108d6da73 [td-10564] fix bug in planner. 2021-10-29 15:50:10 +08:00
Haojun Liao c7a7cf8730 [td-10564] add test planner. 2021-10-29 15:21:37 +08:00
lichuang 2dc480adf6 [TD-10645][raft]<feature>sync manager 2021-10-29 14:31:21 +08:00
Haojun Liao a0d8b7df5f Merge branch '3.0' of github.com:taosdata/tdengine into 3.0 2021-10-29 11:26:04 +08:00
Haojun Liao 505b95a476 [td-10564]add invalid query check. 2021-10-28 18:16:37 +08:00
Shengliang Guan 117d2ce4de
Merge pull request #8471 from taosdata/feature/dnode3
Feature/dnode3
2021-10-28 16:58:57 +08:00
Shengliang Guan d95e8e1f6c Call wal and sync code in vnode 2021-10-28 16:57:02 +08:00
Haojun Liao b868557df3 Merge remote-tracking branch 'origin/3.0' into 3.0 2021-10-28 16:17:06 +08:00
Haojun Liao aa06470943 [td-10564] fix memory leak in unit test and refactor some codes. 2021-10-28 16:16:42 +08:00
Shengliang Guan 8ad7c2fd26 add sync interface 2021-10-28 15:50:53 +08:00
lichuang 4845ca7f99 <feeature>[raft]refactor raft interface,add log store methods 2021-10-28 09:56:20 +08:00
Haojun Liao c3f4d74f9b Merge branch '3.0' into feature/3.0_liaohj 2021-10-27 17:28:02 +08:00
Haojun Liao 7a01961b46 Merge branch '3.0' of github.com:taosdata/tdengine into 3.0 2021-10-27 17:27:50 +08:00
Haojun Liao 562dfa9eb0 [td-10564]Add implementation for planner. 2021-10-27 17:23:58 +08:00
Hongze Cheng 2fb89a0209 Merge branch '3.0' into 3.0_refact 2021-10-27 11:27:27 +08:00