Commit Graph

65618 Commits

Author SHA1 Message Date
Minglei Jin 299cf3a00b fix(tsdb/retention): fix null pointer crash (uaf) 2024-07-01 14:20:48 +08:00
Haojun Liao c3c957bed8 other: merge 3.0 2024-07-01 13:40:16 +08:00
Haojun Liao e00e83b398 fix(stream):update some logs. 2024-07-01 13:37:40 +08:00
Haojun Liao 8144df956a fix(stream): validate the stream hb msg, and discard the invalid hb msg. 2024-07-01 13:36:06 +08:00
Haojun Liao f09be802ea other: merge 3.0 2024-07-01 13:32:30 +08:00
Haojun Liao b07d2b4adc
Merge pull request #26340 from taosdata/fix/check_end_pos
fix(stream): reset the status before re-send data.
2024-07-01 11:13:36 +08:00
54liuyao c3deebf5b6 adj name 2024-07-01 11:08:40 +08:00
wangjiaming0909 6c6f322a83 change vnode/qnode query threads min value 2024-07-01 11:08:40 +08:00
wangjiaming0909 5040ff5bd9 mnode/qnode support QueryAutoQWorkerPool 2024-07-01 11:08:40 +08:00
54liuyao 26adfdd48d adj name 2024-07-01 11:08:40 +08:00
wangjiaming0909 dc0224cb2c fix windows compile with void* 2024-07-01 11:08:40 +08:00
54liuyao 55341586b5 drop limit 2024-07-01 11:08:40 +08:00
wangjiaming0909 a25571313f remove test code 2024-07-01 11:08:39 +08:00
54liuyao 02a7d29841 adj log 2024-07-01 11:08:39 +08:00
54liuyao 8fdd64e92e limit the size of query queue 2024-07-01 11:08:39 +08:00
54liuyao 0383257900 limit the size of query queue 2024-07-01 11:08:39 +08:00
54liuyao 03a7b43af6 client use new thread pool 2024-07-01 11:08:39 +08:00
wangjiaming0909 938dc06a09 recycle threads slower 2024-07-01 11:08:39 +08:00
wangjiaming0909 11a98ffab2 QueryAutoQWorker 2024-07-01 11:08:39 +08:00
wangmm0220 304460f452 fix:[TD-30725] fix potential memory leaks 2024-07-01 10:49:24 +08:00
Hongze Cheng ce4ecb0371
Merge pull request #26324 from xinjiempolde/enh/TD-23926-3.0
enh/td-23926-3.0 insert into db.?
2024-07-01 09:29:50 +08:00
Hongze Cheng e4826e63f4
Merge pull request #26328 from taosdata/feat/TS-4917-3.0
fix: parseOneStbRow fill tag name
2024-07-01 09:15:53 +08:00
wangjiaming0909 6df387bb12 fix fill ts test case 2024-07-01 08:59:01 +08:00
Haojun Liao 5c002e4bbe fix(stream):set the srcTaskId for checkpoint-trigger block 2024-07-01 08:55:38 +08:00
Haojun Liao 398a1b08ac fix(stream): set the correct rsp msg start position. 2024-07-01 08:55:04 +08:00
Yihao Deng 6c6bff611a add self check 2024-06-29 12:56:36 +00:00
wangmm0220 69f235d6b5 fix:remove using alarm when sending slow log & use one thread to send all slow log 2024-06-29 16:16:36 +08:00
Yihao Deng 7290920c6f add self check 2024-06-29 04:35:54 +00:00
Yihao Deng f023e7780c add self check 2024-06-29 04:33:14 +00:00
Haojun Liao 79085015d6 fix(stream): set correct msg start position. 2024-06-29 00:49:37 +08:00
Haojun Liao 1f8991ec91 fix(stream): set the correct rsp msg position. 2024-06-29 00:40:57 +08:00
Haojun Liao e74b8473f1 fix(stream): clear the active checkpoint info after report to mnode. 2024-06-28 23:40:05 +08:00
Haojun Liao 5585a141d5 fix(stream): set the failed id before clear the checkpoint info. 2024-06-28 23:16:03 +08:00
wangmm0220 328dfa3146 fix:remove using alarm when sending slow log & use one thread to send all slow log 2024-06-28 20:58:48 +08:00
Ping Xiao 94ca0733d2 docs: release 3.3.2.0 2024-06-28 18:20:01 +08:00
wangjiaming0909 d03a14506e fix fill wrong timestamp value 2024-06-28 17:31:49 +08:00
Haojun Liao 1ffec769b8 fix(stream): clear the msgId if send success, and handle the race condition problem. 2024-06-28 17:03:14 +08:00
Haojun Liao 2345f6cf7f Merge branch '3.0' into fix/check_end_pos 2024-06-28 16:30:36 +08:00
wangjiaming0909 9a82fce65f fix show connection with empty app info 2024-06-28 16:30:14 +08:00
Haojun Liao 707fe02885 fix(stream):set the initial transId 2024-06-28 16:30:12 +08:00
Haojun Liao 79be59d20c fix(stream): reset the status before re-send data. 2024-06-28 16:27:31 +08:00
Haojun Liao 67f483430e fix(stream): reset the status before re-send data. 2024-06-28 16:25:59 +08:00
Yihao Deng bf656ec80f fix merge conflict 2024-06-28 08:23:09 +00:00
Yihao Deng 2e59284388 add self check 2024-06-28 08:14:34 +00:00
Yihao Deng 2ae54486b5 add self check 2024-06-28 07:01:45 +00:00
Haojun Liao f6e32529fc fix(stream): set initial update ep transId. 2024-06-28 14:13:16 +08:00
dapan1121 14cba11478
Merge pull request #26312 from taosdata/fix/3.0/TD-30755
fix:[TD-30755] fix heap-buffer-overflow when no qualified data in pk‘s data block.
2024-06-28 14:07:04 +08:00
Yihao Deng 8fe57c1669 add self check 2024-06-28 03:08:02 +00:00
Yihao Deng 51e4abe256 add self check 2024-06-28 02:58:30 +00:00
Shungang Li fa6e3c9c6f fix: parseOneStbRow fill tag name 2024-06-28 10:50:13 +08:00