Commit Graph

32906 Commits

Author SHA1 Message Date
Xiaoyu Wang 096c292d78
Merge pull request #14179 from taosdata/feature/3.0_debug_wxy
feat: sql command 'show consumers' and 'show subscriptions'
2022-06-24 12:51:21 +08:00
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
yihaoDeng 411d30f3db handle except 2022-06-24 11:19:16 +08:00
Liu Jicong a1cc2571ee fix(wal): set first version to -1 if all log rollbacked 2022-06-24 11:13:40 +08:00
Shengliang Guan 8ebe2c81c7 test: adjust test case 2022-06-24 11:12:05 +08:00
Xiaoyu Wang 28d66616e1 fix: fix invalid write 2022-06-24 10:48:49 +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
jiacy-jcy e176d9a726 Merge branch '3.0' into 3.0test/jcy 2022-06-24 10:19:04 +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
jiacy-jcy b7bb08d665 update test case 2022-06-24 09:12:47 +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
dapan1121 b092a9c5c9 Merge branch '3.0' into feature/alterlocal 2022-06-24 08:22:11 +08:00
dapan1121 abc69e1e2b feat: add new api 2022-06-24 08:20:54 +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
plum-lihui 40d4da3caf Merge branch '3.0' into test3.0/lihui 2022-06-23 21:41:51 +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
plum-lihui 67d1572955 Merge branch '3.0' into test3.0/lihui 2022-06-23 20:45:58 +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
wenzhouwww@live.cn 53eefc1ba2 add test case for irate and check value of all 2022-06-23 20:27:46 +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
Xiaoyu Wang 41ae1e30fa feat: sql command 'show consumers' and 'show subscriptions' 2022-06-23 19:29:28 +08:00
Xiaoyu Wang bcf477d33f feat: sql command 'show consumers' and 'show subscriptions' 2022-06-23 19:26:23 +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
Xiaoyu Wang 0b9eb79bf7 merge 3.0 2022-06-23 18:08:47 +08:00