Hongze Cheng
|
5e579398e8
|
more code
|
2023-01-03 18:16:52 +08:00 |
|
Hongze Cheng
|
4936eb5b2c
|
more code
|
2022-12-30 16:55:49 +08:00 |
|
Hongze Cheng
|
47d493e851
|
more code
|
2022-12-30 14:49:55 +08:00 |
|
Hongze Cheng
|
6f30871fd6
|
more code
|
2022-12-29 09:10:57 +08:00 |
|
Hongze Cheng
|
a0fa31954c
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/vnode_compact
|
2022-12-28 13:53:59 +08:00 |
|
Haojun Liao
|
723efba79b
|
Merge branch '3.0' into refact/submit_req
|
2022-12-26 13:25:25 +08:00 |
|
Hongze Cheng
|
b000fb09ba
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/vnode_compact
|
2022-12-26 13:17:30 +08:00 |
|
Haojun Liao
|
fbc9e77004
|
Merge branch '3.0' into refact/submit_req
|
2022-12-26 10:26:17 +08:00 |
|
Hongze Cheng
|
8135efb541
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/vnode_compact
|
2022-12-26 09:28:00 +08:00 |
|
Shengliang Guan
|
664dcb6b4e
|
Merge branch 'main' into merge/mainto3.0_1226
|
2022-12-26 09:26:54 +08:00 |
|
Shengliang Guan
|
028cc52846
|
Merge pull request #19116 from taosdata/feature/3_liaohj
refactor: do some internal refactor.
|
2022-12-26 09:12:35 +08:00 |
|
kailixu
|
73710da55f
|
chore: rsma sync and assert
|
2022-12-25 21:54:09 +08:00 |
|
kailixu
|
6d01e18f31
|
chore: rsma fs and vnode commit optimization
|
2022-12-24 23:37:58 +08:00 |
|
kailixu
|
4f25c0f7d3
|
Merge branch '3.0' into feature/TD-19148-D
|
2022-12-24 00:59:35 +08:00 |
|
Liu Jicong
|
0d56da7508
|
fix: skip msg
|
2022-12-23 19:04:39 +08:00 |
|
Haojun Liao
|
224f5a72c2
|
refactor: do some internal refactor.
|
2022-12-23 17:45:12 +08:00 |
|
Minglei Jin
|
e302cb320f
|
fix(meta/malloc): use new aligned buffer pool malloc
|
2022-12-22 17:29:29 +08:00 |
|
Hongze Cheng
|
3278c11491
|
more code
|
2022-12-22 15:02:39 +08:00 |
|
Hongze Cheng
|
a8eb32da9f
|
more code
|
2022-12-21 14:36:12 +08:00 |
|
Hongze Cheng
|
1edb6d5b4d
|
more code
|
2022-12-19 15:23:12 +08:00 |
|
Haojun Liao
|
fdade6d6a3
|
Merge branch '3.0' into refact/submit_req
|
2022-12-19 11:24:00 +08:00 |
|
Shengliang Guan
|
cb8cd5f733
|
Merge branch 'main' into fix/td-21029
|
2022-12-15 19:24:16 +08:00 |
|
Shengliang Guan
|
4db6b043c6
|
fix: reduce the frequency of retry in sync not ready case while alter db
|
2022-12-14 19:01:31 +08:00 |
|
Shengliang Guan
|
60bab9ae55
|
refact: post sem in vnode while sync timeout
|
2022-12-14 16:09:28 +08:00 |
|
Shengliang Guan
|
2b256542a5
|
refact: add vnode timer
|
2022-12-14 09:14:40 +08:00 |
|
Minglei Jin
|
5f2b393c0c
|
meta/snapshot: use nil heap and abort tdb when rollback
|
2022-12-09 16:23:43 +08:00 |
|
Hongze Cheng
|
7b20c09f34
|
more code
|
2022-12-09 16:19:49 +08:00 |
|
Hongze Cheng
|
63cc4e27b1
|
more code
|
2022-12-09 15:50:22 +08:00 |
|
kailixu
|
12eed5d0eb
|
chore: more code
|
2022-12-08 20:00:43 +08:00 |
|
kailixu
|
6f377e3234
|
refact: tsma/rsma data format
|
2022-12-08 14:39:59 +08:00 |
|
Liu Jicong
|
74a253eac4
|
refactor
|
2022-12-08 13:34:42 +08:00 |
|
kailixu
|
f9bd3580d4
|
chore: rsma refact
|
2022-12-08 00:49:23 +08:00 |
|
Liu Jicong
|
b133a56219
|
refactor: support submitreq2
|
2022-12-07 15:19:34 +08:00 |
|
Hongze Cheng
|
f4f08b24d2
|
fix: wrong row sversion
|
2022-12-06 19:56:43 +08:00 |
|
Hongze Cheng
|
899d7b0bcc
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into refact/submit_req
|
2022-12-06 14:37:22 +08:00 |
|
kailixu
|
cb9aa7dcef
|
chore: rsmaFS process
|
2022-12-06 01:59:24 +00:00 |
|
Liu Jicong
|
619bbdfd82
|
refactor: support submitreq2
|
2022-12-06 05:58:28 +08:00 |
|
kailixu
|
cf4ef434ee
|
Merge branch '3.0' into feature/TD-19148-D
|
2022-12-05 06:56:27 +08:00 |
|
kailixu
|
cf0995f749
|
feat: async commit for rsma
|
2022-12-04 20:26:58 +08:00 |
|
Minglei Jin
|
a4adcbbe0d
|
vnode/async-commit: adapter vnode-commit to use txn commit
|
2022-12-04 18:13:51 +08:00 |
|
kailixu
|
8bc95dcb10
|
Merge branch '3.0' into feature/TD-19148-D
|
2022-12-04 17:54:17 +08:00 |
|
Hongze Cheng
|
2a20347210
|
add more code
|
2022-12-04 15:14:04 +08:00 |
|
Hongze Cheng
|
d977929c99
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/async_commit
|
2022-12-04 09:37:29 +08:00 |
|
kailixu
|
3a59c5381c
|
refact: tsma code optimization
|
2022-12-03 22:34:29 +08:00 |
|
kailixu
|
42b17760a2
|
refact: tsma result adaption
|
2022-12-03 20:06:55 +08:00 |
|
kailixu
|
e918982a5a
|
refact: rsma adaption for new SSubmitReq
|
2022-12-03 14:23:58 +08:00 |
|
kailixu
|
184f0cf0f2
|
Merge branch 'refact/submit_req' into refact/TD-20895-3.0
|
2022-12-03 13:41:36 +08:00 |
|
kailixu
|
d3a88ea517
|
refactor: row and submit msg of rsma/tsdb
|
2022-12-03 13:33:30 +08:00 |
|
Shengliang Guan
|
f3e980de14
|
enh: remove TSDB_CODE_RPC_REDIRECT
|
2022-12-02 22:45:11 +08:00 |
|
Hongze Cheng
|
e9356fa59d
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/async_commit
|
2022-12-02 16:28:53 +08:00 |
|