Yihao Deng
|
2ecdba11cb
|
Merge pull request #14783 from taosdata/enh/rpcSvrRefactor
enh: avoid rpc mem leak
|
2022-07-11 20:39:45 +08:00 |
Minglei Jin
|
53f56217f7
|
tsdbCache: use cachelast & cachelastsize cfg from vnode
|
2022-07-11 20:16:48 +08:00 |
Ganlin Zhao
|
13026dc480
|
Merge branch '3.0' into fix/TD-17021
|
2022-07-11 20:14:18 +08:00 |
wenzhouwww
|
877ac548f6
|
Merge branch '3.0' into test/count_partition
|
2022-07-11 20:11:45 +08:00 |
Haojun Liao
|
08259f169a
|
Merge pull request #14780 from taosdata/feature/3_liaohj
fix(query): fix memory leak in query super table.
|
2022-07-11 20:11:26 +08:00 |
Hongze Cheng
|
370edd4c4b
|
make pass CI
|
2022-07-11 12:08:43 +00:00 |
yihaoDeng
|
f65d33ea54
|
refactor rpc
|
2022-07-11 20:05:07 +08:00 |
Ganlin Zhao
|
b9795fab95
|
fix(query): histogram function interval query for super table
missed some child table records.
TD-17021
|
2022-07-11 19:49:48 +08:00 |
Cary Xu
|
82c4b62cdc
|
enh: rsma code optimization and support drop
|
2022-07-11 19:44:49 +08:00 |
Haojun Liao
|
91c1ae4168
|
fix(query): fix memory leak in query super table.
|
2022-07-11 19:36:19 +08:00 |
Cary Xu
|
82890ee5b1
|
Merge branch '3.0' into feature/TD-11274-3.0
|
2022-07-11 19:34:40 +08:00 |
Cary Xu
|
3572520d19
|
fix: memory leak fix during creation of tsma
|
2022-07-11 19:34:30 +08:00 |
Hongze Cheng
|
dced0deaca
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/retention
|
2022-07-11 11:19:22 +00:00 |
Hongze Cheng
|
d459ea6afe
|
make it compile
|
2022-07-11 11:19:16 +00:00 |
Li Minghao
|
a52c089d82
|
Merge pull request #14769 from taosdata/feature/3.0_mhli
refactor(sync): modify append log
|
2022-07-11 19:12:55 +08:00 |
Yihao Deng
|
b6bd0b5198
|
Merge pull request #14771 from taosdata/enh/rpcSvrRefactor
enh: rpc svr refactor
|
2022-07-11 19:05:30 +08:00 |
Minglei Jin
|
77053a31da
|
Merge pull request #14775 from taosdata/fix/TD-17231
metaReader/decoder: clear to release tDecoderMalloc
|
2022-07-11 19:04:32 +08:00 |
Haojun Liao
|
31b5a07a74
|
Merge pull request #14772 from taosdata/feature/3_liaohj
refactor: update time window range .
|
2022-07-11 18:58:33 +08:00 |
slzhou@taodata.com
|
f26063202e
|
feat: tag scan optimization
|
2022-07-11 18:34:12 +08:00 |
Xiaoyu Wang
|
12759683ca
|
fix: some problems of 'partition by' execution plan
|
2022-07-11 18:23:54 +08:00 |
Minglei Jin
|
2a38443640
|
metaReader/decoder: clear to release tDecoderMalloc
|
2022-07-11 18:01:55 +08:00 |
liuyao
|
bf09787245
|
Merge pull request #14770 from taosdata/feature/TD-17183
feat(stream): adjust print log
|
2022-07-11 17:57:37 +08:00 |
Haojun Liao
|
1346926168
|
fix(query): avoid double free.
|
2022-07-11 17:55:08 +08:00 |
dapan1121
|
f3d298c81f
|
fix: fix stmt rerun issue
|
2022-07-11 17:51:03 +08:00 |
Haojun Liao
|
5965b1dfc3
|
refactor: update time window range .
|
2022-07-11 17:50:57 +08:00 |
Haojun Liao
|
0b45f95211
|
Merge pull request #14762 from taosdata/feature/3_liaohj
fix(query): add more check for fetch rsp, and set the correct start time window for fill.
|
2022-07-11 17:49:04 +08:00 |
Hongze Cheng
|
61fb45af56
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/tsdb_snapshot
|
2022-07-11 09:48:43 +00:00 |
Hongze Cheng
|
be841955ae
|
make retention work
|
2022-07-11 09:45:04 +00:00 |
dapan1121
|
e69f59ba77
|
fix: fix stmt rerun issue
|
2022-07-11 17:38:09 +08:00 |
54liuyao
|
66f0c47ec3
|
feat(stream): adjust print log
|
2022-07-11 17:34:28 +08:00 |
Minghao Li
|
df63225b74
|
refactor(sync): modify append log
|
2022-07-11 17:26:45 +08:00 |
Zhengmao Zhu
|
4d22cd9c18
|
Update 02-database.md
|
2022-07-11 17:22:52 +08:00 |
Zhengmao Zhu
|
581cc1a34e
|
docs: remove maxVgroupsPerDb from database config
|
2022-07-11 17:22:52 +08:00 |
yihaoDeng
|
60a9b2f508
|
refactor rpc
|
2022-07-11 17:12:54 +08:00 |
Shengliang Guan
|
6bc68021ba
|
Merge pull request #14745 from taosdata/fix/valgrind
refactor: adjust threads number
|
2022-07-11 16:59:18 +08:00 |
jiacy-jcy
|
4ae80d0556
|
Merge branch '3.0' of github.com:taosdata/TDengine into 3.0
|
2022-07-11 16:57:28 +08:00 |
yihaoDeng
|
b555b6e4de
|
fix rpc except
|
2022-07-11 16:57:22 +08:00 |
Liu Jicong
|
6d9727579b
|
Merge pull request #14761 from taosdata/feature/stream
feat(wal): add append interface
|
2022-07-11 16:50:28 +08:00 |
wenzhouwww@live.cn
|
6f87084d6a
|
test: enh test case about elapsed
|
2022-07-11 16:43:30 +08:00 |
dapan1121
|
24042ffffa
|
Merge branch '3.0' into enh/stopquery_a
|
2022-07-11 16:33:51 +08:00 |
dapan1121
|
d8be162bff
|
fix: fix crash issue
|
2022-07-11 16:33:10 +08:00 |
Shengliang Guan
|
5f4040bd67
|
enh: create database with cachelast option
|
2022-07-11 16:30:57 +08:00 |
dapan1121
|
c8e1e2a09e
|
fix: fix stmt rerun
|
2022-07-11 16:28:55 +08:00 |
Liu Jicong
|
c6052fadba
|
feat(wal): add append interface
|
2022-07-11 16:22:51 +08:00 |
Hongze Cheng
|
37a2343b61
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/tsdb_snapshot
|
2022-07-11 08:18:26 +00:00 |
Hongze Cheng
|
9071c650a1
|
retention code
|
2022-07-11 08:17:03 +00:00 |
dapan1121
|
1eba184907
|
fix: fix stmt rerun issue
|
2022-07-11 15:58:21 +08:00 |
wenzhouwww@live.cn
|
6fc4a63f6f
|
Merge branch '3.0' of github.com:taosdata/TDengine into 3.0
|
2022-07-11 15:55:23 +08:00 |
Haojun Liao
|
a5955c3dae
|
fix(query): add more check for fetch rsp, and set the correct start time window for fill.
|
2022-07-11 15:49:13 +08:00 |
Xiaoyu Wang
|
4ecbfd078f
|
Merge pull request #14760 from taosdata/feature/3.0_debug_wxy
fix: some problems of parser
|
2022-07-11 15:46:42 +08:00 |