Haojun Liao
|
e2bb64eb18
|
refactor: do some internal refactor.
|
2023-08-31 14:23:46 +08:00 |
Haojun Liao
|
69f95f9324
|
other: merge 3.0
|
2023-08-31 13:56:34 +08:00 |
Haojun Liao
|
2285b834b0
|
refactor: do some internal refactor.
|
2023-08-31 13:53:12 +08:00 |
Haojun Liao
|
3fc3dafca6
|
refactor: do some internal refactor.
|
2023-08-31 13:46:48 +08:00 |
Haojun Liao
|
3ed78ddadd
|
Merge pull request #22662 from taosdata/fix/3_liaohj
refactor: do some internal refactor.
|
2023-08-31 13:46:14 +08:00 |
Haojun Liao
|
8645f763b5
|
Merge pull request #22661 from taosdata/enh/reserve
stream change ver
|
2023-08-31 13:35:23 +08:00 |
yihaoDeng
|
83a5e2be4c
|
stream change ver
|
2023-08-31 11:42:12 +08:00 |
Haojun Liao
|
e53b5d4392
|
refactor: do some internal refactor.
|
2023-08-31 11:01:53 +08:00 |
Haojun Liao
|
0facde6ddc
|
Merge pull request #22659 from taosdata/fix/TD-26035
fix(stream): do not restart the stream tasks when it is running.
|
2023-08-31 10:16:59 +08:00 |
yihaoDeng
|
05ca71d5de
|
stream change ver
|
2023-08-31 09:28:43 +08:00 |
dapan1121
|
62d77c8be2
|
Merge pull request #22654 from taosdata/fix/TD-26046
fix: trim block and partition by constant function issue
|
2023-08-31 09:04:46 +08:00 |
wade zhang
|
68e4a72021
|
Merge pull request #22643 from taosdata/feat/audit-user-typestr
alter user type to str
|
2023-08-31 07:59:31 +08:00 |
Haojun Liao
|
d99d8875e1
|
fix(stream): if stream task is running, do not recheck its status.
|
2023-08-30 17:24:13 +08:00 |
dapan1121
|
2e7897239a
|
fix: trim block and partition by constant function issue
|
2023-08-30 16:51:44 +08:00 |
dmchen
|
04a89b4a49
|
long fields
|
2023-08-30 16:03:57 +08:00 |
Haojun Liao
|
c5b279f045
|
Merge remote-tracking branch 'origin/enh/triggerCheckPoint2' into enh/triggerCheckPoint2
|
2023-08-30 16:01:08 +08:00 |
Haojun Liao
|
24b1a050fc
|
other: merge 3.0
|
2023-08-30 16:00:14 +08:00 |
liuyao
|
0a72e576bd
|
op stream pause
pause data dispatch
opt stream pause
|
2023-08-30 14:53:49 +08:00 |
Haojun Liao
|
3a7a220d43
|
fix(stream): fix error found by ci.
|
2023-08-30 10:14:01 +08:00 |
Haojun Liao
|
204fb97f68
|
fix(stream): fix error in snode, fix memory leaks, fix repeatly create bug in sink task.
|
2023-08-29 17:34:31 +08:00 |
dapan1121
|
778e50da79
|
Merge pull request #22592 from taosdata/fix/m23.0
Fix/m23.0
|
2023-08-28 17:35:35 +08:00 |
Haojun Liao
|
391103bc5a
|
fix(stream): do dome internal refactor.
|
2023-08-28 15:54:01 +08:00 |
wade zhang
|
1797fe50e2
|
Merge pull request #22590 from taosdata/feat/TD-18801
init
|
2023-08-28 11:05:38 +08:00 |
Haojun Liao
|
da0b4e1f92
|
Merge branch '3.0' into enh/triggerCheckPoint2
|
2023-08-28 10:55:38 +08:00 |
dapan1121
|
0cce255a02
|
Merge remote-tracking branch 'origin/3.0' into fix/m23.0
|
2023-08-28 10:06:53 +08:00 |
Haojun Liao
|
b75ae217f6
|
fix(stream): notify close for snode.
|
2023-08-28 09:53:08 +08:00 |
Haojun Liao
|
88f6596965
|
Merge pull request #22464 from taosdata/feat/TD-18789
feat:support varbinary type
|
2023-08-28 09:45:57 +08:00 |
dapan1121
|
1f40da6fef
|
Merge remote-tracking branch 'origin/main' into 3.0
|
2023-08-28 09:28:55 +08:00 |
dmchen
|
06083e1eb9
|
init
|
2023-08-28 09:15:51 +08:00 |
yihaoDeng
|
998dac0ffb
|
fix mem leak
|
2023-08-26 21:54:36 +08:00 |
yihaoDeng
|
7d237d4310
|
fix UAF
|
2023-08-26 17:37:09 +08:00 |
wangmm0220
|
9cd8df12c2
|
fix:memory leak
|
2023-08-25 16:32:01 +08:00 |
Haojun Liao
|
60d1df0e25
|
Merge branch '3.0' into enh/triggerCheckPoint2
|
2023-08-25 15:49:28 +08:00 |
wangmm0220
|
26e025d78d
|
feat:[TD-18789]support varbinary type
|
2023-08-25 15:43:45 +08:00 |
dapan1121
|
e24498b0fd
|
enh: add task notify
|
2023-08-25 14:59:34 +08:00 |
Haojun Liao
|
ce1a3a379c
|
fix(stream): handle the case when the task not in ready state, and the checkpoint msg arrived.
|
2023-08-25 10:12:12 +08:00 |
Haojun Liao
|
f7dada53b9
|
Merge pull request #22559 from taosdata/fix/liaohj
other: merge main.
|
2023-08-24 19:01:18 +08:00 |
Haojun Liao
|
82e356a9b5
|
Merge remote-tracking branch 'origin/enh/triggerCheckPoint2' into enh/triggerCheckPoint2
# Conflicts:
# source/dnode/vnode/src/tq/tq.c
|
2023-08-24 18:04:44 +08:00 |
Haojun Liao
|
70396aa5a5
|
fix(stream): wakeup the hb timer every 200ms, to speeup the close db procedure.
|
2023-08-24 17:54:50 +08:00 |
yihaoDeng
|
9310d138a6
|
Merge branch 'enh/3.0' into enh/triggerCheckPoint2
|
2023-08-24 17:30:35 +08:00 |
Haojun Liao
|
2c9f28d97f
|
Merge branch 'main' into fix/liaohj
|
2023-08-24 14:12:15 +08:00 |
wangjiaming0909
|
366a9cc009
|
Revert "feat: support column comment"
This reverts commit dcbef83dea .
|
2023-08-24 13:54:27 +08:00 |
wangjiaming0909
|
c2af41d0d0
|
Revert "feat: support alter table add column with comment"
This reverts commit cb027cc5c5 .
|
2023-08-24 13:48:35 +08:00 |
wangjiaming0909
|
7fad1de841
|
Revert "feat: show create table, desc table with col comments"
This reverts commit 16754b5ac1 .
|
2023-08-24 13:38:41 +08:00 |
yihaoDeng
|
3afea998ac
|
refactor log
|
2023-08-24 10:15:15 +08:00 |
dapan1121
|
cb70861986
|
fix: memory leak issue
|
2023-08-22 18:40:42 +08:00 |
Haojun Liao
|
af80d94a88
|
refactor: do some internal refactor.
|
2023-08-22 15:43:50 +08:00 |
Haojun Liao
|
cc8b2263cb
|
fix(stream): fix error in heartbeat from vnode.
|
2023-08-22 13:37:38 +08:00 |
Haojun Liao
|
def0877980
|
fix(stream): add timer to check stream task status.
|
2023-08-22 10:46:49 +08:00 |
dm chen
|
dda51d8019
|
Merge branch '3.0' into feat/TD-22970
|
2023-08-21 10:50:45 +08:00 |