Commit Graph

13233 Commits

Author SHA1 Message Date
Minghao Li 7ce5fb11b0 refactor(sync): speed up sync point 2022-07-29 21:05:56 +08:00
Minghao Li 7dc12d7e4f refactor(sync): add test case 2022-07-29 11:03:35 +08:00
Yihao Deng 22635992fd
Merge pull request #15534 from taosdata/opt/bench
fix: add bench to rpc
2022-07-29 09:00:39 +08:00
Li Minghao 82cc51a341
Merge pull request #15533 from taosdata/feature/3.0_mhli
refactor(sync): add propose batch
2022-07-28 21:30:17 +08:00
shenglian-zhou 9c82bdb9fa
Merge pull request #15520 from taosdata/szhou/fix/udf
fix: compare scan target and agg target when tag scan optimize
2022-07-28 20:53:46 +08:00
Minghao Li 5ad0ac9500 refactor(sync): add propose batch 2022-07-28 20:24:31 +08:00
dapan1121 62f3adf7fc Merge branch '3.0' into fix/TD-17819 2022-07-28 19:11:08 +08:00
Li Minghao 3bb89e7097
Merge pull request #15524 from taosdata/feature/3.0_mhli
refactor(sync): modify propose batch interface
2022-07-28 19:03:06 +08:00
Cary Xu f7b0476c89
Merge pull request #15519 from taosdata/feature/TD-11274-3.0
fix: assign uid for rsma by physical plan
2022-07-28 18:31:30 +08:00
Zhiqiang Wang cb9246a1ae
Merge pull request #15512 from taosdata/fix/ZhiqiangWang/TD-17728-remove-jemalloc-submodule
build: remove jemalloc submodule
2022-07-28 17:55:18 +08:00
Minghao Li 64f4325bd7 refactor(sync): modify propose batch interface 2022-07-28 17:55:15 +08:00
Liu Jicong e71375f1ec
Merge pull request #15516 from taosdata/feature/stream
enh(stream): recover
2022-07-28 17:25:00 +08:00
slzhou@taodata.com 46974a9dfc Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fix/udf 2022-07-28 17:18:59 +08:00
slzhou@taodata.com 82fcb44257 fix: compare scan target and agg target when tag scan optimize 2022-07-28 17:18:39 +08:00
shenglian-zhou c402a18aa1
Merge pull request #15515 from taosdata/szhou/fix/udf
fix: modify nodesEqualNode to include tableAlias when it is column node
2022-07-28 17:17:41 +08:00
Cary Xu 21fba3cb1f other: revert the walWrite.c 2022-07-28 17:15:31 +08:00
dapan1121 fbdd8bfd39 fix: fix datablock windows error 2022-07-28 17:12:53 +08:00
Minglei Jin 6724ec5bd2
Merge pull request #15513 from taosdata/fix/TD-17930
fix: return stable not exist instead of assert(0)
2022-07-28 17:12:19 +08:00
Cary Xu 0dcb3a5da1 fix: assign uid for rsma by physical plan 2022-07-28 17:07:47 +08:00
yihaoDeng 6520db8584 add bench to rpc 2022-07-28 17:05:42 +08:00
Shengliang Guan 93fbc523e6
Merge pull request #15511 from taosdata/fix/mnode
fix: adjust config parameters
2022-07-28 16:48:29 +08:00
Liu Jicong a9d11b58ad enh(stream): recover 2022-07-28 16:19:50 +08:00
slzhou@taodata.com 8927040032 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fix/udf 2022-07-28 16:18:26 +08:00
Minglei Jin 9d0a32f14c
Merge pull request #15508 from taosdata/fix/TD-17925
refact: tsdbCache/cleanup, remove tsRowFromTsdbRow
2022-07-28 16:15:52 +08:00
slzhou@taodata.com c184803c8c fix: modify nodesEqualNode to include tableAlias when it is column node 2022-07-28 16:13:21 +08:00
shenglian-zhou d6193655f5
Merge pull request #15489 from taosdata/szhou/fix/udf
feat: add multi-row equal timestamp for join operator
2022-07-28 16:12:10 +08:00
Minglei Jin 5a82a04264 fix: return stable not exist instead of assert(0) 2022-07-28 15:55:47 +08:00
Minghao Li a75745de44 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli 2022-07-28 15:53:06 +08:00
afwerar 74e833cf4e build: remove jemalloc submodule 2022-07-28 15:48:56 +08:00
Shengliang Guan 239a988cdf fix: adjust config parameters 2022-07-28 15:48:37 +08:00
Shengliang Guan 1efd51be69
Merge pull request #15504 from taosdata/fix/mnode
fix: adjust config items
2022-07-28 15:48:18 +08:00
Minglei Jin 34b0208f14 refact: tsdbCache/cleanup, remove tsRowFromTsdbRow 2022-07-28 15:29:22 +08:00
Minglei Jin 2c52b31614
Merge pull request #15502 from taosdata/fix/TD-17925
fix: cleanup tsdbCache, removing unused functions
2022-07-28 14:46:33 +08:00
Minghao Li b5ebd55be7 refactor(sync): add test case 2022-07-28 14:36:11 +08:00
Shengliang Guan c05f0950de fix: adjust config items 2022-07-28 14:20:32 +08:00
Liu Jicong d45c7bb346
Merge pull request #15496 from taosdata/feature/stream
enh(wal): remove file failure handling
2022-07-28 14:15:08 +08:00
Minglei Jin 6e92950a4d fix: cleanup tsdbCache, removing unused functions 2022-07-28 14:06:44 +08:00
Yihao Deng aa13362512
Merge pull request #15485 from taosdata/opt/rpcOpt
fix: index mem leak
2022-07-28 14:05:48 +08:00
Yihao Deng 18683db815
Merge pull request #15491 from taosdata/opt/fixMultiRead
fix: rpc multi read
2022-07-28 14:05:34 +08:00
Li Minghao e0f0e92622
Merge pull request #15499 from taosdata/feature/3.0_mhli
refactor(sync): add trace log
2022-07-28 13:55:02 +08:00
Liu Jicong 0c942e622a enh(wal): remove file failure handling 2022-07-28 13:37:57 +08:00
Shengliang Guan 8a2da1263b Merge branch '3.0' into fix/mnode 2022-07-28 13:20:33 +08:00
Shengliang Guan 8e9b199a0a
Merge pull request #15492 from taosdata/fix/mnode
enh: let alter all dnodes work
2022-07-28 13:19:49 +08:00
Ganlin Zhao 34f97e44ae
Merge pull request #15497 from taosdata/enh/TD-17659
fix(query): fix max/min/sum null input output behavior to 0 rows
2022-07-28 13:09:43 +08:00
slzhou@taodata.com 9cbd8c7bea fix: fix bugs related to join and nested query 2022-07-28 12:02:36 +08:00
Ganlin Zhao b4a8408030 fix(query): fix max/min/sum null input output behavior to 0 rows 2022-07-28 11:41:05 +08:00
Shengliang Guan 9d72eda2c5 fix: deadlock while rollback 2022-07-28 11:18:05 +08:00
Shengliang Guan 948d01a3ac enh: let alter all dnodes work 2022-07-28 11:17:53 +08:00
yihaoDeng db6911001a Merge branch '3.0' of https://github.com/taosdata/TDengine into multiRead 2022-07-28 11:07:27 +08:00
Minghao Li df26c5f21a refactor(sync): add trace log 2022-07-28 10:54:11 +08:00