Commit Graph

55392 Commits

Author SHA1 Message Date
Shuduo Sang 29ced3d2b2 test: merge with main 2023-07-31 21:15:48 +08:00
Haojun Liao 8c1c17e31e fix(stream): ignore the sink task transfer state. 2023-07-31 19:23:53 +08:00
slzhou 215e358ce3 fix: restore user privilege processing if the rows generated by the user exceeds max block rows 2023-07-31 19:20:54 +08:00
Haojun Liao d72580dad7 fix(stream): transfer the state for agg tasks. 2023-07-31 19:12:23 +08:00
wangmm0220 68ae64cdb2 fix:add committed & seek process logic 2023-07-31 18:53:25 +08:00
wangmm0220 cddf27e8b4 fix:add committed & seek process logic 2023-07-31 18:48:50 +08:00
wade zhang d0b9c5172c
Merge pull request #22249 from taosdata/feat/3.0/TD-25446
force stt_trigger to be 1
2023-07-31 18:26:18 +08:00
Haojun Liao d45596bb33 fix(stream): kill task when pause the stream execution. 2023-07-31 18:07:37 +08:00
Haojun Liao 0b732e512a
Merge pull request #22251 from taosdata/fix/3_liaohj
fix(stream): set the correct end key of delete block.
2023-07-31 18:06:48 +08:00
wade zhang f66cdee7a5
Merge pull request #22255 from taosdata/ts-3744
Ts 3744
2023-07-31 18:03:48 +08:00
wangmm0220 6179618b17 fix:add committed & seek process logic 2023-07-31 17:56:04 +08:00
wade zhang 9675384b05
Merge pull request #22252 from taosdata/fix/TD-25391
fix(tsdb/read2): reset stt reader when suspended
2023-07-31 17:36:43 +08:00
liuyao 32b59af4b1 check update data 2023-07-31 17:32:24 +08:00
chao.feng 7619bbcf22 Update the doc content of taos-sql/22-meta.md to add ins_user_privilege by charles 2023-07-31 16:58:19 +08:00
wade zhang 64d63b0584
Merge pull request #22212 from taosdata/fix/TD-24809-3.0
fix: taos print version
2023-07-31 16:31:03 +08:00
wangmm0220 8093ef2dc8 Merge branch 'main' of https://github.com/taosdata/TDengine into mark/tmq 2023-07-31 16:14:25 +08:00
wangmm0220 a1203e4013 Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0 2023-07-31 15:40:36 +08:00
Haojun Liao 9981cecbed refactor: do some internal refactor. 2023-07-31 15:24:35 +08:00
Minglei Jin 079d7ff69e fix(tsdb/read2): reset stt reader when suspended 2023-07-31 15:21:47 +08:00
wade zhang 79646fff10
Merge pull request #22246 from taosdata/szhou/fix-ts3744
fix: increase condition size
2023-07-31 14:48:06 +08:00
wade zhang 84438c2ae7
Merge pull request #22231 from taosdata/docs/sangshuduo/fix-official-docs
docs: add unit in wal_retention_period description
2023-07-31 14:29:12 +08:00
Haojun Liao fe21943c9c fix(stream): set the correct end key of delete block. 2023-07-31 14:23:46 +08:00
Haojun Liao f359a0dca3 fix(stream): set the correct end key of delete block. 2023-07-31 14:22:46 +08:00
Shuduo Sang ac2c8bc394 fix: merge with main 2023-07-31 14:06:00 +08:00
wangjiaming0909 196ae283aa force stt_trigger to be 1 2023-07-31 14:03:07 +08:00
slzhou 6151b790d9 fix: increase the condition size of user privileges to 48k 2023-07-31 13:25:56 +08:00
chenhaoran 599981c197 Merge branch 'main' of https://github.com/taosdata/TDengine into main 2023-07-31 11:34:07 +08:00
wade zhang c7fa5ed6ef
Merge pull request #22247 from taosdata/fix/TD-25436
fix(tsdb/cache): check stt data with empty brin index
2023-07-31 11:24:37 +08:00
haoranchen 6bd2a329c6
Update cases.task 2023-07-31 10:19:23 +08:00
Minglei Jin 135beebc0a fix(tsdb/cache): check stt data with empty brin index 2023-07-31 09:15:08 +08:00
wade zhang e5f3835e48
Merge pull request #22229 from taosdata/fix/TS-3724
fix:modify dot to underline in schemaless supertable name
2023-07-31 09:10:34 +08:00
wade zhang bae028d65c
Merge pull request #22230 from taosdata/mark/tmq
fix:semaphore always wait in tmq commit logic
2023-07-31 09:10:13 +08:00
kailixu efa99b8733 Merge branch '3.0' into fix/TD-24872-3.0 2023-07-31 08:42:52 +08:00
kailixu ff39aadb34 fix: mac OS for community 2023-07-31 08:42:17 +08:00
kailixu d691bcfeb6 Merge branch '3.0' into fix/TD-24809-3.0 2023-07-31 08:41:44 +08:00
slzhou 069103be74 fix: increase condition size 2023-07-30 21:17:30 +08:00
Haojun Liao 3c18741469
Merge pull request #22245 from taosdata/fix/TD-25429
fix double free
2023-07-30 19:29:36 +08:00
liuyao 09c806539f fix double free 2023-07-30 17:21:42 +08:00
wade zhang 3a59b95211
Merge pull request #22226 from taosdata/wjm/fix/TD-25374
fix: window fill ts range check with int64 overflow
2023-07-30 14:32:31 +08:00
wade zhang c26165975d
Merge pull request #22227 from taosdata/fix/TS-3728
fix:add macro ASSERT_NOT_CORE to control ASSERT not core in release version
2023-07-30 14:28:56 +08:00
Haojun Liao c3c9e32ddd
Merge pull request #22244 from taosdata/fix/3_liaohj
other: merge 3.0
2023-07-29 22:38:51 +08:00
Haojun Liao 80ad5a0abb
Merge pull request #22243 from taosdata/fix/3_liaohj
fix(stream): initialize the filter window initial range.
2023-07-29 21:10:42 +08:00
Haojun Liao 399088e2bd fix(stream): remove invalid code. 2023-07-29 19:23:35 +08:00
Haojun Liao 94551e6e46 fix(stream): update the load block position. 2023-07-29 18:48:22 +08:00
Haojun Liao e0c310215c
Merge pull request #22237 from taosdata/fix/TD-25420
init scan state
2023-07-29 16:55:43 +08:00
Haojun Liao 71e16d1eeb
Merge pull request #22238 from taosdata/fix/TD-25423
save compact window info
2023-07-29 16:55:27 +08:00
Haojun Liao 0bd2548937 fix(stream): initialize the filter window initial range. 2023-07-29 16:41:01 +08:00
Haojun Liao 6540180c90
Merge pull request #22242 from taosdata/fix/liaohj
other: merge 3.0
2023-07-29 14:54:32 +08:00
kailixu 2deeed87ae fix: community for mac os 2023-07-29 13:18:17 +08:00
Haojun Liao 3d2318317d Merge branch '3.0' into fix/liaohj 2023-07-29 10:29:08 +08:00