Haojun Liao
|
d9cc9f2157
|
fix(stream): remove invalid free.
|
2023-05-30 18:03:21 +08:00 |
Haojun Liao
|
937f67f07b
|
fix(stream): fix invalid free.
|
2023-05-30 18:02:42 +08:00 |
Haojun Liao
|
e96ed81ec0
|
fix(stream): add input queue capacity check.
|
2023-05-30 17:29:01 +08:00 |
Haojun Liao
|
de7231e59e
|
fix(stream): fix memory leak in handling dispatch msg when output buffer is full.
|
2023-05-30 15:35:59 +08:00 |
liuyao
|
7d699ae579
|
fix sliding window issue
|
2023-05-30 15:16:11 +08:00 |
Haojun Liao
|
20a0054c4a
|
Merge pull request #21472 from taosdata/enh/addCompileError
change parameter
|
2023-05-30 09:36:36 +08:00 |
yihaoDeng
|
e00f79367d
|
merge 3.0
|
2023-05-29 18:57:21 +08:00 |
Haojun Liao
|
3628888ecc
|
refactor: do some internal refactor.
|
2023-05-29 18:02:45 +08:00 |
Haojun Liao
|
cd2d225c93
|
refactor: do some internal refactor.
|
2023-05-29 17:50:39 +08:00 |
yihaoDeng
|
1782ecd57e
|
Merge branch 'fix/shared_link_rocksdb' into enh/addCompileError
|
2023-05-29 08:20:11 +00:00 |
Haojun Liao
|
f2887278e2
|
refactor: do some internal refactor.
|
2023-05-29 15:44:45 +08:00 |
yihaoDeng
|
26cbcf996c
|
Merge branch 'enh/3.0' into fix/shared_link_rocksdb
|
2023-05-29 07:31:14 +00:00 |
yihaoDeng
|
342ce14c7d
|
Merge branch 'enh/3.0' into fix/shared_link_rocksdb
|
2023-05-29 02:37:47 +00:00 |
yihaoDeng
|
58cc631c22
|
Merge branch 'enh/3.0' into fix/shared_link_rocksdb
|
2023-05-29 02:29:56 +00:00 |
yihaoDeng
|
0be1858b4b
|
Merge branch 'enh/dev3.0' into enh/addCompileError
|
2023-05-29 01:50:43 +00:00 |
yihaoDeng
|
de739ce086
|
Merge branch 'enh/dev3.0' into enh/addCompileError
|
2023-05-29 01:11:13 +00:00 |
yihaoDeng
|
2f5fe2dec6
|
Merge branch 'enh/dev3.0' into enh/addCompileError
|
2023-05-26 14:01:05 +00:00 |
yihaoDeng
|
4b931d3007
|
Merge branch 'enh/dev3.0' into enh/addCompileError
|
2023-05-26 13:59:16 +00:00 |
yihaoDeng
|
a71bffd719
|
Merge branch 'enh/dev3.0' into enh/addCompileError
|
2023-05-26 13:03:35 +00:00 |
yihaoDeng
|
57a4e56a61
|
change parameter
|
2023-05-26 20:30:03 +08:00 |
yihaoDeng
|
34d21bc03f
|
change parameter
|
2023-05-26 20:11:33 +08:00 |
liuyao
|
5ebe75599e
|
fix pause issue
|
2023-05-26 14:58:39 +08:00 |
Haojun Liao
|
1e845acabe
|
fix(tmq): allow seek before get assignment
|
2023-05-26 11:34:12 +08:00 |
yihaoDeng
|
52c384c7c9
|
change parameter
|
2023-05-26 09:06:19 +08:00 |
Haojun Liao
|
cea8334427
|
Merge pull request #21449 from taosdata/refact/fillhistory
refactor: remove the module dependency. TD-24279
|
2023-05-26 09:01:45 +08:00 |
Haojun Liao
|
30de31e374
|
fix(test): fix unit test link error.
|
2023-05-25 18:17:09 +08:00 |
yihaoDeng
|
cd44bd9f3f
|
change parameter
|
2023-05-25 18:16:33 +08:00 |
yihaoDeng
|
9cb4a114e2
|
change parameter
|
2023-05-25 16:20:00 +08:00 |
yihaoDeng
|
2f90fda13d
|
change parameter
|
2023-05-25 16:15:10 +08:00 |
Haojun Liao
|
0966213847
|
fix(arch): set the correct module api dependency.
|
2023-05-25 14:21:40 +08:00 |
Haojun Liao
|
01f6f74fb9
|
fix: update the cmake file.
|
2023-05-24 22:27:45 +08:00 |
Hongze Cheng
|
4d526ed0cd
|
change more
|
2023-05-24 18:59:09 +08:00 |
Haojun Liao
|
fe09705855
|
fix: set the init function pointer.
|
2023-05-24 17:13:20 +08:00 |
Haojun Liao
|
a566180770
|
fix: fix syntax error.
|
2023-05-24 15:16:50 +08:00 |
Haojun Liao
|
1f7f326bed
|
refactor: do some internal refactor and set the api function ptr.
|
2023-05-24 13:22:05 +08:00 |
Haojun Liao
|
e67b532d8a
|
refactor: refactor the module dependency.
|
2023-05-23 18:29:23 +08:00 |
Haojun Liao
|
f520de0dab
|
refactor: adjust the module dependency.
|
2023-05-22 10:07:01 +08:00 |
Haojun Liao
|
9423001fea
|
Merge pull request #21396 from taosdata/refact/fillhistory
Refact/fillhistory
|
2023-05-21 01:12:00 +08:00 |
Haojun Liao
|
dcb91082f9
|
fix(stream): fix error.
|
2023-05-20 23:37:40 +08:00 |
Haojun Liao
|
cb75e5a863
|
fix(stream): fix memory leak.
|
2023-05-20 22:07:04 +08:00 |
Haojun Liao
|
899e4d3350
|
refactor: do some internal refactor.
|
2023-05-20 18:13:58 +08:00 |
Haojun Liao
|
de44c9160c
|
refactor: do some internal refactor.
|
2023-05-20 18:05:39 +08:00 |
Haojun Liao
|
3cef1e7c42
|
fix(stream): add some logs.
|
2023-05-20 15:45:07 +08:00 |
Haojun Liao
|
aa7ea60bca
|
fix(stream): update the free strategy.
|
2023-05-20 15:43:48 +08:00 |
Haojun Liao
|
84146e6aaa
|
other: merge main.
|
2023-05-20 15:16:51 +08:00 |
Haojun Liao
|
6932c59510
|
other: merge main.
|
2023-05-20 15:09:30 +08:00 |
Haojun Liao
|
10692fde5e
|
other: merge main.
|
2023-05-20 14:53:28 +08:00 |
Haojun Liao
|
afc384bead
|
fix:remove invalid assert.
|
2023-05-20 14:44:34 +08:00 |
Haojun Liao
|
484788a60f
|
fix:add null ptr check.
|
2023-05-20 14:29:51 +08:00 |
Haojun Liao
|
4974ac78f7
|
fix: fix invalid ref.
|
2023-05-20 13:42:09 +08:00 |
Haojun Liao
|
336102b8c5
|
refactor: do some internal refactor.
|
2023-05-20 13:34:49 +08:00 |
Haojun Liao
|
5cbad1da3e
|
refactor: do some internal refactor.
|
2023-05-20 12:20:04 +08:00 |
Haojun Liao
|
6ded3284da
|
refactor: do some internal refactor.
|
2023-05-20 11:37:17 +08:00 |
Haojun Liao
|
8ab065d01e
|
other: update some logs.
|
2023-05-19 23:53:23 +08:00 |
Haojun Liao
|
56e5a483dd
|
other: update log.
|
2023-05-19 20:00:32 +08:00 |
Haojun Liao
|
a9b7b8a5fd
|
other: add some logs.
|
2023-05-19 19:26:15 +08:00 |
Haojun Liao
|
e2ec8d738c
|
other: add some logs.
|
2023-05-19 18:08:01 +08:00 |
Haojun Liao
|
90687bae1c
|
refactor: do some internal refactor.
|
2023-05-19 15:30:50 +08:00 |
liuyao
|
e1291bd8b4
|
opt stream ci test
|
2023-05-19 13:28:58 +08:00 |
Haojun Liao
|
d8525123a2
|
enh(stream): add API to retrieve last ts for multi-tables.
|
2023-05-19 11:03:41 +08:00 |
Haojun Liao
|
c4c5bbb65c
|
other: merge 3.0
|
2023-05-18 17:28:40 +08:00 |
Haojun Liao
|
dbd52ecffa
|
Merge pull request #21364 from taosdata/enh/rocksdbSstate
state merge into 3.0
|
2023-05-18 17:25:44 +08:00 |
Haojun Liao
|
84a81716b3
|
Merge branch '3.0' into feature/3_liaohj
|
2023-05-18 17:00:56 +08:00 |
Haojun Liao
|
8a328b6636
|
fix(stream): fix error in stream read.
|
2023-05-18 16:59:18 +08:00 |
liuyao
|
da3fc5111e
|
fix pause agg task
|
2023-05-18 15:29:41 +08:00 |
yihaoDeng
|
9380b22394
|
merge 3.0
|
2023-05-18 05:46:38 +00:00 |
Haojun Liao
|
48dd3753aa
|
Merge pull request #21353 from taosdata/feature/3_liaohj
merge main, and do some internal refactor.
|
2023-05-17 22:34:34 +08:00 |
Haojun Liao
|
92feb89a09
|
refactor: do some internal refactor.
|
2023-05-17 18:08:04 +08:00 |
Haojun Liao
|
ffee5ebc61
|
Merge branch '3.0' into feature/3_liaohj
|
2023-05-17 17:47:44 +08:00 |
Haojun Liao
|
041ffa91bd
|
other: merge main.
|
2023-05-17 15:42:15 +08:00 |
liuyao
|
695de9d3ac
|
fix stream queue mem leak
|
2023-05-17 15:19:14 +08:00 |
Haojun Liao
|
f3f52c0232
|
fix(stream): add some logs and set the wal offset to be the ended version when finishing the step2 recover stage.
|
2023-05-17 10:43:23 +08:00 |
Haojun Liao
|
e35d145734
|
fix(stream): fix memory leak.
|
2023-05-16 13:59:13 +08:00 |
liuyao
|
3c81137ffe
|
pause source task
|
2023-05-16 13:43:46 +08:00 |
Haojun Liao
|
e1700d00dc
|
fix(stream): avoid memory leak.
|
2023-05-16 09:26:19 +08:00 |
liuyao
|
502efb3d01
|
op stream selectivity buff
|
2023-05-15 16:26:24 +08:00 |
yihaoDeng
|
a001e3c424
|
refactor code
|
2023-05-15 07:22:29 +00:00 |
Haojun Liao
|
4c64260a7a
|
refactor: do internal refactor.
|
2023-05-15 14:15:10 +08:00 |
yihaoDeng
|
4015f544db
|
refactor code
|
2023-05-15 05:45:17 +00:00 |
yihaoDeng
|
42562d388f
|
refactor code
|
2023-05-15 05:29:56 +00:00 |
liuyao
|
a6570a4327
|
Merge branch 'enh/rocksdbSstate' of https://github.com/taosdata/TDengine into enh/rocksdbSstate
|
2023-05-15 11:19:55 +08:00 |
liuyao
|
9258dcd740
|
fix:mem leak
|
2023-05-15 11:19:17 +08:00 |
Haojun Liao
|
3b6e052c6b
|
enh(stream): avoid clone submit block.
|
2023-05-15 10:11:08 +08:00 |
yihaoDeng
|
9c0d2c87c6
|
Merge branch 'enh/3.0' into enh/rocksdbSstateMerge
|
2023-05-15 01:52:42 +00:00 |
Haojun Liao
|
3d00f6ce54
|
refactor: do some internal refactor.
|
2023-05-14 22:08:17 +08:00 |
yihaoDeng
|
41ebd07472
|
factor code
|
2023-05-13 23:59:57 +00:00 |
Haojun Liao
|
8e15c64499
|
refactor: do some internal refactor.
|
2023-05-13 23:22:36 +08:00 |
Haojun Liao
|
236926b9ee
|
other: merge enh/rocksdbstate
|
2023-05-13 19:49:28 +08:00 |
Haojun Liao
|
23f5f7f6da
|
Merge remote-tracking branch 'origin/enh/rocksdbSstate' into enh/rocksdbSstate
|
2023-05-12 19:55:37 +08:00 |
Haojun Liao
|
b78fc86550
|
fix(stream): remove some logs.
|
2023-05-12 19:55:22 +08:00 |
yihaoDeng
|
cfc6bd9f9f
|
factor code
|
2023-05-12 02:10:40 +00:00 |
yihaoDeng
|
eb3ab4fcea
|
factor code
|
2023-05-11 13:34:17 +00:00 |
yihaoDeng
|
6cf1adf1b1
|
factor code
|
2023-05-11 13:01:45 +00:00 |
liuyao
|
8b7b804606
|
opt partition by tbname
|
2023-05-11 18:47:27 +08:00 |
yihaoDeng
|
4e8f5f5d32
|
factor code
|
2023-05-11 09:58:53 +00:00 |
yihaoDeng
|
afaee9c386
|
factor code
|
2023-05-11 09:51:01 +00:00 |
yihaoDeng
|
4715aacd41
|
factor code
|
2023-05-11 09:44:40 +00:00 |
yihaoDeng
|
59ff6bd301
|
factor code
|
2023-05-11 09:32:44 +00:00 |
yihaoDeng
|
04c7c99a67
|
factor code
|
2023-05-11 09:17:05 +00:00 |
yihaoDeng
|
0710fc39af
|
factor code
|
2023-05-11 09:04:14 +00:00 |