liuyao
|
e236bf818c
|
set fill history info
|
2023-06-25 17:47:10 +08:00 |
Haojun Liao
|
7e7feeffdf
|
fix: fix memory leak.
|
2023-06-25 14:38:31 +08:00 |
liuyao
|
c950c7379d
|
Merge branch 'refact/fillhistory' of https://github.com/taosdata/TDengine into refact/fillhistory
|
2023-06-25 10:58:43 +08:00 |
liuyao
|
e9d3198e05
|
mem leak
|
2023-06-25 10:57:10 +08:00 |
Haojun Liao
|
6ac179501a
|
fix: fix syntax error.
|
2023-06-25 10:46:21 +08:00 |
Haojun Liao
|
6857881742
|
Merge branch '3.0' into refact/fillhistory
|
2023-06-25 10:41:32 +08:00 |
Haojun Liao
|
7c23630fe4
|
fix(stream): set correct stream error code.
|
2023-06-25 09:26:37 +08:00 |
wade zhang
|
254a20bdf3
|
Merge pull request #21660 from luckeverda/feat/TD-23739
feat/TD-23739: enhance ttl, deletetime modified by writing-op
|
2023-06-25 09:06:57 +08:00 |
Haojun Liao
|
0322fdc1fc
|
fix(stream): fix memory leak.
|
2023-06-24 23:43:43 +08:00 |
Haojun Liao
|
a8de3694fa
|
Merge branch 'refact/fillhistory' of github.com:taosdata/tdengine into refact/fillhistory
|
2023-06-24 18:55:03 +08:00 |
Haojun Liao
|
ceb78fdad2
|
Merge branch '3.0' into refact/fillhistory
|
2023-06-24 18:53:48 +08:00 |
yihaoDeng
|
ff3ad6c65f
|
add static lib to 3.0
|
2023-06-21 14:38:52 +08:00 |
wade zhang
|
e95b430e89
|
Merge pull request #21786 from taosdata/FIX/TD-24817-3.0
enh: make alter-hashrange atomic and idempotent
|
2023-06-21 13:29:04 +08:00 |
Haojun Liao
|
ea7b8e91d3
|
fix(stream): fix memory leak.
|
2023-06-21 12:03:26 +08:00 |
liuyao
|
d23c80b12f
|
free mem
|
2023-06-21 10:24:34 +08:00 |
wangjiaming0909
|
632fb40a43
|
postfix: propagate ts order to parents for more logic nodes
|
2023-06-21 09:31:44 +08:00 |
liuyao
|
1bed2b1e40
|
free mem
|
2023-06-21 09:13:46 +08:00 |
liuyao
|
fbed0acace
|
free mem
|
2023-06-20 19:23:30 +08:00 |
liuyao
|
3cfda2c579
|
scan op transform
|
2023-06-20 17:44:41 +08:00 |
liuyao
|
74bea44300
|
stream op transform
|
2023-06-20 17:30:59 +08:00 |
Benguang Zhao
|
424086e324
|
enh: restore vgroup id in vmOpenVnodes for vnodeAlterHashRange
|
2023-06-20 15:40:09 +08:00 |
liuyao
|
aafbdcb492
|
set task status
|
2023-06-20 15:20:04 +08:00 |
yihaoDeng
|
b6d4e98e68
|
fix restart crash
|
2023-06-20 13:47:46 +08:00 |
liuyao
|
870d75bf82
|
fill history pause&resume
|
2023-06-20 11:34:09 +08:00 |
Shungang Li
|
aa3dd2bbe8
|
fix for compile
|
2023-06-20 09:06:23 +08:00 |
Shungang Li
|
b93f653d7e
|
feat: enhance ttl, deletetime modified by writing-ops
new config item: ttlChangeOnWrite (default 0)
ttl delete time changes on last write if true
|
2023-06-19 19:03:35 +08:00 |
Benguang Zhao
|
e1d9e44fcd
|
enh: add a field toVgId in vnodes.json for prepare alter-hashrange
|
2023-06-19 17:59:42 +08:00 |
liuyao
|
41c193945f
|
fill history pause&resume
|
2023-06-19 17:28:19 +08:00 |
Benguang Zhao
|
090a1a1595
|
enh: rename dir at the end in vnodeRenameVgroupId
|
2023-06-19 15:48:32 +08:00 |
Benguang Zhao
|
20a55c3412
|
fix: make vmProcessAlterHashRangeReq idempotent
|
2023-06-19 15:09:00 +08:00 |
yihaoDeng
|
0eeaab9cd3
|
Merge branch 'refact/fillhistory1' into refact/fillhistory
|
2023-06-19 13:53:37 +08:00 |
dapan1121
|
1ca24fea6b
|
Merge pull request #21742 from wangjiaming0909/feature/3.0/TD-24656
feature: add input, output ts order for execution plans
|
2023-06-18 19:24:29 +08:00 |
dapan1121
|
bc487492ad
|
Merge pull request #21764 from taosdata/enh/TD-24346-3.0e
enh: support delete tsma interval
|
2023-06-18 19:19:14 +08:00 |
kailixu
|
b40069c0e1
|
chore: log optimization
|
2023-06-17 05:05:43 +08:00 |
kailixu
|
4097b860d3
|
enh: support delete tsma interval
|
2023-06-16 19:04:12 +08:00 |
wangjiaming0909
|
61309862c2
|
fix comments of TD-24656
|
2023-06-16 18:12:02 +08:00 |
dapan1121
|
7b060d693e
|
Merge pull request #21670 from taosdata/feat/TD-22193
feat: add pipeline processing for timeslice operator
|
2023-06-16 18:00:39 +08:00 |
wade zhang
|
72cdca8570
|
Merge pull request #21750 from taosdata/FIX/TD-24828-3.0
fix: return error from vmPutMsgToQueue while vnode-write is disabled
|
2023-06-16 16:59:56 +08:00 |
Ganlin Zhao
|
9cddf06053
|
handle 0 result case for groups
|
2023-06-16 16:11:56 +08:00 |
Haojun Liao
|
64365666b7
|
fix(stream): update the info, and do some internal refactor.
|
2023-06-16 16:04:43 +08:00 |
Benguang Zhao
|
495ae49752
|
fix: refreshMeta on invalid schema of tb epSet in doAsyncQuery
|
2023-06-16 15:41:52 +08:00 |
Ganlin Zhao
|
e4c9a7474e
|
remove test code
|
2023-06-16 14:58:23 +08:00 |
Ganlin Zhao
|
e74c0ac987
|
save index instead of ts
|
2023-06-16 14:11:19 +08:00 |
wangjiaming0909
|
fb4f174fbc
|
feature: add input, output ts order for execution plans
|
2023-06-16 10:26:09 +08:00 |
Ganlin Zhao
|
fe2629d061
|
Merge branch '3.0' into feat/TD-22193
|
2023-06-16 10:16:51 +08:00 |
yihaoDeng
|
1e05f5c693
|
support fill history
|
2023-06-16 10:00:16 +08:00 |
Haojun Liao
|
4c82558eab
|
Merge remote-tracking branch 'origin/refact/fillhistory' into refact/fillhistory
|
2023-06-16 09:55:24 +08:00 |
Haojun Liao
|
933801269a
|
fix(stream): fix memory leak and failed to close vnode.
|
2023-06-16 09:55:11 +08:00 |
yihaoDeng
|
f4b9d630c0
|
support fill history
|
2023-06-16 09:36:44 +08:00 |
yihaoDeng
|
0ef8afbdaa
|
support fill history
|
2023-06-16 09:32:38 +08:00 |