Commit graph

246 commits

Author SHA1 Message Date
kailixu
6f377e3234 refact: tsma/rsma data format 2022-12-08 14:39:59 +08:00
kailixu
096e7054f0 refact: tsma/rsma process 2022-12-08 14:16:57 +08:00
Minglei Jin
997ced9c8f fix: use parentheses with assignment & comparison in while 2022-12-07 16:24:42 +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
cf0995f749 feat: async commit for rsma 2022-12-04 20:26:58 +08:00
Hongze Cheng
2a20347210 add more code 2022-12-04 15:14:04 +08:00
kailixu
6dbea9e55d chore: code format 2022-12-03 20:18:10 +08:00
kailixu
e360094f8a chore: code format 2022-12-03 20:15:31 +08:00
kailixu
42b17760a2 refact: tsma result adaption 2022-12-03 20:06:55 +08:00
kailixu
11684ceb82 refact: resource mgmt when build block for rsma 2022-12-03 15:00:40 +08:00
kailixu
e918982a5a refact: rsma adaption for new SSubmitReq 2022-12-03 14:23:58 +08:00
kailixu
d3a88ea517 refactor: row and submit msg of rsma/tsdb 2022-12-03 13:33:30 +08:00
Haojun Liao
6e81e8cc73 refactor: do some internal refactor. 2022-11-28 12:32:40 +08:00
Haojun Liao
203ea1f9c8 fix(query): fix error 2022-11-27 14:57:44 +08:00
Haojun Liao
0948216ca9 fix(query): fix dead lock. 2022-11-26 21:13:34 +08:00
kailixu
993e569403 fix: asan problems for rsma 2022-11-25 16:16:36 +08:00
kailixu
a70583c4af fix: asan problems for rsma 2022-11-25 16:15:15 +08:00
kailixu
d1249017dd fix: init/free SBatchDeleteReq for tsma 2022-11-22 15:35:53 +08:00
kailixu
bcac60ae35 fix: init/free SBatchDeleteReq for tsma 2022-11-22 15:32:51 +08:00
Shengliang Guan
b5f0041af1 refact: adjust error code in vnode 2022-11-02 15:28:32 +08:00
Haojun Liao
f9aa286dc1 fix(query): fix syntax error on aarch64 2022-10-29 10:22:02 +08:00
Haojun Liao
307b7e0ac8 other: merge 3.0 2022-10-28 22:27:57 +08:00
Haojun Liao
029a4a85b3 fix(query): support partition by + limit push down. 2022-10-28 22:21:02 +08:00
Haojun Liao
9b99c69785 fix(query): support partition by + limit push down. 2022-10-28 19:56:32 +08:00
Haojun Liao
6ff3668ecc refactor: update the log. 2022-10-28 19:38:37 +08:00
Haojun Liao
335cb6513e other:merge 3.0 2022-10-28 19:32:57 +08:00
Haojun Liao
9ccf7addb3 other:merge 3.0 2022-10-28 18:46:08 +08:00
Liu Jicong
6cd8361a0a refactor(sma) 2022-10-27 11:06:16 +08:00
Cary Xu
b2b61bab96 fix: commit txn for rsma 2022-10-20 15:53:47 +08:00
Cary Xu
db5f6dd61d Merge branch '3.0' into fix/TD-19254-D 2022-10-20 09:13:53 +08:00
Cary Xu
5abfeb47ca chore: code optimization for rsma 2022-10-19 20:25:42 +08:00
Cary Xu
706aa1da1e chore: code optimization for rsma 2022-10-19 19:59:35 +08:00
Cary Xu
e997780044 chore: code optimization for rsma 2022-10-19 19:52:09 +08:00
Cary Xu
20d812fdaa chore: code optimization for rsma 2022-10-19 19:43:59 +08:00
Cary Xu
c5b5699c88 chore: code optimization for rsma 2022-10-19 19:41:15 +08:00
Cary Xu
78828d4d47 enh: add more check 2022-10-19 17:58:39 +08:00
Cary Xu
8573fb56c8 chore: code optimization for rsma 2022-10-19 17:48:56 +08:00
Cary Xu
54526adcc3 fix: commit txn for rsma 2022-10-19 17:18:41 +08:00
Benguang Zhao
2aa7afe7fa Merge branch '3.0' into FIX/TD-19593-3.0 2022-10-19 16:31:13 +08:00
Hongze Cheng
20b3e2168b Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/commit_txn 2022-10-19 11:56:15 +08:00
Benguang Zhao
f23018e38a fix: get a thread id for printing with taosGetPthreadId 2022-10-19 11:26:37 +08:00
Cary Xu
a6e3da8045 chore: code optimization for sma commit 2022-10-19 09:37:38 +08:00
Benguang Zhao
3b0968d7f9 enh: enable the -Wformat=2 compiler option 2022-10-19 09:24:15 +08:00
Hongze Cheng
74d025c783 Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/commit_txn 2022-10-18 22:47:12 +08:00
Cary Xu
4c6623d3dd chore: remove obsolete file 2022-10-18 15:47:36 +08:00
Cary Xu
0f5f0d7cfb chore: remove codes unused currently for sma 2022-10-18 15:42:28 +08:00
Hongze Cheng
b7342525c7 more code 2022-10-18 13:38:26 +08:00
Liu Jicong
7f8d2ff56d
Merge pull request #17328 from taosdata/feature/stream
refactor(stream): set state buffer size
2022-10-13 14:24:31 +08:00
Hongze Cheng
6ed0634fb7 format more code 2022-10-13 11:56:16 +08:00
Liu Jicong
d507678b35 refactor(stream): set state buffer size 2022-10-13 11:18:02 +08:00