Haojun Liao
|
3c61932ecc
|
refactor: do some internal refactor.
|
2023-05-01 19:28:54 +08:00 |
Haojun Liao
|
6c641cff39
|
fix(stream): fix error in start stream tasks.
|
2023-04-21 09:37:16 +08:00 |
Haojun Liao
|
5e6c06e253
|
fix(stream): fix the race condition during create new stream tasks.
|
2023-04-20 23:21:18 +08:00 |
Haojun Liao
|
b60b1796f7
|
fix(stream): add lock during check wal to create new stream task.
|
2023-04-20 15:53:41 +08:00 |
Haojun Liao
|
76becf59b7
|
Merge pull request #20947 from taosdata/feature/3_liaohj
fix(stream): set the correct initial checkpoint versions.
|
2023-04-18 11:26:48 +08:00 |
Haojun Liao
|
930b267a75
|
fix(stream): set the correct start offset for stream task.
|
2023-04-17 22:59:00 +08:00 |
liuyao
|
27d14f742d
|
fix:stream memory leak
|
2023-04-17 17:27:02 +08:00 |
Haojun Liao
|
a3b02a80c0
|
fix(stream): update the version when open stream tasks.
|
2023-04-15 00:10:08 +08:00 |
Haojun Liao
|
e05d61456a
|
fix(stream): disable the status check.
|
2023-04-14 22:45:22 +08:00 |
Haojun Liao
|
e0cb8aa534
|
fix(stream): don't the initial task status and do some internal refactor.
|
2023-04-14 17:43:37 +08:00 |
Haojun Liao
|
eb0e1f848a
|
fix(stream): remove unused tqreader, do some internal refactor, set the meta value for streamtask.
|
2023-04-14 12:00:09 +08:00 |
Haojun Liao
|
f8b672f09f
|
other: merge main.
|
2023-04-14 09:07:18 +08:00 |
Haojun Liao
|
70b45a4cf0
|
fix(stream): all data should be extracted from wal.
|
2023-04-13 23:22:09 +08:00 |
Haojun Liao
|
5ab54481f0
|
refactor: do some internal refactor.
|
2023-04-11 19:24:34 +08:00 |
Haojun Liao
|
18479d8115
|
refactor: do some internall refactor.
|
2023-04-11 15:42:24 +08:00 |
Haojun Liao
|
a4ba5401f9
|
enh(stream): set the start version of all operators.
|
2023-04-11 10:01:36 +08:00 |
Haojun Liao
|
7419c0bfe9
|
enh(stream): the stream will start after vnode restore being completed.
|
2023-04-10 16:56:14 +08:00 |
Haojun Liao
|
f5b52749c2
|
refactor: do some internal refactor.
|
2023-04-09 01:39:09 +08:00 |
yihaoDeng
|
e2646734ad
|
enh: add queue limit
|
2023-03-15 12:01:16 +00:00 |
yihaoDeng
|
ef092c1cce
|
enh: add queue limit
|
2023-03-15 11:54:36 +00:00 |
Haojun Liao
|
22aa03307c
|
fix(query): fix syntax errors on centos.
|
2023-02-24 11:38:54 +08:00 |
54liuyao
|
1d58f85a54
|
feat:coverity scan
|
2023-02-22 10:10:04 +08:00 |
Liu Jicong
|
2a4708d82a
|
fix: save fill history state
|
2023-02-16 17:01:09 +08:00 |
Liu Jicong
|
0cd6bd3d86
|
Merge branch 'main' into enh/stream_buffer_param
|
2023-02-13 09:48:02 +08:00 |
Liu Jicong
|
c8acfc4d54
|
fix: stream meta
|
2023-02-10 10:48:26 +08:00 |
Liu Jicong
|
98906bb272
|
remove assert
|
2023-01-29 15:24:31 +08:00 |
Liu Jicong
|
0c6f6d3a42
|
fix: task db
|
2023-01-28 10:59:09 +08:00 |
Benguang Zhao
|
4031dc1af4
|
Merge branch main into FIX/TD-21043-main
|
2023-01-02 16:41:46 +08:00 |
Benguang Zhao
|
3edde0eadf
|
fix: tdbAbort on metaClose or streamMetaClose instead of tdbTxnClose
|
2023-01-01 21:07:32 +08:00 |
Liu Jicong
|
4601e67e67
|
fix: reset stream status when load from disk
|
2022-12-30 16:59:48 +08:00 |
Benguang Zhao
|
6fc47beb71
|
enh: streamMetaCommit in sync with vnodeCommit
|
2022-12-28 14:34:23 +08:00 |
Minglei Jin
|
6cb65f336d
|
Merge branch 'v3.0' into feat/async_commit
|
2022-12-02 14:49:58 +08:00 |
Liu Jicong
|
3424b184d3
|
refactor(stream): distributed checkpoint
|
2022-12-02 03:48:45 +08:00 |
Minglei Jin
|
78335f83d2
|
tdb/api: migrate txn related api changes of meta, sma, tq, and stream meta/state
|
2022-11-17 20:02:13 +08:00 |
Liu Jicong
|
015c00aaca
|
fix(stream): timer refer stream task
|
2022-11-16 11:16:32 +08:00 |
Liu Jicong
|
a9bf05bc01
|
refactor: stream meta ref count
|
2022-11-15 19:11:42 +08:00 |
Liu Jicong
|
64f22d560c
|
refactor(stream): drop stream task
|
2022-11-10 16:36:49 +08:00 |
Minglei Jin
|
1a4cf6964b
|
fix: add post commit to tq & stream
|
2022-11-07 20:34:23 +08:00 |
Liu Jicong
|
8d8fd2b2bc
|
refactor(stream): recover and fill history
|
2022-10-26 10:20:33 +08:00 |
Liu Jicong
|
52b4b510a8
|
merge 3.0
|
2022-10-26 09:18:29 +08:00 |
Liu Jicong
|
75e5e490fd
|
refactor(stream): recover and fill history
|
2022-10-26 00:31:00 +08:00 |
Liu Jicong
|
5571ebee0f
|
Merge pull request #17542 from taosdata/feature/stream
enh(stream): internal optimize
|
2022-10-21 14:31:42 +08:00 |
Liu Jicong
|
26d4af6968
|
fix: memory leak
|
2022-10-21 11:42:30 +08:00 |
Liu Jicong
|
e0b5b9263e
|
refactor: remove unused code
|
2022-10-21 10:42:24 +08:00 |
Liu Jicong
|
035e6b13c8
|
enh(stream): internal optimize
|
2022-10-21 10:29:05 +08:00 |
54liuyao
|
86a858e04d
|
fix(stream): coverity scan
|
2022-10-20 11:41:20 +08:00 |
Hongze Cheng
|
eb7de2e571
|
Merge pull request #17443 from taosdata/fix/commit_txn
fix: commit txn
|
2022-10-19 13:15:15 +08:00 |
54liuyao
|
7f16081e29
|
feat(stream): stream task and meta
|
2022-10-19 10:49:42 +08:00 |
Minglei Jin
|
82132cdfdd
|
meta: new metaFinishCommit api & rollback parameter with metaOpen
|
2022-10-18 18:34:39 +08:00 |
Liu Jicong
|
a57a305035
|
fix(stream): memory leak
|
2022-10-14 14:43:22 +08:00 |