Commit Graph

46230 Commits

Author SHA1 Message Date
Shengliang Guan 60bab9ae55 refact: post sem in vnode while sync timeout 2022-12-14 16:09:28 +08:00
Shengliang Guan 9af36669ad refact: post sem in vnode while sync timeout 2022-12-14 11:56:08 +08:00
Shengliang Guan 3b519172a3 refact: post sem in mnode while sync timeout 2022-12-14 10:30:47 +08:00
Shengliang Guan f623837b60 refact: adjust mnode timer 2022-12-14 09:14:54 +08:00
Shengliang Guan 2b256542a5 refact: add vnode timer 2022-12-14 09:14:40 +08:00
dapan1121 360282e565 fix: compile issue in user env 2022-12-14 09:05:35 +08:00
dapan1121 473338cf86
Merge pull request #18929 from taosdata/fix/percentile_crash
fix: fix invalid retrieved buffer page causing crash
2022-12-14 08:52:15 +08:00
dapan1121 d6f6c6495b
Merge pull request #18917 from taosdata/szhou/cenc
fix: udfd pipe close before send response
2022-12-14 08:51:28 +08:00
Shengliang Guan 0866a74944
Merge pull request #18936 from taosdata/fix/rmUnusedParam
fix: remove unused param
2022-12-14 08:02:33 +08:00
Shengliang Guan 04750d9078
Merge pull request #18905 from taosdata/feature/3_liaohj
refactor: do multiple refactor and improve some query perf.
2022-12-14 08:01:42 +08:00
Haojun Liao 8b1f452312 fix(query): set data load flag for multi-way merge . 2022-12-13 22:37:29 +08:00
yihaoDeng 581a041ddd remove unused param 2022-12-13 20:39:36 +08:00
yihaoDeng 6fb45a5f47 remove unused param 2022-12-13 20:16:45 +08:00
dapan1121 c2f0aabc8e fix: int64 print issue 2022-12-13 19:26:56 +08:00
Haojun Liao aa18d0a413 other: adjust compiler flag for clang. 2022-12-13 19:19:12 +08:00
dapan1121 b4d3d1432f fix: invalid head file 2022-12-13 18:51:51 +08:00
dapan1121 518d60ad54 fix: fix CMakeList.txt issue 2022-12-13 18:31:51 +08:00
dapan1121 259946e0f8 fix: add cmake file 2022-12-13 18:21:30 +08:00
Ganlin Zhao 08375a523d fix: fix invalid retrieved buf page 2022-12-13 15:44:26 +08:00
slzhou c14c1b9ae2 fix: add test case 2022-12-13 15:30:18 +08:00
dapan1121 186384dda3 fix: refact some example files 2022-12-13 15:26:16 +08:00
Shengliang Guan 3f97f41861
Merge pull request #18920 from taosdata/fix/main_bugfix_wxy
enh: shielding database option 'strict'
2022-12-13 14:52:45 +08:00
slzhou 3108e658e6 fix: expand scalar param column data to fill the udf datablock 2022-12-13 14:51:11 +08:00
Shengliang Guan b89877b4c1 refact: add vnode timer 2022-12-13 13:41:06 +08:00
Shengliang Guan 00fa429966
Merge pull request #18921 from taosdata/enh/TD-21127
refact: post sem in mnode while sync timeout
2022-12-13 13:08:47 +08:00
Xiaoyu Wang 9dff4371ec enh: shielding database option 'strict' 2022-12-13 12:20:48 +08:00
Shengliang Guan e764666005 fix: return errorcode if sync stop 2022-12-13 11:28:48 +08:00
Shengliang Guan b0c336cf05
Merge pull request #18906 from taosdata/fix/percentile_crash
fix: fix error in getting pageIdList from group page hash map
2022-12-13 11:23:20 +08:00
Shengliang Guan fed656cec7
Merge pull request #18918 from taosdata/fix/ly_stream
ci:add some test for stream
2022-12-13 11:21:50 +08:00
Shengliang Guan 9da398913e refact: post sem in mnode while sync timeout 2022-12-13 11:11:22 +08:00
shenglian zhou bd99fc5ceb fix: expand scalar input number of rows with the max num of rows 2022-12-13 11:00:13 +08:00
Shengliang Guan f137e8395d refact: change SRWLatch to TdThreadMutex in mnode 2022-12-13 10:18:00 +08:00
Xiaoyu Wang b69725adaa enh: shielding database option 'strict' 2022-12-13 10:00:24 +08:00
54liuyao 9f3fabc7f5 ci:add some test for stream 2022-12-13 09:30:34 +08:00
shenglian zhou 4f87ff3409 Merge branch 'szhou/cenc' of github.com:taosdata/TDengine into szhou/cenc 2022-12-13 08:24:16 +08:00
shenglian zhou f95856be9d Merge branch 'main' of github.com:taosdata/TDengine into szhou/cenc 2022-12-13 08:16:07 +08:00
Shengliang Guan 998b45efeb
Merge pull request #18911 from taosdata/fix/setCompressRange
fix: set compressMsg range
2022-12-13 08:10:47 +08:00
Shengliang Guan d110816a87
Merge pull request #18914 from taosdata/fix/TS-2264
fix: should not check dnode status in follower
2022-12-13 08:10:00 +08:00
Haojun Liao 9afdee5fd3 fix(query): set data load flag. 2022-12-13 01:30:10 +08:00
Haojun Liao e4ad989070 fix(query): disable assert. 2022-12-13 00:17:11 +08:00
Haojun Liao e3e42cdfbd fix(query): set update ts flag for stream. 2022-12-13 00:16:40 +08:00
shenglian zhou 3aa13025c2 fix: udfd without copy buf again and udfd read eof not log with error 2022-12-12 21:57:52 +08:00
yihaoDeng 63f546e5d6 release unused handle 2022-12-12 21:47:19 +08:00
Shengliang Guan d19103597c fix: should not check dnode status in follower 2022-12-12 20:52:18 +08:00
Shengliang Guan 5122a7e964
Merge pull request #18902 from taosdata/fix/main_bugfix_wxy
fix: create stream error
2022-12-12 20:24:18 +08:00
Shengliang Guan 88bf65ffa9
Merge pull request #18904 from taosdata/fix/TD-21167
fix: disk full recovery issue
2022-12-12 20:23:11 +08:00
shenglian zhou 190fbe849e fix: udfd pipe can close before sending response 2022-12-12 20:20:24 +08:00
shenglian zhou cf6508c756 Merge branch 'main' of github.com:taosdata/TDengine into szhou/cenc 2022-12-12 19:39:11 +08:00
yihaoDeng 113355e45e release unused handle 2022-12-12 19:10:40 +08:00
Haojun Liao d7edcfd207 fix(query): set dataload flag. 2022-12-12 18:33:44 +08:00