51 Commits

Author SHA1 Message Date
00398fcab2 [CP] license opt: Identify external and internal code and modify their open source licenses correctly. 2023-11-02 04:42:19 +00:00
f7a78f8d71 [CP] [fix] the new leader do not degrade crashed server when arbitration_timeout is larger than 10s 2023-10-17 11:22:55 +00:00
9ec3176bc3 [CP] [fix] fix concurrent get and slide in FixedSlidingWindow 2023-10-17 11:17:21 +00:00
598af8cc7b [LogService] Patch code: Optimize the performance of consuming archived logs
Co-authored-by: taoshuning <616811991@qq.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
Co-authored-by: zxlzxlzxlzxlzxl <zxlzxlzxlzxlzxl@outlook.com>
2023-10-11 07:12:00 +00:00
b9854bbf23 [CP] [fix] do not remove normal member if another member is being rebuilt 2023-07-18 07:42:15 +00:00
2726299627 [CP] [fix][PALF] consider degraded learners when setting replica_num 2023-07-04 04:59:01 +00:00
54a0fca32a [CP] [Election] fix arb server compare priority bug 2023-06-05 10:50:56 +00:00
45991f313d [CP] [Arb] the number of members in initial_member_list can be odd number 2023-06-03 01:12:33 +00:00
8f5e8a8f5a [CP] [PALF] do not change config if majority of paxos members have crashed 2023-06-02 13:42:29 +00:00
0fbaa9de57 [CP] [Election] fix table_accessor read string bug 2023-05-26 08:12:49 +00:00
1fbc7051a1 [CP] [PALF] fix wait_log_barrier condition 2023-05-24 11:48:01 +00:00
1a3f4c453c [CP] [PALF] fix GET_MIN_DATA_VERSION may return -4018 2023-05-10 21:28:03 +00:00
00bb0fba8c [CP] fixed restart failed due to incomplete log disk expansionoperation. 2023-05-10 19:28:49 +00:00
d6a15b459f [CP] revert(logservice): hidden sys tenant will actually occupy the log disk space. 2023-05-10 18:40:03 +00:00
21a544b3d9 [PALF] revert code 2023-04-27 11:16:55 +00:00
a1c9e71da4 [CP] [PALF] fix GET_MIN_DATA_VERSION may return -4018 2023-04-27 09:13:55 +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
525fc5ba35 Auto switch freeze mode for palf. 2022-11-06 03:05:40 +00:00
5475afde93 replace min_block_min_ts_ns with min_block_max_ts for block gc 2022-11-03 03:36:46 +00:00
5f258b9d5c Revoke when disable vote. 2022-11-03 01:38:35 +00:00