Haojun Liao
|
60d6b8e2ee
|
fix(query): change the ptr
|
2022-11-26 11:51:15 +08:00 |
Haojun Liao
|
861b9b8264
|
fix(query): fix memory leak.
|
2022-11-26 11:46:36 +08:00 |
Haojun Liao
|
0015e65f5b
|
fix(query): remove invalid free
|
2022-11-26 02:13:46 +08:00 |
Haojun Liao
|
98771bb461
|
fix(query): deprecate the error reported by asan.
|
2022-11-26 01:50:17 +08:00 |
Haojun Liao
|
802ca0f607
|
fix(query): fix memory leak.
|
2022-11-26 00:58:29 +08:00 |
Haojun Liao
|
c6795b68d2
|
fix(query): check list size before iterate it.
|
2022-11-26 00:12:27 +08:00 |
Haojun Liao
|
f9d1726c89
|
fix(query): fix error in ut.
|
2022-11-25 23:27:36 +08:00 |
Haojun Liao
|
7fe4cf7bbe
|
Merge branch '3.0' into feature/3_liaohj
|
2022-11-25 22:24:59 +08:00 |
Minglei Jin
|
59a1571945
|
fix(meta/cache): invalidate suid cache when create/drop ctb & update tag
|
2022-11-25 21:15:02 +08:00 |
Shengliang Guan
|
97ba608756
|
Merge pull request #18462 from taosdata/fix/TD-20677
fix: memory leak while subscribe
|
2022-11-25 21:05:27 +08:00 |
Shengliang Guan
|
729b35b6e5
|
fix: memory leak while subscribe
|
2022-11-25 17:22:12 +08:00 |
kailixu
|
993e569403
|
fix: asan problems for rsma
|
2022-11-25 16:16:36 +08:00 |
kailixu
|
a70583c4af
|
fix: asan problems for rsma
|
2022-11-25 16:15:15 +08:00 |
Haojun Liao
|
f8bc4df4af
|
refactor: do some internal refactor.
|
2022-11-25 11:58:46 +08:00 |
Minglei Jin
|
f570d61d48
|
fix(meta): return invalid message if cannot getting value from uididx
|
2022-11-24 19:24:44 +08:00 |
Haojun Liao
|
9a208b2d09
|
other: merge 3.0
|
2022-11-24 17:08:15 +08:00 |
Minghao Li
|
9f38bfeb2c
|
refactor(sync): modify info log to trace log
|
2022-11-24 16:50:58 +08:00 |
Minghao Li
|
7fba711d40
|
refactor(sync): add info log
|
2022-11-24 16:03:43 +08:00 |
Minghao Li
|
e43794c366
|
fix(sync): if msg commit, put it into apply-queue, do not care return code
|
2022-11-24 15:51:48 +08:00 |
Shengliang Guan
|
01e8b03bf0
|
Merge pull request #18429 from taosdata/feature/stream
fix(stream): heap uaf
|
2022-11-24 15:32:20 +08:00 |
Liu Jicong
|
fcf46059e9
|
fix(stream): heap uaf
|
2022-11-24 14:34:15 +08:00 |
Shengliang Guan
|
73d51870ab
|
fix: memory leak while schedule stream
|
2022-11-24 11:10:14 +08:00 |
Shengliang Guan
|
335a572d86
|
Revert "Revert "enh: row optimize2""
|
2022-11-24 10:12:25 +08:00 |
Hongze Cheng
|
ffbb04d40a
|
Revert "enh: row optimize2"
|
2022-11-24 09:21:26 +08:00 |
Shengliang Guan
|
7f4a14fbb7
|
Merge pull request #18369 from taosdata/szhou/fixbugs
fix: build data from mem/imem first when large nchar column incur …eBlockShouldLoad since SDataBlockToLoadInfo.moreThanCapacity
|
2022-11-24 08:24:41 +08:00 |
Shengliang Guan
|
962aa4aff4
|
Merge pull request #18383 from taosdata/feature/stream
fix(stream): memory leak
|
2022-11-24 08:17:40 +08:00 |
Shengliang Guan
|
ba62164767
|
Merge pull request #18396 from taosdata/enh/row_optimize2
enh: row optimize2
|
2022-11-24 00:30:48 +08:00 |
Shengliang Guan
|
dbf270a0c4
|
Merge pull request #18403 from taosdata/feature/3.0_mhli
refactor(sync): can not propose when heartbeat timeout
|
2022-11-23 22:57:08 +08:00 |
Haojun Liao
|
e0e55b2d65
|
refactor: do some internal refactor.
|
2022-11-23 22:08:35 +08:00 |
slzhou
|
db7a7fa4bd
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbugs
|
2022-11-23 15:59:58 +08:00 |
Hongze Cheng
|
df5bcae11b
|
more code
|
2022-11-23 15:45:19 +08:00 |
slzhou
|
9a85050ff3
|
fix: direct return file block only rows <= capacity
|
2022-11-23 15:43:57 +08:00 |
Hongze Cheng
|
d7c30d6e4a
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/row_optimize2
|
2022-11-23 15:04:51 +08:00 |
slzhou
|
c1ba62b26f
|
fix: build from buf first when buf data is in block gap and only capacity caused load
|
2022-11-23 14:52:07 +08:00 |
Minghao Li
|
2b411912d9
|
refactor(sync): can not propose when heartbeat timeout
|
2022-11-23 14:17:13 +08:00 |
dapan1121
|
188e6e6c7d
|
Merge pull request #18325 from taosdata/enh/msgRefactor2
enh: refact some messages
|
2022-11-23 13:53:37 +08:00 |
Liu Jicong
|
3b84053893
|
fix(stream): memory leak
|
2022-11-23 12:32:02 +08:00 |
Hongze Cheng
|
6e23c8cdb3
|
more code
|
2022-11-23 10:45:58 +08:00 |
Hongze Cheng
|
2313ebc648
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/row_optimize
|
2022-11-23 09:36:31 +08:00 |
Shengliang Guan
|
f06145d37b
|
Merge pull request #18368 from taosdata/feature/stream
fix(stream): memory leak
|
2022-11-23 09:18:05 +08:00 |
slzhou
|
0161374a8b
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbugs
|
2022-11-22 22:59:06 +08:00 |
slzhou
|
272a161a61
|
fix: build data from mem/imem first when large nchar column incur fileBlockShouldLoad since SDataBlockToLoadInfo.moreThanCapacity
|
2022-11-22 22:06:39 +08:00 |
Liu Jicong
|
d4c7394143
|
fix(stream): memory leak
|
2022-11-22 22:03:08 +08:00 |
Shengliang Guan
|
d588cd37f8
|
Merge pull request #18357 from taosdata/fix/liao_cov
fix(query): fix memory leak.
|
2022-11-22 20:49:33 +08:00 |
Shengliang Guan
|
7322ebb897
|
Merge pull request #18356 from taosdata/fix/TD-20536
fix: the message is repeatedly compressed when redirect
|
2022-11-22 19:58:31 +08:00 |
Haojun Liao
|
7c7b2f1cef
|
fix(query): fix memory leak.
|
2022-11-22 18:06:01 +08:00 |
kailixu
|
da535cd04c
|
fix: init/free SBatchDeleteReq for tsma
|
2022-11-22 15:38:21 +08:00 |
kailixu
|
d1249017dd
|
fix: init/free SBatchDeleteReq for tsma
|
2022-11-22 15:35:53 +08:00 |
kailixu
|
bcac60ae35
|
fix: init/free SBatchDeleteReq for tsma
|
2022-11-22 15:32:51 +08:00 |
Haojun Liao
|
b70a616a2d
|
refactor: do some internal refactor.
|
2022-11-22 15:27:33 +08:00 |