Commit Graph

42 Commits

Author SHA1 Message Date
829ddcb041 [BUGFIX] Fix the bug about unlock failed, which due to replay disorder 2023-02-10 08:44:10 +00:00
364fdb8222 fix bad MEMORY_LOG when ServerGTimer hang 2023-02-10 08:41:32 +00:00
b889a69fbb [bugfix] add latest_row_store_type in sstable meta to calculate merge type for compaction 2023-02-10 03:41:41 +00:00
642856b1ae [BugFix] notify_data_source in do_force_kill_tx and add safe_to_destroy 2023-02-09 18:00:41 +00:00
c20858a153 [Fix]manage the memory_usage of checksum_array in ObMacroBlockMeta 2023-02-09 16:22:41 +00:00
e1ff35512f add basic rto mittest 2023-02-08 20:17:16 +08:00
838cce3c5d fix ret = -4016 when migration and restore concurrent 2023-02-08 20:04:01 +08:00
534bb13a9c fix error logs caused by migration dest which hasn't been flashbacked CR评审中 (1) 396ad35f 2023-02-08 15:21:33 +08:00
0557bcad7b [4.1] donot lock when lock on the same row twice 2023-02-08 14:59:54 +08:00
cc70336767 fix storage estimate row can't used in opt stats row_count is 0 2023-02-07 20:54:29 +08:00
65e0d25980 fixed invalid PalfEnvKey when handle message on arbserver 2023-02-07 20:30:29 +08:00
2e49086259 fixed several mittest failed 2023-02-07 19:03:33 +08:00
c157309bc6 add -Wshorten-64-to-32 for share 2023-02-07 00:40:02 +08:00
780c8a8331 Add safe_to_destroy() in ObMemtable 2023-02-07 00:20:33 +08:00
c78a71c5ca [Election] fix LeaderCoordinator and FailureDetector not exit 2023-02-06 16:50:05 +08:00
5217b09950 add some small sstable operations tools 2023-02-06 16:43:12 +08:00
f8c5c2647f [FEAT MERGE] Merge syslog user experience improvement to master
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
2023-02-06 15:52:24 +08:00
38278be8b0 [Arb Fix] fix possible core dump in arb server 2023-02-06 15:44:30 +08:00
665e7984d5 [Election] fix tenant coordinator and failure ddetector core-risk bug 2023-02-06 13:10:19 +08:00
3d4f554258 [FEAT MERGE] Lob SQL refactoring (Mem-LobLocator, expressions and dbms_lob adaptions)
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
2023-01-28 20:40:16 +08:00
0f14606391 [FEAT MERGE] instant ddl commit
Co-authored-by: hiddenbomb <bwgui203@gmail.com>
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: rolandqi <qikai456@126.com>
2023-01-28 20:34:20 +08:00
1554aaac9e [4.1] Fix unstable cases 2023-01-28 19:52:42 +08:00
ba19ba90e0 [FEAT MERGE] del_tenant_memleak branch
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
2023-01-28 19:29:23 +08:00
c5fe3df3ab [BugFix] Fix sanity core of __all_virtual_minor_freeze_info 2023-01-28 19:05:34 +08:00
50024b39cd [FEAT MERGE] log4100 branch
Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
2023-01-28 18:17:32 +08:00
06b882fa75 [BUG] add row latch when log sync failed 2023-01-28 17:03:01 +08:00
3080f2b66f Enhanced resource isolation capability, previous IOPS group control for front-end and back-end tasks
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: raywill <hustos@gmail.com>
2023-01-28 15:58:19 +08:00
2663894581 [FIX] remove defensive check when read tx data in tx table 2023-01-28 15:40:58 +08:00
40f2f0e0c6 Add check_ls_exist interface 2023-01-28 15:38:06 +08:00
b2607a0ccf [FEAT MERGE] ddl parallel truncate table
Co-authored-by: obdev <obdev@oceanbase.com>
Co-authored-by: obdev <obdev@oceanbase.com>
Co-authored-by: obdev <obdev@oceanbase.com>
Co-authored-by: obdev <obdev@oceanbase.com>
Co-authored-by: obdev <obdev@oceanbase.com>
2023-01-28 13:37:56 +08:00
55bfead71e [CP] fix mds replay issue 2023-01-12 19:02:33 +08:00
9af7d16da8 bug fix: das async rpc cond with lock. 2023-01-12 19:02:33 +08:00
15a782fe2b fix checkpoint_mgr some problems 2023-01-12 19:02:33 +08:00
9d17589678 suspend merge when tenant in restore 2023-01-12 19:02:33 +08:00
915e19cc3d Retry set tablet id when 4013 2023-01-12 19:02:33 +08:00
2cfa340452 fix wrong cpu_capacity in __all_virtual_server after cpu_count changing 2023-01-12 19:02:33 +08:00
561432c689 [FEAT MERGE] Big Txn Execution Optimization 2023-01-12 19:02:33 +08:00
3279d19b71 Print leak slice when ObSliceAlloc finds memory leak 2023-01-12 19:02:33 +08:00
d8a6142152 check paxos replica num when leader get follower servers, and allow follower advance status when leader‘s status is advanced 2023-01-12 19:02:33 +08:00
9726d0fd36 fix deadcode in ObBLService::get_tenant_max_stale_time_ 2023-01-12 19:02:33 +08:00
07b1224a51 [FEAT MERGE] skip scan feature and performance optimization 2023-01-12 19:02:33 +08:00
6b71492704 [to #47028518] check SET statement type and children count before transforming to subquery in PL 2023-01-12 19:02:33 +08:00