46 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
880876711d [CP] [fix] get member_list may core due to concurrent reconfirmation 2023-09-08 12:46:34 +08:00
98df6c5e5b [CP] [fix] fix arbitration service do not degrade when reconfirming and log disk full occur concurrently 2023-08-11 21:27:38 +00:00
b9854bbf23 [CP] [fix] do not remove normal member if another member is being rebuilt 2023-07-18 07:42:15 +00:00
bf17ea7898 [CP] remove a defense code which will case restart failed in cornor case 2023-07-12 15:23:23 +00:00
5d7aba2087 [CP] [fix] fix some error logs 2023-07-04 08:47:32 +00:00
597b587299 [CP] [Arb] optimize requirements for arbitration degrading and upgrading 2023-06-15 08:14:37 +00:00
7ec8de69fc [CP] [PALF] fix is_changing_config_with_arb_ is true after a reconfiguration failed 2023-06-05 15:12:19 +00:00
512aadb0c8 [CP] fix restart failed because of max committed end lsn may be smaller than base lsn 2023-06-05 03:42:31 +00:00
8f5e8a8f5a [CP] [PALF] do not change config if majority of paxos members have crashed 2023-06-02 13:42:29 +00:00
a2ac91ac00 [PALF] fix get_log_barrier bug add additional mittest cases 2023-05-29 02:43:02 +00:00
2eb75be0cc [CP] Fix unexpected arb degarde for large timeout config. 2023-05-26 08:42:38 +00:00
f2c0260ba6 [CP] avoid restart observer when read incorrect data from disk. 2023-05-26 02:48:22 +00:00
a91f5696f8 [CP] don't print error log in flying of flashback 2023-05-25 03:42:26 +00:00
1fbc7051a1 [CP] [PALF] fix wait_log_barrier condition 2023-05-24 11:48:01 +00:00
b9854dbd1c [CP] [PALF] forbid to rebuild and truncate palf concurrently 2023-05-24 10:12:28 +00:00
2e47fedc59 [CP] [PALF] fix no leader after a degrade operation failed 2023-05-24 03:42:39 +00:00
a898df9e7c [CP] fixed restart failed because of the block size of Arb is 2MB 2023-05-22 09:47:52 +00:00
5a4fd70783 [CP] [PALF] supprts stricter condition for reconfiguration 2023-05-10 22:32:45 +00:00
cec70b862d [CP] don't print error log when read integrity data in case of fetch log 2023-04-24 07:43:14 +00:00
d66e16b026 [CP] fixed restart failed because OB_CHECKSUM_ERROR 2023-04-22 14:35:31 +00:00
b3572bded7 [CP] fixed restart failed because of manifest. 2023-04-21 07:17:23 +00:00
016a5a5f88 [CP] fixed read block return -4016 in flashback 2023-04-14 09:27:14 +00:00
a36c4299c1 fix the problem that the gap between triggering a rebuild and disabling voting may lead to unnecessary rebuilds 2023-04-13 06:53:41 +00:00
36e28a5f79 fix null mod_name 2023-04-13 06:46:35 +00:00
cb69857060 fixed replay error after failover error due to padding. 2023-03-29 10:45:31 +00:00
3af5267ab6 fixed restart failed due to log blocks' integrity after failover 2023-03-26 08:11:09 +00:00
1ec233bb5d [PALF] fix the leader is revoked when the PALF group is been degraded 2023-03-21 16:56:50 +00:00
e386747097 PALF degrades log stream in more failure scenarios 2023-03-17 10:41:20 +00:00
55b78ca715 delete some legacy code and fix several file description leak. 2023-03-14 13:40:49 +00:00
7b0e309818 improve error code when flashback operations have failed 2023-03-14 11:11:05 +00:00
16800f15d9 [Arb] fix the arb server sends rpc with cluster_id(-1) 2023-03-10 06:44:26 +00:00
5ce2d0e295 Fix archive log consumption with larger piece 2023-03-07 07:46:34 +00:00
f8e03ff190 fixed read log after flashback may be hang 2023-03-04 01:43:38 +00:00
20e5641cb8 close accumlate checksum of PalfIterator 2023-03-02 16:52:24 +00:00
9716f60c58 add defense code in palf 2023-02-27 14:11:06 +00:00
06450be1a7 Fix for max padding group entry. 2023-02-27 08:46:00 +00:00
0aa17c1e8e fixed restart failed because of the defense of ObServerLogBlockMgr 2023-02-20 04:44:23 +00: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
65e0d25980 fixed invalid PalfEnvKey when handle message on arbserver 2023-02-07 20:30:29 +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
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
6b71492704 [to #47028518] check SET statement type and children count before transforming to subquery in PL 2023-01-12 19:02:33 +08:00