Commit Graph

49804 Commits

Author SHA1 Message Date
yihaoDeng 6fe2a9b10d add debug 2023-03-04 18:09:40 +08:00
dapan1121 00211b3292 feat: add catalog cache stat 2023-03-04 17:48:01 +08:00
wangmm0220 3bfd156616 fix:[TD-22898]:modify schema if schema change 2023-03-04 17:37:38 +08:00
Haojun Liao 33f2d07605 refactor: sleep for a while. 2023-03-04 16:38:50 +08:00
Haojun Liao c159fd0747 refactor: disable sleep temporarily. 2023-03-04 16:37:44 +08:00
Haojun Liao 53a0ff0be3 refactor: add some logs. 2023-03-04 16:19:45 +08:00
slzhou 44e3b11580 Merge branch '3.0' of github.com:taosdata/TDengine into szhou/python-udf 2023-03-04 15:24:37 +08:00
slzhou 2491821278 fix: change taopyudf library name 2023-03-04 15:23:13 +08:00
wangmm0220 e54e12eff0 fix:give error if col is same in schemless & fix json parse error in TD-22903 2023-03-04 11:57:27 +08:00
Xiaoyu Wang 54e2766761
Merge pull request #20264 from taosdata/enh/3.0_planner_optimize
feat: add language clause for create function
2023-03-04 11:52:15 +08:00
Xiaoyu Wang 599967d39f feat: add language clause for create function 2023-03-04 11:08:50 +08:00
Shengliang Guan 2a272fb68d
Merge pull request #20263 from taosdata/FIX/TS-2766-main
enh: sync log retention of mnode configurable with mndLogRetention
2023-03-04 10:49:37 +08:00
Shengliang Guan 2d46730ad9
Merge pull request #20262 from taosdata/fix/TD-22951
fix: add pre-finished stage, trans won't be dropped in follower if has undo actions while rollback
2023-03-04 10:09:06 +08:00
Shengliang Guan b4c7c16aa9
Merge pull request #20259 from taosdata/fix/main_bugfix_wxy
fix: create stream syntax check
2023-03-04 10:08:55 +08:00
Benguang Zhao b91734cf91 enh: sync log retention of mnode configurable with mndLogRetention 2023-03-04 09:51:34 +08:00
Haojun Liao 3645c52b25 refactor: update some logs. 2023-03-04 00:34:53 +08:00
Shengliang Guan f4c8444b8f fix: format log 2023-03-03 23:55:05 +08:00
Shengliang Guan 0b00922a43 fix: should not set startFunc/stopFunc to 0. when the trans is not finished on taosd stop, it will cause the startFunc/stopFunc setting error 2023-03-03 23:53:32 +08:00
Xiaoyu Wang e937c77275 fix: create stream syntax check 2023-03-03 18:35:51 +08:00
Haojun Liao 24bb33f24a refactor: add some logs. 2023-03-03 18:34:38 +08:00
wangmm0220 9852c228a4 Merge branch 'feature/3_liaohj' of https://github.com/taosdata/TDengine into feature/3_liaohj 2023-03-03 18:23:20 +08:00
wangmm0220 824aed420e Merge branch 'feature/3_liaohj' of https://github.com/taosdata/TDengine into feature/3_liaohj 2023-03-03 18:22:54 +08:00
Shengliang Guan 65737555c9 Merge remote-tracking branch 'origin/main' into feature/3_liaohj 2023-03-03 18:22:49 +08:00
Shengliang Guan 50955b2e50
Merge pull request #20261 from taosdata/FIX/TS-2766-main
enh: control frequency of mnode sdb flushing with mndSdbWriteDelta
2023-03-03 18:22:30 +08:00
wangmm0220 6c68b36d7f fix:change ask ep to 20s 2023-03-03 18:22:26 +08:00
Shengliang Guan 8d73d3df64 Merge remote-tracking branch 'origin/main' into feature/3_liaohj 2023-03-03 18:22:03 +08:00
Shengliang Guan 25e0ed8cb5 Merge branch 'fix/TD-22951' into feature/3_liaohj 2023-03-03 18:21:55 +08:00
Shengliang Guan 051e4796f3 Merge branch 'feature/3_liaohj' of https://github.com/taosdata/TDengine into feature/3_liaohj 2023-03-03 18:21:50 +08:00
Shengliang Guan 2624ea65d8 fix: add pre-finished stage, trans won't be dropped in follower if it has undo actions while rollback 2023-03-03 18:21:07 +08:00
Shengliang Guan 53a12ceef6
Merge pull request #20260 from taosdata/fix/TD-22951
fix: set trans from rollback to undo if mnode not leader
2023-03-03 18:20:59 +08:00
Benguang Zhao d27f392beb enh: control frequency of mnode sdb flushing with mndSdbWriteDelta 2023-03-03 17:30:23 +08:00
Shengliang Guan ff70b102fa fix: set trans from rollback to undo if mnode not leader 2023-03-03 17:30:02 +08:00
Hui Li 81913fcb80
Update tmqConsFromTsdb1-1ctb.py 2023-03-03 17:28:15 +08:00
Hui Li 82287c464b
Update tmqConsFromTsdb1-1ctb.py 2023-03-03 17:27:32 +08:00
Shengliang Guan 8eefe8316d
Merge pull request #20258 from taosdata/3.0.3.00302
add data scan
2023-03-03 17:22:52 +08:00
Xiaoyu Wang 9305b0efd0 fix: create stream syntax check 2023-03-03 16:57:13 +08:00
Shengliang Guan 1ba198b90e
Merge pull request #20255 from taosdata/fix/main_bugfix_wxy
fix: the number of output lines is incorrect when the event window is used with the multiline function
2023-03-03 16:55:37 +08:00
Hongze Cheng 7f62507e4a Merge branch 'main' of https://github.com/taosdata/TDengine into 3.0.3.00302 2023-03-03 16:41:35 +08:00
Xiaoyu Wang cf9c2a112f fix: the number of output lines is incorrect when the event window is used with the multiline function 2023-03-03 15:20:07 +08:00
Xiaoyu Wang fb81b4abeb
Merge pull request #20252 from taosdata/FIX/TD-22944-main
enh: fsync WAL idx and log when walRollImpl
2023-03-03 15:12:53 +08:00
Shengliang Guan 3d49dd670e
Merge pull request #20253 from taosdata/fix/TD-22952
fix: taosc crash caused of ordering by string
2023-03-03 15:12:20 +08:00
Haojun Liao dfeb3fb458 refactor: update some logs. 2023-03-03 13:45:04 +08:00
dapan1121 dd493d3ee4 fix: add order by string case 2023-03-03 11:54:25 +08:00
dapan1121 0433f4b7ab Merge remote-tracking branch 'origin/main' into fix/TD-22952 2023-03-03 11:49:05 +08:00
dapan1121 f7a20af538 fix: taosc crash caused of ordering by string 2023-03-03 11:47:08 +08:00
Haojun Liao a6c6b2e461 Merge branch 'feature/3_liaohj' of github.com:taosdata/tdengine into feature/3_liaohj 2023-03-03 10:57:11 +08:00
Shengliang Guan 658bd47315 Merge remote-tracking branch 'origin/main' into feature/3_liaohj 2023-03-03 10:56:09 +08:00
Shengliang Guan 8ffc397cf2 fix: minor changes 2023-03-03 10:35:13 +08:00
Hui Li f2d4138161
Merge pull request #20249 from taosdata/test/cyjia0227
test:update test case for show command
2023-03-03 10:35:02 +08:00
Haojun Liao f30496d958 refactor: update the consumerid 2023-03-03 10:30:45 +08:00