Commit graph

671 commits

Author SHA1 Message Date
kailixu
0c3dc0867f chore: sync fix from main 2023-05-05 20:33:41 +08:00
Minglei Jin
a07366ed02 fix(tdb/pager): destroy txn id list 2023-03-23 18:23:14 +08:00
Minglei Jin
5d641a8934 fix(tdb/restore): restore tdb journal backward 2023-03-23 17:55:53 +08:00
Xiaoyu Wang
d6dd087f84 merge main 2023-02-25 10:29:20 +08:00
Minglei Jin
0833592f83 fix(tdb): free realloced coder's pKey 2023-02-23 19:42:03 +08:00
Minglei Jin
797722a6ae fix(tdb/coder): free key memory of stack btc's coder 2023-02-23 15:43:34 +08:00
Xiaoyu Wang
1ab144609e merge main 2023-02-23 14:58:22 +08:00
dapan1121
4e0d69c6b0 fix: memory leak in tdb 2023-02-21 16:11:14 +08:00
Xiaoyu Wang
3382a24a69 merge main 2023-02-10 18:03:11 +08:00
Minglei Jin
dbdf26538c fix(tdb/page): remove n^2 implementation of page defragment 2023-02-08 09:56:18 +08:00
Hongze Cheng
a086f83c27 fix: slow TDB page defragment 2023-02-08 09:46:48 +08:00
Minglei Jin
e3ba07e054 test(tdb/defragment): unit test case for page defragment 2023-02-07 18:25:22 +08:00
Minglei Jin
6cdfa6d60f fix(tdb): return success if txn is commited 2023-02-02 17:51:04 +08:00
Shengliang Guan
f6248d21df fix: coredump if no data while vnode commit 2023-01-31 13:32:08 +08:00
Xiaoyu Wang
9a0c2805f4 merge main 2023-01-13 13:54:04 +08:00
Minglei Jin
7b331135cf fix(tdb/ofp): upgrade ofp cell with large key 2023-01-11 16:16:05 +08:00
Minglei Jin
1872627343 fix(tdb/ofp): upgrade large key ofp case 2023-01-11 14:53:13 +08:00
Shengliang Guan
398161eb5f Merge branch 'main' into merge/mainto3.0_0108 2023-01-09 10:00:53 +08:00
Minglei Jin
4e1f5b2979 fix(meta): cleanup coverity scan issues 2023-01-05 14:04:21 +08:00
Xiaoyu Wang
fdde287ca9 merge main 2023-01-04 11:43:20 +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
Minglei Jin
f12df819ae fix(tdb): free stack celldecoder's pVal 2022-12-29 14:23:21 +08:00
Minglei Jin
a20640f016 Merge branch 'fix/TD-21210' of https://github.com/taosdata/TDengine into fix/TD-21210 2022-12-29 10:00:17 +08:00
Minglei Jin
1269d20cd9 Merge branch '3.0' into fix/TD-21210 2022-12-29 09:27:35 +08:00
Minglei Jin
858e5321c8
Merge branch '3.0' into fix/TD-21210 2022-12-28 18:40:46 +08:00
Minglei Jin
0facc8e088 fix(tdb/assert/cleanup): remove asserts 2022-12-28 18:38:15 +08:00
Benguang Zhao
fda2f55fe5 Merge branch main to FIX/TD-21043-main 2022-12-26 14:26:25 +08:00
Minglei Jin
c4f40874c1 tdb/pager: debug logs for pager restore 2022-12-26 09:28:00 +08:00
Benguang Zhao
5159d60f56 enh: vnodeCommit on consensus only 2022-12-23 20:16:32 +08:00
Minglei Jin
336ee146e6 fix(tdb/restore): seek jfd to begin 2022-12-22 17:56:56 +08:00
Minglei Jin
25e3f653ee fix(tdb/abort): invalidate flushed pages in cache not on dirty tree 2022-12-22 10:50:16 +08:00
Minglei Jin
b6caecea28 tdb/pager: seek jfd to file begin when abort 2022-12-19 17:11:08 +08:00
Minglei Jin
1eea4101f1 tdb/pager: new trace log for abort operation 2022-12-19 16:40:08 +08:00
Minglei Jin
8369fef53c fix(tdb): zero page if ncells is zero when init page 2022-12-19 15:34:03 +08:00
Minglei Jin
30db4f9582 fix(tdb): rollback befor commit btree root page 2022-12-19 14:45:22 +08:00
Minglei Jin
4e4b3661ea fix(tdb): rollback in-memory pages 2022-12-19 11:39:41 +08:00
Minglei Jin
c22fa53bc4 fix: release lock and memory in exceptional cases 2022-12-09 10:22:43 +08:00
Minglei Jin
da31f5e588 fix: dismiss coverity issues 2022-12-08 13:54:41 +08:00
Shengliang Guan
1bb1025f7d enh: add tassert 2022-12-07 22:24:47 +08:00
Shengliang Guan
6d94afe48f
Revert "refact: adjust some assert cases" 2022-12-07 21:51:17 +08:00
Shengliang Guan
d5126d469a refact: replcase ASSERT with tAssert 2022-12-07 18:42:48 +08:00
Shengliang Guan
f69a188f7e refact: replcase ASSERT with tAssert 2022-12-07 18:37:40 +08:00
Minglei Jin
6b7c540884 fix: use tdbTrace to reduce 135 debug log output 2022-12-05 10:14:18 +08:00
Hongze Cheng
3fc30c991e Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/async_commit 2022-12-01 18:59:21 +08:00
Hongze Cheng
df7c07a541 Merge branch 'fix/tdb-async-commit' of https://github.com/taosdata/TDengine into feat/async_commit 2022-11-30 16:48:09 +08:00
Benguang Zhao
470441c541 Merge branch 3.0 to FIX/TD-19334-3.0 2022-11-29 18:24:01 +08:00
Minglei Jin
0b1cd9f824 tdb/journal: rollback & restore multiple journal files 2022-11-29 16:00:51 +08:00
Minglei Jin
629c87685f fix/txnId: wrap around INT64_MAX 2022-11-29 11:04:47 +08:00
Minglei Jin
7902b7aaac fix/tdb: remove UAF preped 2022-11-29 10:46:04 +08:00