Commit Graph

79 Commits

Author SHA1 Message Date
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
eeacd9c6bc [fix] fix the committed_end_lsn can not be advanced after removing member 2023-09-15 02:40:16 +00:00
dacb6589dc fixed read log failed during flashback 2023-09-13 06:10:43 +00:00
7aad6f2d81 fixed read invalid data because of read block is being deleted. 2023-09-06 07:21:32 +00:00
81b8923b14 [FEAT MERGE] system resource optimization
Co-authored-by: tushicheng <18829573815@163.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
Co-authored-by: dimstars <liangjinrongcm@gmail.com>
2023-08-29 10:41:01 +00:00
d78e7ce778 [opt] add defensive code in PalfHandleImpl::disable_vote 2023-08-17 12:26:46 +00:00
ee04441040 [fix] fix arbitration service do not degrade when reconfirming and log disk full occur concurrently 2023-08-10 03:24:39 +00:00
79f3b83a8a [fix] do not revoke leader actively if allow_vote is false 2023-08-03 12:18:14 +00:00
599b708d2c [mittest] adjust mittest test_ob_simple_log_throttling_arb 2023-07-26 15:42:15 +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
f397371718 [fix][PALF] migrating/replicating replicas as learners
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
Co-authored-by: joseph12138 <17862707376@163.com>
2023-07-17 13:18:17 +00:00
214101d63f [fix] do not remove normal member if another member is being rebuilt 2023-07-17 02:42:09 +00:00
63858018e3 [opt][PALF] optimize ObLogHandler::is_in_sync 2023-07-14 08:42:18 +00:00
ffd0270234 fix flt tag local variable err 2023-07-14 02:12:33 +00:00
6810df627b Avoid stopping writing after restart due to log disk is shrinking. 2023-07-13 09:48:23 +00:00
4d44fedfa1 remove a defense code which will case restart failed in cornor case 2023-07-11 14:25:42 +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
6a6deadb47 [fix] fix some error logs 2023-06-27 08:17:51 +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
9968621711 [PALF] fix is_changing_config_with_arb_ is true after a reconfiguration failed 2023-06-05 10:14:15 +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
697656a856 [PALF] fix change_access_mode do not update scn_base 2023-05-30 09:18:06 +00:00
68d79be487 [PALF] optimize network bandwidth of arb server 2023-05-30 02:41:17 +00:00
0a0a5671ba [PALF] fix get_log_barrier bug add additional mittest cases 2023-05-26 09:41:12 +00:00
379dbe0109 [bugfix] range of _rebuild_replica_log_lag_threshold should not be +∞ 2023-05-26 07:52:45 +00:00
0a77d42877 Fix unexpected arb degarde for large timeout config. 2023-05-25 19:46:53 +00:00
88513f9ed3 avoid restart observer when read incorrect data from disk. 2023-05-25 12:11:10 +00:00
873dd52cf1 don't print error log in flying of flashback 2023-05-23 13:11:44 +00:00
978d31c7e1 [PALF] fix wait_log_barrier condition 2023-05-23 12:41:41 +00:00
0beeb5cfa7 [PALF] fix no leader after a degrade operation failed 2023-05-22 12:22:54 +00:00
2bb8488595 fixed restart failed because of the block size of Arb is 2MB 2023-05-22 06:17:39 +00:00
fd4ddaac3d [PALF] add enable_sync and enable_vote columns in __all_virtual_ha_diagnose 2023-05-17 12:41:16 +00:00
6ff52a2fd8 Report key events of palf 2023-05-16 09:41:27 +00:00
c5d6ca2c5d [log write throttling] reduce thread count of IOWorker 2023-05-16 07:11:27 +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
e08d286866 [PALF] supprts stricter condition for reconfiguration 2023-05-09 19:10:00 +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