Commit Graph

88 Commits

Author SHA1 Message Date
0e211a956d add errno code OB_TABLET_GC_LOCK_CONFLICT and OB_LS_WAITING_SAFE_DESTROY 2023-07-24 13:48:35 +00:00
3d46588675 manage linked blocks' ref cnt 2023-07-19 02:12:23 +00:00
400581bee2 Fix tmp file core at log 2023-07-18 15:18:07 +00:00
9b0e6cd960 make sure all meta released when the observer exits 2023-07-18 08:42:18 +00:00
ff656e59b4 [bugfix]remove tenant_io_manager from map until mtl_destroy 2023-07-18 05:12:19 +00:00
b6083d27be allow read snapshot less than transfer in commit version if start transfer in tx committed 2023-07-17 09:18:10 +00:00
a4bb627063 BUGFIX: move safe destroy worker into tenant 2023-07-17 03:12:14 +00:00
c0d2550b80 [CP] wait remove tenant_io_manager until ref_cnt = 1 2023-07-14 09:12:27 +00:00
9b23516657 Optimize tmp file 2023-07-14 04:42:06 +00:00
ffd0270234 fix flt tag local variable err 2023-07-14 02:12:33 +00:00
2b3285745a replay reate tablets concurrently to speed up slog replay 2023-07-13 04:42:22 +00:00
f94aab5524 Keep old read snapshot behavior unchanged 2023-07-13 02:12:15 +00:00
1337d35972 Fix flashback query 2023-07-11 21:12:13 +00:00
ddf7854eb4 Fix get tablet return 4165 2023-07-07 10:47:48 +00:00
e1519d9edb [temp solution] return OB_TABLET_NOT_EXIST when transfer out tx has not committed yet 2023-07-07 07:12:20 +00:00
93023b7920 Avoid ddl_get_tablet on replay 2023-07-07 03:12:20 +00:00
c00fed3c5f fix tablet allocator 2023-07-06 05:12:15 +00:00
2776120751 fix tablet status cache for weak read scenario 2023-06-30 04:12:23 +00:00
58caa336f2 READ_ALL_COMMITED should not return not created tablet 2023-06-28 10:12:15 +00:00
3c5468522a Return non empty shell tablet for READ_ALL_COMMITED mode 2023-06-27 03:12:28 +00:00
9dae112952 [FEAT MERGE] merge transfer
Co-authored-by: wxhwang <wxhwang@126.com>
Co-authored-by: godyangfight <godyangfight@gmail.com>
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
2023-06-21 11:42:28 +00:00
20dd11d7a7 【part 1】Split session memory to tenants 2023-06-15 09:48:00 +00:00
d00438b9c4 fix flush_plan_cache_sqlqa.sql_audit_request_memory 2023-06-15 02:12:31 +00:00
7095e40b8b use mtl_id to init some structures 2023-06-14 13:42:12 +00:00
913dea2c36 fix WORK_AREA not limit after restart observer 2023-06-12 04:42:23 +00:00
c3dd57e291 fix row_store_type when sstable is empty 2023-06-06 10:42:27 +00:00
a279004631 remove unittests cannot work on opensource 2023-06-06 05:42:19 +00:00
24bf0c60d8 support multi LogIOWorker 2023-06-05 02:57:22 +00:00
2bde3becf7 Revert fix mock_mtl::destory 2023-06-01 13:17:32 +00:00
4933293bb2 fix mock_mtl::destory 2023-06-01 10:59:38 +00:00
c9cccf08db Use tenant-level object pool instead of sop_borrow 2023-05-26 10:41:16 +00:00
1679608484 fix replay redo error when push end_scn to start_scn + 1 2023-05-25 01:17:01 +00:00
e87e18bfca Enable test_multi_version_sstable_merge test case 2023-05-22 10:47:10 +00:00
b0f003f4e4 Construct IndexBlockDataTransformer on stack which is used to be thread local storage. 2023-05-22 09:23:16 +00:00
3810f27cb6 fix memory hold too much 2023-05-16 10:16:43 +00:00
b5ac0c7bf6 optimize memtable garbage collection 2023-05-16 09:46:50 +00:00
c5d6ca2c5d [log write throttling] reduce thread count of IOWorker 2023-05-16 07:11:27 +00:00
a13159f429 add unittest for review 12592921 2023-05-16 03:52:14 +00:00
a9b068daa1 [FEAT MERGE] tablelock_42
Co-authored-by: YangEfei <yangyifei96@outlook.com>
Co-authored-by: joseph12138 <17862707376@163.com>
2023-05-12 03:11:22 +00:00
aaab6560a1 [FEAT MERGE] 4.x Dup Table
Co-authored-by: Minionyh <minions.yh@gmail.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: ChangerR <dingjinchengyx@163.com>
2023-05-11 10:07:21 +00:00
4b3e342312 Constructing prefetch arrays in ObIndexTreeMultiPassPrefetcher on demand to optimize performance of checking row lock. 2023-05-08 09:38:42 +00:00
ccde264e06 [FEAT MERGE] Improve the inner implementation of tx table
Co-authored-by: kongfy <njukongfy@gmail.com>
2023-05-07 07:38:34 +00:00
ecb74a122c Unify all bucket cnt in ObTenantMetaMemMgr 2023-04-28 15:41:57 +00:00
764907c919 [FIX] the logic refreshing tx data memtable cache is incorrect 2023-04-27 11:52:19 +00:00
8fb50cdf65 [FEAT MERGE] OLTP performance and cpu reduction optimization under tiny specification
Co-authored-by: hezuojiao <hezuojiao@gmail.com>
2023-04-26 15:30:18 +00:00
57c3448d2d add weak read semantic to snapshot_version_barrier 2023-04-24 09:45:08 +00:00
36e28a5f79 fix null mod_name 2023-04-13 06:46:35 +00:00
d5faf6c8c8 [tablelock] Fix the bug about checkpoint rollback due to disorder commit during replay 2023-04-06 07:59:34 +00:00
669e679f03 fix OmtNodeBalancer hang 2023-04-04 00:11:21 +00:00
a0466b3249 fix compatibility problem 2023-03-10 08:11:17 +00:00