Commit Graph

12795 Commits

Author SHA1 Message Date
yihaoDeng ee0bf9c501 fix debug info 2023-03-05 12:42:56 +08:00
yihaoDeng e6ec795b4d fix debug info 2023-03-05 11:36:01 +08:00
yihaoDeng 7986e1fd49 fix debug info 2023-03-05 11:08:11 +08:00
yihaoDeng 167f4de903 fix debug info 2023-03-05 11:06:55 +08:00
yihaoDeng ee65a49781 fix crash 2023-03-04 23:46:09 +08:00
yihaoDeng bf8b36901a add crash 2023-03-04 23:37:50 +08:00
yihaoDeng 566d233c1c add debug 2023-03-04 19:28:03 +08:00
yihaoDeng b4e8130633 add debug 2023-03-04 18:48:37 +08:00
yihaoDeng 8f63de5a0a add debug 2023-03-04 18:30:53 +08:00
yihaoDeng 6fe2a9b10d add debug 2023-03-04 18:09:40 +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 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
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
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
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
dapan1121 f7a20af538 fix: taosc crash caused of ordering by string 2023-03-03 11:47:08 +08:00
Benguang Zhao ca23365d68 enh: fsync WAL idx and log when walRollImpl 2023-03-02 20:40:34 +08:00
Shengliang Guan 6adbd8f80e
Merge pull request #19914 from taosdata/fix/transMemleak
fix: mem leak when fd excced limit
2023-03-02 17:36:38 +08:00
Shengliang Guan eeca7653b9
Merge pull request #20234 from taosdata/fix/TD-22868
fix:set timestamp precision
2023-03-02 17:21:37 +08:00
Shengliang Guan dd04bebb3d
Merge pull request #20237 from taosdata/fix/defaultValue
fix: change default config
2023-03-02 16:21:57 +08:00
yihaoDeng 1cb6e49c79 change default config 2023-03-02 13:04:49 +08:00
yihaoDeng 5c50eeb5cc change default config 2023-03-02 12:16:28 +08:00
dapan1121 2a5074870d fix: add missing db options in show create database result 2023-03-02 11:33:29 +08:00
54liuyao 8a23f0ce3b fix:set timestamp precision 2023-03-01 18:59:27 +08:00
dapan1121 f27a2e8a78
Merge pull request #20207 from taosdata/fix/TD-22822
fix(query): add inherit input order from upstream option for exchange operator
2023-03-01 11:16:57 +08:00
dapan1121 4a02c73084
Merge pull request #20202 from taosdata/szhou/fix/td-22788
fix: ensure capacity and move to next group
2023-03-01 10:22:15 +08:00
dapan1121 10a39de9f9
Merge pull request #20214 from taosdata/fix/TD-22862-MAIN
fix: destroy node with wrong type conversion
2023-03-01 09:25:55 +08:00
Xiaoyu Wang b855816780
Merge pull request #20206 from taosdata/fix/main_wxy
fix: a plan error of set operator subquery
2023-02-28 19:33:56 +08:00
Haojun Liao b3ae58dac1
Merge pull request #20205 from taosdata/feat/TD-22831
feat:window close && ignore expired
2023-02-28 19:23:07 +08:00
Ganlin Zhao cad32b12a5 add inherit from upstream order option for exchange 2023-02-28 18:30:51 +08:00
54liuyao fe4123e814 feat:window close && ignore expired 2023-02-28 18:20:58 +08:00
Alex Duan 3249b83890 fix: destroy node with wrong type coversion 2023-02-28 17:38:35 +08:00
Xiaoyu Wang ca624678b1 fix: a plan error of set operator subquery 2023-02-28 17:28:23 +08:00
shenglian zhou 8f2ec81f76 Merge branch 'main' of github.com:taosdata/TDengine into szhou/fix/td-22789 2023-02-28 16:05:49 +08:00
Ganlin Zhao 5ad0d18c2e fix(query): make exchange operator inherit input order from upstream 2023-02-28 16:05:41 +08:00
Xiaoyu Wang e7a19755c6 fix: a plan error of set operator subquery 2023-02-28 16:02:49 +08:00
wangmm0220 986ae9c4d0 fix:conflicts 2023-02-28 15:11:16 +08:00
Xiaoyu Wang 84b8637a05
Merge pull request #20200 from taosdata/fix/main_bugfix_wxy
fix: invalid write memory when query policy is 4
2023-02-28 14:29:09 +08:00
Haojun Liao 1ac30b7710
Merge pull request #20169 from taosdata/feature/3_liaohj
refactor: do some internal refactor and add some logs for tmq.
2023-02-28 12:01:22 +08:00
shenglian zhou ce38d80480 fix: ensure capacity and move to next group 2023-02-28 11:19:13 +08:00
Xiaoyu Wang 706cba7927 Merge remote-tracking branch 'origin/main' into fix/main_bugfix_wxy 2023-02-28 10:42:06 +08:00
Xiaoyu Wang 5b7ec8ade5 fix: invalid write memory when query policy is 4 2023-02-28 10:41:13 +08:00
Haojun Liao b92de1e9e6 fix(query): fix invalid read. 2023-02-28 09:34:16 +08:00
Haojun Liao 0c730ec48e
Merge pull request #20187 from taosdata/fix/TD-22780_m
fix: invalid vg count
2023-02-28 09:18:58 +08:00
Haojun Liao d18dd3067b other: merge main. 2023-02-28 00:38:37 +08:00
Haojun Liao 5e9f53560d
Merge branch 'main' into feature/3_liaohj 2023-02-27 18:23:35 +08:00
Xiaoyu Wang d4e32cc8f1
Merge pull request #20180 from taosdata/fix/3.0_merge_main
merge 3.0
2023-02-27 17:08:44 +08:00
Haojun Liao 41c5ba29b6
Merge pull request #20154 from taosdata/fix/toManySeesion
fix: to many seesion
2023-02-27 16:58:57 +08:00
yihaoDeng 5c7959a2b7 fix: invalid vg count 2023-02-27 16:32:47 +08:00
dapan1121 178d2cac00
Merge pull request #20156 from taosdata/fix/TD-22520
fix(query): fix apply limit error for doMultiwayMerge operator if datablocks belongs to the same group
2023-02-27 14:20:42 +08:00
Xiaoyu Wang f97a140a3c merge 3.0 2023-02-27 14:16:33 +08:00
yihaoDeng 51fdfd8513 fix: change conn pool 2023-02-27 11:02:10 +08:00
dapan1121 c5348ce793
Merge pull request #20159 from taosdata/fix/TD-22762
fix: empty ts range query issue
2023-02-27 09:07:40 +08:00
yihaoDeng d598135f60 fix: limit session num 2023-02-27 08:39:46 +08:00
wangmm0220 c638564179 fix:confilcts from main 2023-02-26 23:09:57 +08:00
Haojun Liao a28156e832 refactor: do some internal refactor and add some logs for tmq. 2023-02-26 12:35:50 +08:00
Haojun Liao b46098793d refactor: do some internal refactor and add some logs for tmq. 2023-02-26 12:16:45 +08:00
dapan1121 cb2f09ed6c
Merge pull request #20139 from taosdata/fix/TD-22664-3.0
fix: fix coverity issue
2023-02-26 10:04:46 +08:00
yihaoDeng 4a196e74af fix: limit session num 2023-02-26 09:45:30 +08:00
yihaoDeng 663768a365 fix: limit session num 2023-02-25 22:59:01 +08:00
yihaoDeng 92b361de88 fix: limit session num 2023-02-25 22:22:56 +08:00
yihaoDeng 60e270a0d4 fix: limit session num 2023-02-25 20:17:56 +08:00
yihaoDeng 97c4dfb570 fix: limit session num 2023-02-25 18:01:17 +08:00
yihaoDeng b0116445e3 fix: limit session num 2023-02-25 17:30:31 +08:00
Yihao Deng db47cb5805
Merge branch 'main' into fix/toManySeesion 2023-02-25 17:04:56 +08:00
yihaoDeng 3bf28e1894 fix: limit session num 2023-02-25 15:45:14 +08:00
yihaoDeng be17aa822b fix: limit session num 2023-02-25 14:21:15 +08:00
yihaoDeng d7dc176ebb fix: limit session num 2023-02-25 14:01:52 +08:00
yihaoDeng c7e15291f3 fix: limit session num 2023-02-25 13:50:27 +08:00
yihaoDeng 45a012bdf5 fix: limit session num 2023-02-25 13:18:53 +08:00
dapan1121 ec6c25e342
Merge branch '3.0' into fix/TD-22762 2023-02-25 10:59:23 +08:00
Haojun Liao 90c6641cff
Merge pull request #20131 from taosdata/fix/coverity_yihao
fix: fix asan problem
2023-02-25 10:42:39 +08:00
Xiaoyu Wang d6dd087f84 merge main 2023-02-25 10:29:20 +08:00
Xiaoyu Wang 5856a39827
Merge pull request #20123 from taosdata/fix/3.0_merge_main
merge main
2023-02-25 10:01:26 +08:00
yihaoDeng 6632231111 fix: limit session num 2023-02-24 23:42:57 +08:00
yihaoDeng 28db4c8a8c fix: limit session num 2023-02-24 23:19:46 +08:00
yihaoDeng 9b77e2dfe8 fix: limit session num 2023-02-24 22:44:03 +08:00
Yihao Deng 22b1bc1049
Merge branch '3.0' into fix/coverity_yihao 2023-02-24 21:22:58 +08:00
yihaoDeng 84706fe586 fix: limit session num 2023-02-24 21:20:15 +08:00
yihaoDeng dd2e9697b5 fix: limit session num 2023-02-24 20:39:25 +08:00
wangmm0220 54a546931c fix:optimize version logic in tmq and remove useless code 2023-02-24 19:22:08 +08:00
Haojun Liao 097723f446
Merge pull request #20151 from taosdata/feature/3_liaohj
fix(query): expand output buffer.
2023-02-24 18:56:51 +08:00
dapan1121 eac27fc0fd fix: empty ts range query issue 2023-02-24 18:39:17 +08:00
Ganlin Zhao 9342d796f0 Merge branch '3.0' into fix/TD-22664-3.0 2023-02-24 18:30:04 +08:00
Hui Li 965d91572a
Merge pull request #20148 from taosdata/fix/3_coverity
fix(query): fix syntax errors on centos.
2023-02-24 17:39:12 +08:00
dapan1121 2f816dc01f
Merge pull request #20119 from taosdata/fix/TS-2725
fix: alter column length too big issue
2023-02-24 17:33:37 +08:00
Ganlin Zhao f9f4066f3c fix(query): fix apply limit error for doMultiwayMerge operator if
datablocks within same group
2023-02-24 17:17:55 +08:00
Xiaoyu Wang 67a94707b7
Merge pull request #20104 from taosdata/feat/3.0_wxy
enh: drop tables syntax optimization
2023-02-24 16:57:30 +08:00
Xiaoyu Wang 961107d1ca merge main 2023-02-24 16:55:50 +08:00
Haojun Liao 6120c73aaa
Merge pull request #20122 from taosdata/enh/TD-22715
fix: fix distributed table error
2023-02-24 16:44:43 +08:00
Haojun Liao a7ad2990cb
Merge pull request #20142 from taosdata/enh/optTrans
fix: opt trans debug info
2023-02-24 16:44:27 +08:00
Haojun Liao be0e4b53e7
Merge pull request #20146 from taosdata/fix/TD-22538
fix:Ignore expression exception & add some log
2023-02-24 16:42:45 +08:00
yihaoDeng 0bbd729995 fix: limit session num 2023-02-24 16:33:28 +08:00
dapan1121 d4d246c560
Merge pull request #20110 from taosdata/fix/TD-22709
fix: fix asan error
2023-02-24 16:11:31 +08:00
Haojun Liao de0f55e804 fix(query): expand output buffer. 2023-02-24 16:04:00 +08:00
dapan1121 3f6e8d4f82
Merge pull request #20111 from taosdata/fix/TD-22709-main
fix: fix asan error
2023-02-24 14:35:17 +08:00