Commit Graph

47 Commits

Author SHA1 Message Date
2f5b5ef256 [CP] [LOG] To merge the log4220 feature into the master branch. 2024-03-26 13:15:25 +00:00
5ff857ba8b [Election] revoke() -> advance_ballot() + downgrade_priority() 2024-02-22 03:16:30 +00:00
fc51a52d1b optimize implement of get_max_applied_scn() 2024-02-10 09:10:04 +00:00
9a75df1e1a [CP] [opt] avoid latency jitter of log replication when locking or unlock memberlist 2024-02-10 05:08:24 +00:00
f40c2f9ef7 [CP] [4.3] fix create user log stream problem with 2F1A and 4F1A 2024-02-08 15:59:34 +00:00
315fe90c5e fixed memory leak when palf epoch changed. 2024-02-07 15:57:42 +00:00
c18fefb161 [FEAT MERGE] cherry pick restore_pf_opt from 421release to master 2024-02-06 21:42:11 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
999e6b5da9 optimize implement of get_max_applied_scn() 2024-02-04 13:12:03 +00:00
bc20260080 [CP] [opt] avoid latency jitter of log replication when locking or unlock memberlist 2024-02-02 15:42:26 +00:00
3de36acfcd [CP] [4.3] fix create user log stream problem with 2F1A and 4F1A 2023-12-28 07:43:00 +00:00
870bc8a720 fixed memory leak when palf epoch changed. 2023-12-11 09:17:20 +00:00
a19665eec0 [FEAT MERGE] cherry pick restore_pf_opt from 421release to master 2023-11-23 04:15:59 +00:00
566e920620 Merge branch 'column_store'
Co-authored-by: wangt1xiuyi <13547954130@163.com>
Co-authored-by: yangqise7en <877793735@qq.com>
Co-authored-by: Zach41 <zach_41@163.com>
2023-10-31 15:39:22 +00:00
c9753f2968 license opt: Identify external and internal code and modify their open source licenses correctly. 2023-10-23 03:43:44 +00:00
9cb41a41d6 [fix] the new leader do not degrade crashed server when arbitration_timeout is larger than 10s 2023-10-13 05:40:00 +00:00
5cede3d9ea [PALF] PALF Cluster Test Framework 2023-09-27 08:43:51 +00:00
8c16a5e83c [GC] gc need wait readonly tx cleaned up 2023-07-25 14:48:36 +00:00
928f831487 fixed problems when shrink log disk size 2023-07-18 08:18:25 +00:00
63858018e3 [opt][PALF] optimize ObLogHandler::is_in_sync 2023-07-14 08:42:18 +00:00
6810df627b Avoid stopping writing after restart due to log disk is shrinking. 2023-07-13 09:48:23 +00:00
d88e4bd320 [log throttling] add parameter log_disk_throttling_maximum_duration 2023-07-11 05:42:44 +00:00
5e23304ed8 [fix] flashback learners 2023-07-05 04:18:05 +00:00
6d94f30456 [fix] fix leader's committed_end_lsn can not be updated 2023-06-28 08:47:53 +00:00
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
f4b390d643 add destroy thread gracefully 2023-06-08 07:42:27 +00:00
b94bbba9b5 [Arb] optimize requirements for arbitration degrading and upgrading 2023-06-05 05:02:27 +00:00
89ed784966 Batch small logs to optimize the speed of fetching log 2023-06-05 03:16:00 +00:00
24bf0c60d8 support multi LogIOWorker 2023-06-05 02:57:22 +00:00
305786a690 [bugfix] fix error log when accessing __all_virtual_ha_diagnose 2023-06-05 02:51:34 +00:00
05822a3c70 fix restart failed because of max committed end lsn may be smaller than base lsn 2023-06-03 06:49:21 +00:00
0bb9124896 [PALF] do not change config if majority of paxos members have crashed 2023-06-01 06:53:50 +00:00
0a0a5671ba [PALF] fix get_log_barrier bug add additional mittest cases 2023-05-26 09:41:12 +00:00
0beeb5cfa7 [PALF] fix no leader after a degrade operation failed 2023-05-22 12:22:54 +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
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
36e28a5f79 fix null mod_name 2023-04-13 06:46:35 +00:00
e386747097 PALF degrades log stream in more failure scenarios 2023-03-17 10:41:20 +00:00
16800f15d9 [Arb] fix the arb server sends rpc with cluster_id(-1) 2023-03-10 06:44:26 +00:00
f8e03ff190 fixed read log after flashback may be hang 2023-03-04 01:43:38 +00: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