Shengliang Guan
|
bb052b81dd
|
Merge pull request #18431 from taosdata/fix/sync
fix(sync): if msg commit, put it into apply-queue, do not care return code
|
2022-11-24 18:15:22 +08:00 |
Minghao Li
|
9f38bfeb2c
|
refactor(sync): modify info log to trace log
|
2022-11-24 16:50:58 +08:00 |
Shengliang Guan
|
130d6e3b6c
|
Merge pull request #18419 from taosdata/fix/TD-20664
fix:Explicit null dereferenced
|
2022-11-24 16:50:16 +08:00 |
Shengliang Guan
|
1b19d3b0eb
|
Merge pull request #18384 from taosdata/fix/3.0_bugfix_wxy
enh: last cache optimize
|
2022-11-24 16:49:16 +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 |
Xiaoyu Wang
|
5956d8f4fd
|
enh: group by tbname optimize
|
2022-11-24 15:38: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 |
Xiaoyu Wang
|
61a634e8c2
|
Merge branch 'fix/3.0_bugfix_wxy' of github.com:taosdata/TDengine into fix/3.0_bugfix_wxy
|
2022-11-24 15:17:01 +08:00 |
Xiaoyu Wang
|
70164f9f20
|
enh: group by tbname optimize
|
2022-11-24 15:16:38 +08:00 |
Shengliang Guan
|
640c859051
|
Merge pull request #18427 from taosdata/fix/TD-20669
test: add asan case and adjust python test frame
|
2022-11-24 15:14:51 +08:00 |
Haojun Liao
|
1e22adeabc
|
fix(query): set correct data source flag.
|
2022-11-24 15:11:24 +08:00 |
54liuyao
|
e0e663c6fa
|
fix:Explicit null dereferenced
|
2022-11-24 14:51:15 +08:00 |
Liu Jicong
|
fcf46059e9
|
fix(stream): heap uaf
|
2022-11-24 14:34:15 +08:00 |
Xiaoyu Wang
|
59ea486b94
|
Merge remote-tracking branch 'origin/3.0' into fix/3.0_bugfix_wxy
|
2022-11-24 14:22:17 +08:00 |
Shengliang Guan
|
0168c2b566
|
Merge remote-tracking branch 'origin/3.0' into fix/TD-20669
|
2022-11-24 13:52:27 +08:00 |
Shengliang Guan
|
631dc756b1
|
Merge pull request #18426 from taosdata/fix/liao_cov
fix(query): fix error in seq fetch data block.
|
2022-11-24 13:44:07 +08:00 |
Shengliang Guan
|
c02d71f3a8
|
Merge pull request #18424 from taosdata/feature/3.0_mhli
refactor(sync): add timestamp trace log when elect and heartbeat
|
2022-11-24 13:34:19 +08:00 |
Shengliang Guan
|
b93e2afa57
|
Merge branch '3.0' into fix/TD-20629
|
2022-11-24 13:02:03 +08:00 |
Haojun Liao
|
5d5538a12c
|
fix(query): fix error in seq fetch data block.
|
2022-11-24 12:36:14 +08:00 |
Minghao Li
|
862a51e6ee
|
refactor(sync): add timestamp trace log when elect and heartbeat
|
2022-11-24 12:03:05 +08:00 |
Shengliang Guan
|
7d91f3565d
|
Merge pull request #18395 from taosdata/fix/liao_cov
refactor: enable continue query when the buffer of sink node is empty
|
2022-11-24 11:47:07 +08:00 |
Shengliang Guan
|
73d51870ab
|
fix: memory leak while schedule stream
|
2022-11-24 11:10:14 +08:00 |
Xiaoyu Wang
|
7a88018b2a
|
enh: group by tbname optimize
|
2022-11-24 10:43:54 +08:00 |
Haojun Liao
|
b460974f43
|
fix(query): fix syntax error.
|
2022-11-24 10:32:31 +08:00 |
54liuyao
|
b27faba7ef
|
fix:initialize maxts
|
2022-11-24 10:29:01 +08:00 |
Shengliang Guan
|
335a572d86
|
Revert "Revert "enh: row optimize2""
|
2022-11-24 10:12:25 +08:00 |
Shengliang Guan
|
e590b6201b
|
Merge pull request #18415 from taosdata/revert-18396-enh/row_optimize2
Revert "enh: row optimize2"
|
2022-11-24 10:10:56 +08:00 |
Shengliang Guan
|
d20707119a
|
Merge pull request #18414 from taosdata/feature/3.0_mhli
fix(sync): use local timestamp
|
2022-11-24 09:59:22 +08:00 |
Hongze Cheng
|
ffbb04d40a
|
Revert "enh: row optimize2"
|
2022-11-24 09:21:26 +08:00 |
Minghao Li
|
f9bf35c2f5
|
fix(sync): use local timestamp
|
2022-11-24 09:00:57 +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
|
f13d3155d9
|
Merge pull request #18411 from taosdata/fix/TD-20607
fix: [ASAN] heap buffer overflow in sclfunc.c
|
2022-11-24 08:19:07 +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
|
d31be656e3
|
Merge pull request #18401 from taosdata/fix/TD-20605
fix: [ASAN] fix null pointer in tdatablock.c
|
2022-11-24 08:04:01 +08:00 |
Liu Jicong
|
a02919495b
|
fix(stream): set tbname for parition
|
2022-11-24 03:59:50 +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
|
de4ef96af3
|
Merge pull request #18404 from taosdata/fix/exchangeHangIssue
fix: fix exchange operator hang issue
|
2022-11-24 00:30:25 +08:00 |
Shengliang Guan
|
db672f50e3
|
Merge pull request #18389 from taosdata/fix/TS-2145
enh: add stmt tag length validation
|
2022-11-24 00:30:05 +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 |
Shengliang Guan
|
906d3fb2cd
|
Merge pull request #18402 from taosdata/fix/TD-20608
fix: [ASAN] null pointer in trow.c
|
2022-11-23 22:47:29 +08:00 |
Ganlin Zhao
|
dff0b3c4bb
|
fix: [ASAN] heap buffer overflow in sclfunc.c
|
2022-11-23 22:43:11 +08:00 |
kailixu
|
4e739b45fb
|
fix: flen/offset adaption for trow
|
2022-11-23 21:29:16 +08:00 |
dapan1121
|
f0fcaa9305
|
fix: fix exchange operator hang issue
|
2022-11-23 21:13:34 +08:00 |
Ganlin Zhao
|
793070acba
|
fix: [ASAN] null pointer in trow.c
|
2022-11-23 20:54:14 +08:00 |
Ganlin Zhao
|
516cb116c0
|
fix: [ASAN] fix null pointer in tdatablock.c
|
2022-11-23 18:32:22 +08:00 |
kailixu
|
7efb33110d
|
chore: revert the code change
|
2022-11-23 16:58:57 +08:00 |
kailixu
|
ab77f8a37d
|
chore: row offset adaption to exclude TSKEY
|
2022-11-23 16:57:18 +08:00 |
slzhou
|
8b9c34504d
|
fix: core dump when left data block id is equal to right data block id
|
2022-11-23 16:38:59 +08:00 |
Xiaoyu Wang
|
2d86f8e91c
|
enh: group by tbname optimize
|
2022-11-23 16:20:54 +08:00 |