|
0fb5ef659c
|
[CP] [CP] [CP] Change code owners
|
2024-02-06 14:01:21 +00:00 |
|
|
4e3525d66a
|
fix gen_errno.pl
|
2024-02-06 10:06:20 +00:00 |
|
|
6d3306fdc0
|
[CP] [CP] [CP] Change code owners
|
2023-12-22 07:13:35 +00:00 |
|
|
af7abd50ed
|
[CP] Optimize tmp file
Co-authored-by: godchen0212 <chenqx303@163.com>
|
2023-08-15 05:38:17 +00:00 |
|
|
ba230f3e0b
|
skip old mds clog replaying under deleting status
|
2023-07-25 04:12:07 +00:00 |
|
|
36a9080939
|
Pick tx table interface refactor && Pick return recycled_scn
|
2023-06-21 03:42:49 +00:00 |
|
|
80f3af57bb
|
fix WORK_AREA not limit after restart observer
|
2023-06-16 08:47:46 +00:00 |
|
|
ca888a3e8c
|
[CP] optimize memtable garbage collection
|
2023-06-15 16:54:23 +00:00 |
|
|
c81bf8427d
|
[CP] fix row_store_type when sstable is empty
|
2023-06-06 13:52:31 +00:00 |
|
|
a70e2204bf
|
[CP] fix replay redo error when push end_scn to start_scn + 1
|
2023-05-25 05:48:35 +00:00 |
|
|
32825f5d8a
|
[CP] Construct IndexBlockDataTransformer on stack which is used to be thread local storage.
|
2023-05-22 13:17:50 +00:00 |
|
|
83e6eebbcd
|
[CP] fix memory hold too much
|
2023-05-17 11:48:23 +00:00 |
|
|
2f04549886
|
[CP] push the memtable whose end_max_scn is 0 from max_end_scn to start_scn + 1 for replay multi-transaction commit log
|
2023-05-17 03:12:29 +00:00 |
|
|
2cf57b9c5d
|
[CP] Constructing prefetch arrays in ObIndexTreeMultiPassPrefetcher on demand.
|
2023-05-11 11:24:58 +00:00 |
|
|
2d2b814e93
|
[CP] Fix concurrent issue between tablet pin and wash
|
2023-05-10 15:42:59 +00:00 |
|
|
3b46679bad
|
[CP][FIX] the logic refreshing tx data memtable cache is incorrect
|
2023-04-27 08:50:40 +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 |
|
|
16800f15d9
|
[Arb] fix the arb server sends rpc with cluster_id(-1)
|
2023-03-10 06:44:26 +00:00 |
|
|
702ea5cd2d
|
del log & fix acquired_tablet/check rs finish & bind for MTL
|
2023-03-09 11:13:55 +00:00 |
|
|
bfbe2f8609
|
add defensive code for small sstable optimization
|
2023-03-03 08:46:06 +00:00 |
|
|
dbc2a4c9f9
|
[BugFix].fix invalid meta_tree_root
|
2023-02-24 17:16:28 +08:00 |
|
|
c6ded9ad28
|
fix incorrect operation when force killing tx
|
2023-02-14 03:12:24 +00:00 |
|
|
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 |
|
|
838cce3c5d
|
fix ret = -4016 when migration and restore concurrent
|
2023-02-08 20:04:01 +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 |
|
|
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 |
|
|
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 |
|
|
ba19ba90e0
|
[FEAT MERGE] del_tenant_memleak branch
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
|
2023-01-28 19:29:23 +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 |
|
|
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 |
|