Commit Graph

104 Commits

Author SHA1 Message Date
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
7d5809c2ba [PALF] optimize TPS during arbitration upgrading 2023-06-09 05:12:18 +00:00
a795853f8e [Election] fix arb server compare priority bug 2023-06-05 08:50:59 +00:00
61b129e849 Fix a bug which convert cluster id string may be overflow 2023-06-05 08:18:13 +00:00
24bf0c60d8 support multi LogIOWorker 2023-06-05 02:57:22 +00:00
d65d18cf69 [Arb] the number of members in initial_member_list can be odd number 2023-06-02 07:12:19 +00:00
0bb9124896 [PALF] do not change config if majority of paxos members have crashed 2023-06-01 06:53:50 +00:00
774a89db04 [Election] optimize election accept response message size 2023-05-29 06:41:43 +00:00
2237bcd5ca [Election] fix table_accessor read string bug 2023-05-26 05:22:32 +00:00
978d31c7e1 [PALF] fix wait_log_barrier condition 2023-05-23 12:41:41 +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
b28397d91f fixed query LOG_DISK_IN_USE from gv$ob_servers may be negative. 2023-05-08 09:11:54 +00:00
9dcf449833 fixed restart failed due to incomplete log disk expansionoperation. 2023-05-08 06:08:31 +00:00
0f30c4a321 revert(logservice): hidden sys tenant will actually occupy the log disk space. 2023-05-07 03:42:24 +00:00
d6c6e05727 [FEAT MERGE] log4200
Co-authored-by: zhjc1124 <zhjc1124@gmail.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
2023-05-06 08:15:43 +00:00
8094743d24 [FEAT MERGE] implement of log disk writing throttling 2023-05-02 01:45:12 +00:00
58bb3d34b7 PalfBufferIterator support return padding log. 2023-04-28 03:41:40 +00:00
ef51ca80f8 [PALF] fix GET_MIN_DATA_VERSION may return -4018 2023-04-26 15:09:35 +00:00
1d918d8dbf reporting events of PALF to history table asynchronously 2023-04-22 14:34:34 +00:00
36e28a5f79 fix null mod_name 2023-04-13 06:46:35 +00:00
2f8df8c791 Fix unittest case test_lsn_allocator. 2023-03-24 12:11:41 +00:00
e320d2f2a3 [Arb] record degrade/upgrade events to __all_server_event_history 2023-03-23 07:41:46 +00:00
1ec233bb5d [PALF] fix the leader is revoked when the PALF group is been degraded 2023-03-21 16:56:50 +00:00
8ce2f275c4 [fix] remove some internal urls and emails 2023-03-17 20:57:21 +08:00
e386747097 PALF degrades log stream in more failure scenarios 2023-03-17 10:41:20 +00:00
9a13e1b863 Fix lsn or log_id exceeds upper bound bug. 2023-03-14 17:10:55 +00:00
7c48e979b5 [MDS] add virtual table placeholder 2023-03-14 16:13:46 +00:00
16800f15d9 [Arb] fix the arb server sends rpc with cluster_id(-1) 2023-03-10 06:44:26 +00:00
c19b2b1dcd Fix sw accum_checksum rollback bug. 2023-03-03 07:46:11 +00:00
8f9004950c Fix sliding_cb and fill padding log contennt. 2023-02-25 02:46:15 +00:00
1737f3c6f2 Revert palf fs cb deadlock bug fix. 2023-02-08 11:30:39 +08:00
e9d6a79f8f Fix palf fs_cb dead lock bug. 2023-02-08 10:52:42 +08:00
cde81bf4b1 fixed hidden sys tenant pin log disk in each server. 2023-02-07 14:20:40 +08:00
e9b85c65a0 Fix palf sw unexpected full bug. 2023-02-07 11:48:32 +08:00
e02b126ceb [Election] support set inner priority 2023-02-06 19:52:39 +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
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
2d19a9d8f5 [FEAT MERGE]4_1_sql_feature
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: raywill <hustos@gmail.com>
2023-01-28 16:01:28 +08:00
d9f45fba73 remove test_palf_handle_impl unittest 2023-01-12 19:02:33 +08:00
100404dd74 Fix end_lsn not update bug after remove member. 2023-01-12 19:02:33 +08:00
57241dad38 [scn] fix implement of convert_for_tx 2023-01-12 19:02:33 +08:00
87a9357186 set the initial value of wrs to scn min 2023-01-12 19:02:33 +08:00
99d4f56fec [scn] mv definition of SCN to dir of share 2023-01-12 19:02:33 +08:00
68151eb87a [SCN] modify missing scenes 2023-01-12 19:02:33 +08:00
4c49f6e7c5 fix scn legacy issues 2023-01-12 19:02:33 +08:00
59db61e110 [scn] rename log_ts to scn 2023-01-12 19:02:33 +08:00
8a4d14122f replace ts related to ddl with scn. 2023-01-12 19:02:33 +08:00
54b64a7263 [scn] fix failure of mittest after refresh feature scn 2023-01-12 19:02:20 +08:00
55f776959e add diagnose virtual table 2022-11-07 04:35:44 +00:00