Commit Graph

32273 Commits

Author SHA1 Message Date
Hongze Cheng 5c1c65751a
Merge pull request #26083 from taosdata/fix/TD-30200-3.0
fix: last cache rebuild from multi brinBlk
2024-06-11 13:46:55 +08:00
Hongze Cheng 17ced955b7
Merge pull request #26079 from taosdata/fix/TD-30310
fix(last_row): fix empty table condition
2024-06-11 11:21:09 +08:00
Hongze Cheng 9db638b2ba
Merge pull request #26027 from taosdata/fix/fixInvalidRead30
Fix/fixInvalidRead30
2024-06-07 17:37:37 +08:00
kailixu fa8f1d2389 fix: compile problem for community 2024-06-07 17:24:36 +08:00
Shungang Li f9950d5fa3 fix: last cache rebuild from multi brinBlk 2024-06-07 14:47:02 +08:00
Haojun Liao cbd9f86a34
Merge pull request #26065 from taosdata/fix/3_liaohj
fix(stream): always load the data for fill-history scan.
2024-06-07 14:01:50 +08:00
Minglei Jin 01e5e124fb fix(last_row): fix empty table condition 2024-06-07 13:47:04 +08:00
Haojun Liao c4447d6873 fix(stream): flush executor state for those with only one task for a stream. 2024-06-07 12:44:38 +08:00
Haojun Liao 1e47cb7eba other: update the test case. 2024-06-07 11:15:23 +08:00
kailixu 7de2928c86 Merge branch '3.0' into feat/TD-30053-3.0 2024-06-07 10:28:22 +08:00
Haojun Liao 34205ba62c refactor: do some internal refactor. 2024-06-07 10:09:40 +08:00
Haojun Liao 385e1a8b0d refactor: do some internal refactor. 2024-06-06 23:55:54 +08:00
Haojun Liao 88e77d6bc6 fix(stream): remove expired stream in buf. 2024-06-06 23:54:48 +08:00
Haojun Liao 6ef3c02717 fix(tsdb): remove invalid assert. 2024-06-06 19:09:54 +08:00
Haojun Liao 420cbc36e5 other: fix syntax error. 2024-06-06 17:40:17 +08:00
dapan1121 6b1dc7f6cf
Merge pull request #26066 from taosdata/fix/TD-28412
fix:[TD-28412] change offset from earliest/-1 to earliest/0 to avoid …
2024-06-06 17:37:12 +08:00
Haojun Liao 52e090634e fix(stream): transfer state before send checkpoint-trigger msg to downstream tasks. 2024-06-06 17:21:23 +08:00
wangmm0220 0e473952c4 fix:[TD-28412] change offset from earliest/-1 to earliest/0 to avoid tmqParamsTest.py error 2024-06-06 14:18:21 +08:00
Haojun Liao 2da9476e48 fix(stream): always load the data for fill-history scan. 2024-06-06 14:18:04 +08:00
Haojun Liao 0e9f720cc4 fix(stream):add logs. 2024-06-06 11:27:20 +08:00
Hongze Cheng 070ec1412e
Merge pull request #26048 from taosdata/enh/TS-4885
enh/wal_level: new level 0 to disable wal writing
2024-06-06 10:19:50 +08:00
Hongze Cheng 3464347c76
Merge pull request #26051 from taosdata/fix/TD-30443-3.0
fix/TD-30443
2024-06-06 10:01:57 +08:00
kailixu 4beaf871b7 Merge branch '3.0' into feat/TD-30053-3.0 2024-06-06 08:33:48 +08:00
Minglei Jin 11b26d80b7 wal_level 0: update unit & tsim test cases 2024-06-05 18:22:23 +08:00
dapan1121 22de03709a
Merge pull request #26039 from taosdata/doc/TD-30393
docs:[TD-30393]add api document for tmq
2024-06-05 18:06:56 +08:00
dmchen e867e7061c fix/TD-30443 2024-06-05 08:43:53 +00:00
dapan1121 95c4b7748f
Merge pull request #26047 from taosdata/fix/TD-30214
add ts column for last cache
2024-06-05 16:32:12 +08:00
Minglei Jin fdc2de2bd0 fix/wal_level 0: error with wal_level 0 to replica > 1 2024-06-05 15:47:09 +08:00
Minglei Jin d6b2bcba68 enh/wal_level: new level 0 to disable wal writing 2024-06-05 15:19:55 +08:00
Haojun Liao 29d34200b5 other: fix coverity issues. 2024-06-05 13:39:46 +08:00
Haojun Liao c529ecc7d2
Merge pull request #25734 from taosdata/fix/3_liaohj
fix(stream): update the checkpoint info for followers, and some internal refactor.
2024-06-05 13:38:51 +08:00
kailixu ee9ccdea86 Merge branch '3.0' into feat/TD-30053-3.0 2024-06-05 12:38:09 +08:00
Haojun Liao 1e33a1f408 fix(stream): fix memory leak. 2024-06-05 11:43:39 +08:00
54liuyao 545fa5ebcb add ts column for last cache 2024-06-05 11:38:38 +08:00
dapan1121 2b3ed37b47
Merge pull request #26036 from taosdata/fix/TS-4955
fix: insert into select constant issue
2024-06-05 11:04:43 +08:00
Haojun Liao 8f1e999638
Merge pull request #26029 from taosdata/feat/ly_stream
set scan mode for stream
2024-06-05 10:51:38 +08:00
Hongze Cheng 9739c9d7d5
Merge pull request #26032 from taosdata/fix/TD-30422-3.0
TD-30422
2024-06-05 09:14:55 +08:00
Haojun Liao 82293406f1 fix(stream): fix syntax error. 2024-06-05 09:14:33 +08:00
Hongze Cheng 4490cd7db3
Merge pull request #26040 from taosdata/enh/lsg-restore-3.0
enh: add more log for restore
2024-06-05 09:11:42 +08:00
Haojun Liao bf9a5135fb fix(stream): disable timer for checkpoint-ready msg in rsma. 2024-06-05 00:13:57 +08:00
Haojun Liao 29648be30d fix(stream): add the new node info when adding stream tasks. 2024-06-04 23:28:08 +08:00
wangmm0220 61475a0a7b docs:[TD-30393]add api document for tmq 2024-06-04 17:24:10 +08:00
Shungang Li 1f73bb106e enh: add more log for restore 2024-06-04 17:14:59 +08:00
Haojun Liao 3fc20f761f
Merge pull request #26021 from taosdata/fix/TD-30303
coverity scan for stream
2024-06-04 16:55:06 +08:00
dapan1121 6f696a3933 fix: insert into select constant issue 2024-06-04 16:27:51 +08:00
wangmm0220 cebb168133 Merge branch '3.0' of https://github.com/taosdata/TDengine into doc/TD-30393 2024-06-04 14:28:34 +08:00
wangmm0220 61e6b25da6 fix:add api document for tmq 2024-06-04 14:27:46 +08:00
dmchen e1b32e12a1 TD-30422 2024-06-04 05:07:56 +00:00
Haojun Liao 4fc21cc8b0 refactor: do some internal refactor. 2024-06-04 10:08:18 +08:00
54liuyao 5ab81da4a0 set scan mode for stream 2024-06-04 09:50:26 +08:00