Commit Graph

17914 Commits

Author SHA1 Message Date
Shengliang Guan 0168c2b566 Merge remote-tracking branch 'origin/3.0' into fix/TD-20669 2022-11-24 13:52:27 +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
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
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
slzhou db7a7fa4bd Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbugs 2022-11-23 15:59:58 +08:00
kailixu 359f536e1b chore: flen/offset adaption for row 2022-11-23 15:55:21 +08:00
Haojun Liao f9e338ba2d test: limit the output. 2022-11-23 15:54:30 +08:00
Haojun Liao ca1dcf4ea1 test: limit the output 2022-11-23 15:54:00 +08:00
Hongze Cheng f77f447fe6 Merge branch '3.0' of https://github.com/taosdata/TDengine into enh/row_optimize2 2022-11-23 15:51:50 +08:00
Haojun Liao 4d75bd69b2 test: disable print result. 2022-11-23 15:49:59 +08:00
Haojun Liao 0a8fc50024 test:update test cases. 2022-11-23 15:47:12 +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
Haojun Liao 05f84c184e fix(query): fix syntax error. 2022-11-23 15:36:38 +08:00
dapan1121 b85fc92771
Merge pull request #18375 from taosdata/fix/TS-2091-V30
fix(shell): output redirect to file need not call fflush
2022-11-23 15:10:27 +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
Shengliang Guan 0335d334fb
Merge pull request #18380 from taosdata/fix/TD-20603
fix: [ASAN] offset on null pointer error
2022-11-23 14:14:34 +08:00
Haojun Liao c623336b6e refactor: enable continue query when the buffer of sink node is lower or empty. 2022-11-23 13:59:38 +08:00
dapan1121 188e6e6c7d
Merge pull request #18325 from taosdata/enh/msgRefactor2
enh: refact some messages
2022-11-23 13:53:37 +08:00
dapan1121 5ec50ca5eb enh: add stmt tag length validation 2022-11-23 13:51:13 +08:00
Haojun Liao f92c1d4271 refactor: add some logs. 2022-11-23 13:48:15 +08:00