Liu Jicong
|
24261cc90b
|
refactor(stream): refine stream backend interface
|
2022-08-24 15:53:29 +08:00 |
Liu Jicong
|
d7b804e02e
|
fix stream load task
|
2022-08-24 10:42:34 +08:00 |
Liu Jicong
|
2d628491b2
|
feat(stream): support tdb state backend
|
2022-08-23 19:30:04 +08:00 |
Liu Jicong
|
853e6e2988
|
refactor(mnode): drop stream task
|
2022-08-17 19:19:58 +08:00 |
Liu Jicong
|
357b21cfeb
|
refactor(tmq): use tdb to store check info
|
2022-08-17 13:58:56 +08:00 |
Liu Jicong
|
18f6fb6123
|
enh(tmq): speed up consumer recover
|
2022-08-10 16:04:03 +08:00 |
Liu Jicong
|
d9a4ea305d
|
fix(stream): memory error
|
2022-08-09 14:11:41 +08:00 |
Liu Jicong
|
c411b9aebb
|
fix(stream): memory leak
|
2022-08-08 18:09:36 +08:00 |
Liu Jicong
|
bb0ce39511
|
refactor(stream): add stream meta
|
2022-08-08 15:05:54 +08:00 |
Liu Jicong
|
7c9d57bd89
|
refactor(stream): unify sink and dispatch
|
2022-08-05 20:16:47 +08:00 |
Liu Jicong
|
6f8683de7e
|
enh(tmq): retry consumer close
|
2022-08-04 20:37:02 +08:00 |
Liu Jicong
|
031414001d
|
fix schedule
|
2022-08-04 17:46:13 +08:00 |
Liu Jicong
|
e64e41679e
|
fix schedule
|
2022-08-04 17:00:45 +08:00 |
Liu Jicong
|
d6cc88ed4b
|
refactor(stream): exec scheduler
|
2022-08-04 16:19:53 +08:00 |
Liu Jicong
|
c089d3ba08
|
merge 3.0
|
2022-08-02 22:53:49 +08:00 |
Liu Jicong
|
d43eec5d16
|
enh(stream): directly dispatch
|
2022-08-02 22:23:33 +08:00 |
Shengliang Guan
|
56f2e49764
|
refactor: adjust logs
|
2022-08-02 17:12:07 +08:00 |
Shengliang Guan
|
bd31c9da5a
|
Merge pull request #15657 from taosdata/fix/dnode
fix: write snapshot after apply queue is empty
|
2022-08-01 20:13:08 +08:00 |
Liu Jicong
|
b084dd8ee6
|
feat(tq): transport snapshot
|
2022-08-01 19:12:37 +08:00 |
Shengliang Guan
|
99f29f6455
|
refactor: adjust log
|
2022-08-01 17:23:52 +08:00 |
Liu Jicong
|
bb6fabcc11
|
refactor(stream): use vnode meta
|
2022-07-30 20:20:12 +08:00 |
Liu Jicong
|
6d67b17113
|
enh(wal): add lock to guarantee read behaviour
|
2022-07-30 16:35:49 +08:00 |
Liu Jicong
|
a9d11b58ad
|
enh(stream): recover
|
2022-07-28 16:19:50 +08:00 |
Liu Jicong
|
00acf4520c
|
refactor(stream): remove option
|
2022-07-27 16:49:03 +08:00 |
wangmm0220
|
915d3c4203
|
fix:conflicts from 3.0
|
2022-07-26 17:47:10 +08:00 |
wangmm0220
|
ba1962cacf
|
feat:add tmq get data interface
|
2022-07-26 17:43:22 +08:00 |
Liu Jicong
|
c2164dd8aa
|
fix(wal): snapshot end with no deleting
|
2022-07-26 14:13:03 +08:00 |
Liu Jicong
|
222e925644
|
feat(wal): ref
|
2022-07-25 16:40:19 +08:00 |
Shengliang Guan
|
5b654779ba
|
Merge pull request #15372 from taosdata/fix/tsim
test: regression case
|
2022-07-25 15:23:41 +08:00 |
Liu Jicong
|
072fe10013
|
Merge pull request #15361 from taosdata/feature/tq
fix(tmq): correctly set reader status
|
2022-07-23 20:40:14 +08:00 |
Liu Jicong
|
095f6aa4e0
|
fix(tmq): correctly set reader status
|
2022-07-23 20:07:16 +08:00 |
plum-lihui
|
19acda27b2
|
test: add comment for tq
|
2022-07-23 13:32:25 +08:00 |
Liu Jicong
|
e1046c7a98
|
fix: memory leak
|
2022-07-22 18:11:29 +08:00 |
Liu Jicong
|
2441ec22bd
|
feat(tmq): check alter for ntb
|
2022-07-22 16:05:28 +08:00 |
Liu Jicong
|
b1f3428c05
|
refactor(stream): do not merge output
|
2022-07-22 10:43:49 +08:00 |
Liu Jicong
|
b49c61cfb4
|
merge 3.0
|
2022-07-21 20:44:08 +08:00 |
Haojun Liao
|
8a2fb51129
|
Merge pull request #15230 from taosdata/feature/3_liaohj
fix(query): add query involved column info
|
2022-07-21 20:29:25 +08:00 |
Liu Jicong
|
eaf11ca1ac
|
refactor(tmq): disable parallel
|
2022-07-21 20:15:52 +08:00 |
Haojun Liao
|
c2d588a118
|
other:merge 3.0
|
2022-07-21 11:29:34 +08:00 |
Haojun Liao
|
ee34c3bb3e
|
fix(query): add query involved column info
|
2022-07-21 11:20:30 +08:00 |
Cary Xu
|
65871c2d73
|
Merge branch '3.0' into feature/TD-11274-3.0
|
2022-07-21 09:44:20 +08:00 |
Cary Xu
|
0f5983ad88
|
fix: merge dup rows in client
|
2022-07-20 20:30:54 +08:00 |
Liu Jicong
|
fb52cfa816
|
fix(stream): memory error
|
2022-07-20 19:31:56 +08:00 |
Liu Jicong
|
b74560537c
|
fix(stream): check task exist
|
2022-07-20 16:25:20 +08:00 |
Haojun Liao
|
282630a394
|
Merge branch '3.0' into feature/3_liaohj
|
2022-07-19 17:42:45 +08:00 |
Haojun Liao
|
cd2eaf0152
|
fix(query): set the output column number for subscribe.
|
2022-07-19 16:01:28 +08:00 |
54liuyao
|
8e41fc912b
|
feat(stream): add num of children
|
2022-07-19 14:17:53 +08:00 |
Liu Jicong
|
500553d581
|
refactor: add debug log
|
2022-07-18 11:41:56 +08:00 |
Liu Jicong
|
d75e9b8f6a
|
merge from 3.0
|
2022-07-14 15:35:00 +08:00 |
Liu Jicong
|
9ea0ad57ec
|
refactor(stream): destroy stream task
|
2022-07-14 15:32:21 +08:00 |