Haojun Liao
|
a89ce1a20b
|
fix(stream): transfer state by using data block.
|
2023-08-12 01:24:07 +08:00 |
Haojun Liao
|
8890fa5781
|
fix(stream): execute the stream task directly, instead of executing it in a asynchronized way.
|
2023-08-10 15:13:49 +08:00 |
Haojun Liao
|
4393375e47
|
fix(stream): set correct task id.
|
2023-08-10 02:16:04 +08:00 |
Haojun Liao
|
0757e88ced
|
fix(stream): set the correct hash keys.
|
2023-08-09 23:52:14 +08:00 |
Haojun Liao
|
0cf8144952
|
fix(stream): fix the invalid key used by remove data in stream meta hash table.
|
2023-08-09 22:28:23 +08:00 |
Haojun Liao
|
7e3f1d92fc
|
Merge branch 'main' into fix/liaohj
|
2023-08-09 19:43:24 +08:00 |
Haojun Liao
|
1e8579e8c5
|
fix(stream): fix other cases.
|
2023-08-09 16:04:48 +08:00 |
Haojun Liao
|
4c92997328
|
fix(stream): use streamId&taskId to identify the stream task in the stream meta.
|
2023-08-09 15:52:23 +08:00 |
Haojun Liao
|
1d649bccb6
|
Merge pull request #22372 from taosdata/fix/TD-25626
fix taosd cannot quit
|
2023-08-09 15:46:14 +08:00 |
Hui Li
|
584427dd44
|
Merge pull request #22374 from taosdata/szhou/restore-minglei-main
fix: restore stt/block merge back
|
2023-08-09 14:40:03 +08:00 |
Haojun Liao
|
3cdb16352c
|
fix(stream): avoid launching check downstream when failed to add stream task into stream meta.
|
2023-08-09 12:03:14 +08:00 |
shenglian zhou
|
e9e06d1eae
|
fix: restore stt block/data block merge back
|
2023-08-09 10:36:54 +08:00 |
shenglian zhou
|
2b1478f46e
|
Revert "fix(tsdb/read2): reset stt reader when suspended"
This reverts commit 079d7ff69e .
|
2023-08-09 10:36:26 +08:00 |
yihaoDeng
|
50bf8c948a
|
change default session val
|
2023-08-09 02:11:27 +00:00 |
Haojun Liao
|
bb39d94f9c
|
Merge pull request #22357 from taosdata/fix/liaohj
other: merge fix from 3.0 to main.
|
2023-08-09 09:05:54 +08:00 |
dapan1121
|
5c918006b3
|
Merge pull request #22362 from taosdata/szhou/fix-ts3795
fix: reset rowsize since it is set during blockDataAppendColInfo
|
2023-08-09 08:46:34 +08:00 |
yihaoDeng
|
cfb5247e30
|
change var name
|
2023-08-09 00:46:18 +00:00 |
yihaoDeng
|
bcc7df2dda
|
fix taosd cannot quit
|
2023-08-08 10:04:41 +00:00 |
Haojun Liao
|
db92546cf7
|
fix(stream): remove invalid filter.
|
2023-08-08 16:09:33 +08:00 |
Haojun Liao
|
17c6143471
|
fix(stream): check more status when handling the state transfer.
|
2023-08-08 15:08:11 +08:00 |
Hongze Cheng
|
c8f106106a
|
fix: update assert issue
|
2023-08-08 14:49:05 +08:00 |
slzhou
|
ff36f5f6ca
|
fix: reset rowsize since it is set during blockDataAppendColInfo
|
2023-08-08 13:23:35 +08:00 |
Hui Li
|
4f03ae2c65
|
Merge pull request #22335 from taosdata/temp/open_case
open split vgroup case
|
2023-08-08 11:49:28 +08:00 |
Haojun Liao
|
db8ce3de3b
|
other: merge main.
|
2023-08-08 10:17:51 +08:00 |
Haojun Liao
|
327e13c3f7
|
fix(stream): fix the syntax error.
|
2023-08-08 10:07:28 +08:00 |
Haojun Liao
|
d6d63ec54c
|
fix(stream): add more check.
|
2023-08-08 09:54:49 +08:00 |
Haojun Liao
|
e89d3c18d6
|
fix(stream): remove invalid check.
|
2023-08-08 09:54:46 +08:00 |
Haojun Liao
|
ac00e1d520
|
fix(stream): fetch all data before paused and dump to sink node.
|
2023-08-08 09:54:43 +08:00 |
Haojun Liao
|
0e3fd5277d
|
fix(stream): dump results to sink node before paused.
|
2023-08-08 09:54:39 +08:00 |
Haojun Liao
|
1e680d4df1
|
fix(stream): ignore the sink task transfer state.
|
2023-08-08 09:52:19 +08:00 |
Haojun Liao
|
3bcc7ed83e
|
fix(stream): transfer the state for agg tasks.
|
2023-08-08 09:52:04 +08:00 |
Haojun Liao
|
d43cb3fcdf
|
fix(stream): kill task when pause the stream execution.
|
2023-08-08 09:51:21 +08:00 |
Haojun Liao
|
ca2183acfd
|
refactor: do some internal refactor.
|
2023-08-08 09:50:40 +08:00 |
Haojun Liao
|
143f39b6f7
|
fix(stream): set the correct end key of delete block.
|
2023-08-08 09:49:43 +08:00 |
Haojun Liao
|
82ab81810b
|
refactor: do some internal refactor.
|
2023-08-08 09:40:21 +08:00 |
Haojun Liao
|
51e0b903b0
|
refactor: do some internal refactor.
|
2023-08-08 09:36:42 +08:00 |
Hui Li
|
05e356cd81
|
Merge pull request #22346 from taosdata/fix/TD-25612
fix: snapshot invalid read
|
2023-08-08 09:19:55 +08:00 |
Haojun Liao
|
85756e4404
|
Merge pull request #22353 from taosdata/fix/liaohj
fix(stream): commit the update to make sure the new state of tasks will be persistent to disk.
|
2023-08-07 22:57:08 +08:00 |
Haojun Liao
|
fb1e017363
|
Merge remote-tracking branch 'origin/fix/liaohj' into fix/liaohj
|
2023-08-07 19:30:37 +08:00 |
Haojun Liao
|
2da67392c6
|
fix(stream): commit the update to make sure the new state of tasks will be persistent to disk.
|
2023-08-07 19:30:23 +08:00 |
dapan1121
|
11f6f203ed
|
Merge pull request #22331 from taosdata/fix/TD-25515
fix: ins_indexes vgroup_id using null value instead of -1 for invalid
|
2023-08-07 19:03:01 +08:00 |
dapan1121
|
443c6ef318
|
Merge pull request #22333 from taosdata/fix/TD-25546
fix: fix tsort crash caused by not enough disk space
|
2023-08-07 19:02:11 +08:00 |
Hongze Cheng
|
a545d45b5e
|
fix: snapshot invalid read
|
2023-08-07 16:12:03 +08:00 |
Hongze Cheng
|
661f2aca98
|
fix: memory leak
|
2023-08-07 14:13:44 +08:00 |
Benguang Zhao
|
0e4f1942f1
|
fix: resolve Vgroup refcount leak in drop topic
|
2023-08-07 11:13:52 +08:00 |
Haojun Liao
|
76288f311f
|
Merge pull request #22311 from taosdata/fix/TD-25543
delete atomic_exchange_64
|
2023-08-07 10:34:50 +08:00 |
Hui Li
|
f19826fa9d
|
Merge pull request #22313 from taosdata/fix/addStreamVer
add stream verion
|
2023-08-04 17:36:21 +08:00 |
liuyao
|
944c1f68d2
|
delete atomic_exchange_64
|
2023-08-04 16:49:02 +08:00 |
wade zhang
|
40b87a2d55
|
Merge pull request #22320 from taosdata/fix/TS-3311
fix: fix _wstart,_wennd not matching with interval for ns/us databases
|
2023-08-04 16:34:07 +08:00 |
Ganlin Zhao
|
9f3af66ae0
|
fix: fix tsort crash caused by not enough disk space
|
2023-08-04 16:03:06 +08:00 |