Commit Graph

61278 Commits

Author SHA1 Message Date
Haojun Liao 273e47a1fb
Merge pull request #24405 from taosdata/fix/optMsgOnMnd
opt msg on mnode
2024-01-10 09:43:48 +08:00
Haojun Liao 2b3ad002f5
Merge pull request #24401 from taosdata/fix/TD-28142-3.0
opti:[TD-28142]memory size if block num is too large
2024-01-10 09:40:07 +08:00
menshibin a4bb1adba8 modify param 2024-01-10 09:23:24 +08:00
factosea d243308541 fix: colref 2024-01-10 09:04:40 +08:00
Haojun Liao dc0c5539a0 fix(stream): remove invalid timer controllers. 2024-01-10 08:48:49 +08:00
Haojun Liao 3508c9b2f4
Merge pull request #24379 from taosdata/fix/addTestCaseToStreamBackend
Fix/add test case to stream backend
2024-01-09 21:23:51 +08:00
dapan1121 9b49bdeba8
Merge pull request #24399 from taosdata/fix/TS-4422-3.0
fix: get expired user for each cluster
2024-01-09 19:35:36 +08:00
Yihao Deng 220cef4a61 opt msg on mnode 2024-01-09 11:02:10 +00:00
Benguang Zhao 7979d4532b enh: let max num of concurrent msgs of snap replication be configurable 2024-01-09 16:49:27 +08:00
Hongze Cheng 7fa06df958
Merge pull request #24395 from taosdata/fix/TD-28208
fix(tsdb/cache): destory brin block with fs loading
2024-01-09 16:31:41 +08:00
wangmm0220 6444af84e4 opti:[TD-28142]memory size if block num is too large 2024-01-09 16:28:58 +08:00
kailixu 404e17e677 fix: get expired user for each cluster 2024-01-09 16:18:55 +08:00
Alex Duan 51a472f281
Merge pull request #24381 from taosdata/TEST/3.0/TD-28164
add test cases for TD-28164
2024-01-09 15:57:26 +08:00
Minglei Jin d93b4f88b3 fix(tsdb/cache): destory brin block with fs loading 2024-01-09 15:23:15 +08:00
menshibin 2d3fdf500e use checkDataMem 2024-01-09 14:42:25 +08:00
menshibin 526d51d27f use checkDataMem 2024-01-09 10:11:19 +08:00
Hongze Cheng a518cba133
Merge pull request #24380 from taosdata/fix/TD-28134-3.0
fix: possible race condition
2024-01-09 09:47:01 +08:00
Alex Duan 70db802e57
Merge pull request #24351 from taosdata/test/3.0/TD-28171
test: save case.sql when case is failed and set default saved sqlfile True
2024-01-09 09:21:23 +08:00
Haojun Liao f9d5c0d403 fix(stream): fix error in tq timer. 2024-01-09 09:13:53 +08:00
dapan1121 ad83e6439f
Merge pull request #24336 from taosdata/FIX/TD-28125
Fix: not use last row scan when select tbname and last
2024-01-09 08:40:15 +08:00
fullhonest 5bd29a413b Fix: not use last row scan when select tbname and last 2024-01-08 19:49:15 +08:00
Haojun Liao bbaaad6f1f fix(stream): add null ptr check. 2024-01-08 18:45:36 +08:00
Haojun Liao af9dc441b2 fix(stream): reset the saved value for fill-history task. 2024-01-08 18:40:06 +08:00
Haojun Liao 70c1e66959 fix(stream): release task after launch stream tasks. 2024-01-08 18:19:31 +08:00
zk66214 75c25a194f add test cases for TD-28164 2024-01-08 17:19:48 +08:00
chenhaoran 767feba65a test: revert failed case 2024-01-08 16:49:02 +08:00
Hongze Cheng 5e45ecd3fd fix: possible race condition 2024-01-08 16:46:07 +08:00
factosea 45ec9fcbc8 fix: create param node from function node 2024-01-08 16:43:57 +08:00
Haojun Liao 6d5348f891
Merge pull request #24378 from taosdata/fix/fixCrashFoundOn31
fix crash found on 3.1
2024-01-08 16:42:28 +08:00
Yihao Deng 4c5441da7e refactor stream code 2024-01-08 08:38:16 +00:00
Yihao Deng 1c28f53525 refactor stream code 2024-01-08 08:28:00 +00:00
Yihao Deng 1eee7b44e0 fix crash found on 3.1 2024-01-08 07:31:35 +00:00
chenhaoran 031bcaec8f test: test failed case 2024-01-08 14:47:25 +08:00
chenhaoran 826c098aee test: test 2024-01-08 14:46:04 +08:00
dapan1121 003e4a886d
Merge pull request #24360 from taosdata/szhou/fix/TD-28169
fix: sort error processing of out of space
2024-01-08 14:35:52 +08:00
dapan1121 6d8637fcf3
Merge pull request #24364 from taosdata/fix/xsren/TD-28165/wildcard2
fix: wildcard character in both target and pattern
2024-01-08 14:34:13 +08:00
Haojun Liao 3bcd038b7d refactor: not reload info from disk when trying to restart stream tasks. 2024-01-08 14:04:36 +08:00
Alex Duan 2f709fa8f4
Merge pull request #24372 from taosdata/feat/TD-28140-3.0
feat: websocket support bi with appending &conn_mode=1 string to dsn
2024-01-08 12:40:09 +08:00
Alex Duan 95e488c7ce
Merge pull request #24374 from taosdata/case/TD-28123-3.0
case: s3_basic.py except arm64
2024-01-08 12:39:46 +08:00
chenhaoran 8cdd28131f test: save case.sql when case is failed and set default saved sqlfile True 2024-01-08 12:29:09 +08:00
factosea 8c3fe7cc70 fix: SColumnRefNode transfer to SelectFunction's param 2024-01-08 11:41:58 +08:00
Haojun Liao f7ab55fb71
Merge pull request #24342 from taosdata/fix/TD-28155
fix:[TD-28155] set consumer lost if all current topic is 0
2024-01-08 11:39:16 +08:00
Haojun Liao 275e2d6f94 refactor: do some internal refactor. 2024-01-08 11:34:47 +08:00
Haojun Liao bb9edde79e fix(stream): add some logs. 2024-01-08 11:33:54 +08:00
Alex Duan b4f869d051 case: s3_basic.py except arm64 2024-01-08 11:19:54 +08:00
Alex Duan 6b38e5b8fb feat: websocket support bi with appending &conn_mode=1 string to dsn 2024-01-08 10:44:19 +08:00
wade zhang 399587511a
Merge pull request #24348 from taosdata/fix/TD-28073-3.0
fix/TD-28073
2024-01-08 09:59:35 +08:00
Alex Duan 8be7fee439
Merge pull request #24347 from taosdata/TEST/3.0/TS-4348-TD-27939
updated cases.task
2024-01-08 09:29:38 +08:00
Alex Duan 3a2af1084b
Merge pull request #24307 from taosdata/test/3.0/TD-28120
test: add script  loop.bat
2024-01-08 09:27:31 +08:00
Alex Duan f7716dd750
Merge pull request #24316 from taosdata/test/3.0/TD-28106
test: add testcase that merge same ver stt file after split db
2024-01-08 09:27:05 +08:00