Commit Graph

32828 Commits

Author SHA1 Message Date
Minghao Li c3a1b200d7 Merge branch '3.0' of https://github.com/taosdata/TDengine into feature/3.0_mhli 2022-06-24 11:46:18 +08:00
Liu Jicong ef554e9884
Merge pull request #14191 from taosdata/feature/stream
fix(wal): set first version to -1 if all log rollbacked
2022-06-24 11:45:24 +08:00
Minghao Li b3fa103cb9 refactor(sync): add trace log 2022-06-24 11:36:26 +08:00
Liu Jicong a1cc2571ee fix(wal): set first version to -1 if all log rollbacked 2022-06-24 11:13:40 +08:00
Hui Li 5c081c33ae
Merge pull request #14168 from taosdata/test3.0/lihui
Test3.0/lihui
2022-06-24 10:43:12 +08:00
Ganlin Zhao 4995ce780e
Merge pull request #14181 from taosdata/fix/TD-15216
fix(query): math function invalid input should have null output
2022-06-24 10:33:14 +08:00
Hui Li 81481d870e
Merge pull request #14178 from taosdata/test/chr/TD-14699
test: modify testcase of muti-mnodes
2022-06-24 10:16:00 +08:00
Liu Jicong 35e234f1f0
Merge pull request #14187 from taosdata/feature/stream
fix(stream): memory leak
2022-06-24 09:39:53 +08:00
Shengliang Guan 4a30efdf7d
Merge pull request #14185 from taosdata/fix/mnode
enh: add stbinfo to minotor
2022-06-24 09:11:36 +08:00
Li Minghao b70531d1af
Merge pull request #14186 from taosdata/feature/3.0_mhli
refactor(sync): refactor wal abstraction
2022-06-23 22:25:50 +08:00
Liu Jicong f2f5d68f3b fix(stream): memory leak 2022-06-23 22:05:00 +08:00
Minghao Li 3d9ffc42e8 refactor(sync): refactor wal abstraction 2022-06-23 21:16:16 +08:00
Shengliang Guan 61f733c589 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-06-23 21:10:03 +08:00
Shengliang Guan 9f0d89d6ff enh: add stbinfo to minotor 2022-06-23 21:09:50 +08:00
Ganlin Zhao 38c61a1a25 fix: pow/log function invalid input handling 2022-06-23 20:58:43 +08:00
tomchon d9b88d6c48 test:modify test.py and set dnode number default value 2022-06-23 20:46:09 +08:00
shenglian-zhou e7d86e2c24
Merge pull request #14162 from taosdata/szhou/feature/sort-group-2
fix: fix empty downstream input for group sort operator
2022-06-23 20:44:21 +08:00
shenglian-zhou d76d8f87e3
Merge pull request #14172 from taosdata/szhou/feature/misc
fix: set correct operator blocking and add closing rpc trace to udfd
2022-06-23 20:44:05 +08:00
Ganlin Zhao 9399f5fd70 fix: ceil/floor/round function invalid input handling 2022-06-23 20:28:51 +08:00
plum-lihui 52d19df7b2 test: modify test case 2022-06-23 20:26:20 +08:00
Ganlin Zhao b1b7974e07
Merge pull request #14152 from taosdata/fix/TD-16762
fix(query): avg/stddev divide 0 handling
2022-06-23 20:23:37 +08:00
Shengliang Guan bec17d10a9
Merge pull request #14180 from taosdata/fix/mnode
enh: add stbs/tbs/dbs to monitor info
2022-06-23 20:21:21 +08:00
Ganlin Zhao 60d0229d3d fix: abs function handling invalid constant input
TD-15216
2022-06-23 20:18:47 +08:00
Liu Jicong 5cdef06f8c
Merge pull request #14119 from taosdata/feature/3_liaohj
refactor(query): do some internal refactor.
2022-06-23 20:08:15 +08:00
Yihao Deng 62653a7727
Merge pull request #14177 from taosdata/feat/rpcQuit
feat: refactor rpc quit
2022-06-23 20:07:15 +08:00
Ganlin Zhao 19dc2e4eb2
Merge pull request #14176 from taosdata/fix/TD-15211
fix(query): fix to_ISO8601 function crash when processing constant
2022-06-23 20:06:57 +08:00
Ganlin Zhao 83a795f2f2 Merge branch '3.0' into fix/TD-15216 2022-06-23 19:56:03 +08:00
Shengliang Guan 44a3faafa8 Merge remote-tracking branch 'origin/3.0' into fix/mnode 2022-06-23 19:55:08 +08:00
Shengliang Guan 92c958809e
Merge pull request #14156 from taosdata/fix/dnode
feat: make config dnode work
2022-06-23 19:53:58 +08:00
Ganlin Zhao 1278282a78 fix(query): math function invalid input should have null output
TD-15216
2022-06-23 19:53:54 +08:00
Ganlin Zhao df1f4cc53f fix compilation error 2022-06-23 19:34:10 +08:00
shenglian zhou 55a927e2be Merge branch '3.0' of github.com:taosdata/TDengine into szhou/feature/misc 2022-06-23 18:56:15 +08:00
Haojun Liao 800098a795 fix(query): fix syntax error on windows platform. 2022-06-23 18:54:07 +08:00
yihaoDeng 02c6af78b0 Merge branch '3.0' of https://github.com/taosdata/TDengine into dvvv 2022-06-23 18:45:00 +08:00
tomchon 9462c80508 test: modify testcase of muti-mnodes 2022-06-23 18:25:49 +08:00
Shengliang Guan c93d93e2d5 enh: add stbs/tbs/dbs to monitor info 2022-06-23 18:23:51 +08:00
tomchon d01e4031bd test: modify testcase of muti-mnodes 2022-06-23 18:01:49 +08:00
Shengliang Guan eb86ecfa78 Merge remote-tracking branch 'origin/3.0' into fix/dnode 2022-06-23 17:57:34 +08:00
Ganlin Zhao 83bdcf8dcd Merge branch '3.0' into fix/TD-16762 2022-06-23 17:57:19 +08:00
Ganlin Zhao 82c4065f9d Merge branch '3.0' into fix/TD-15211 2022-06-23 17:56:41 +08:00
shenglian zhou 9278de28b4 fix: improve udfd exist speed 2022-06-23 17:45:16 +08:00
Haojun Liao 9c6057caa3 fix(query): fix syntax error. 2022-06-23 17:44:58 +08:00
Haojun Liao e3c4215ac9 Merge branch '3.0' into feature/3_liaohj 2022-06-23 17:39:58 +08:00
yihaoDeng 58836d2ddf feat: refactor rpc quit 2022-06-23 17:35:55 +08:00
Ganlin Zhao 7fda5a861e fix(query): fix to_ISO8601 function crash when processing constant
illegal inputs

TD-15211
2022-06-23 17:32:15 +08:00
Liu Jicong 89fe5df623
Merge pull request #14175 from taosdata/feature/stream
enh(tmq): add demo for tmq_get_raw_meta
2022-06-23 17:27:17 +08:00
Liu Jicong 323ee6b1b0 enh(tmq): add demo for tmq_get_raw_meta 2022-06-23 17:26:52 +08:00
liuyao 19fab3fe8f
Merge pull request #14165 from taosdata/feature/TD-16728
fix(stream): valgrind memory error
2022-06-23 17:21:34 +08:00
Liu Jicong fe167cd396
Merge pull request #14174 from taosdata/feature/stream
fix(tmq): read repeat data after reading snapshot
2022-06-23 17:10:44 +08:00
Liu Jicong 14048a5e4c fix(tmq): read repeat data after reading snapshot 2022-06-23 17:09:06 +08:00