feat: v2.0 custom patches — CST timezone, configurable health check, FixedWithFallback enhancement - #1
Open
itoywh wants to merge 1 commit into
Open
feat: v2.0 custom patches — CST timezone, configurable health check, FixedWithFallback enhancement#1itoywh wants to merge 1 commit into
itoywh wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概述
基于 dae v2.0.0rc1 的自定义补丁集,增强节点可用性、健康检查配置化、日志体验,并集成上游 reload 修复与内存优化。
补丁清单
P1: FixedWithFallback 策略支持
文件:
component/outbound/dialer_group.gofixed_fallback(index, timeout, retries, [fallback_policy])四参数策略random/min/min_avg10/min_moving_avgP2: FixedWithFallback 增强
文件:
component/outbound/dialer_group.goP3: 健康检查完全配置化
文件:
component/outbound/dialer/connectivity_check.goP4: 节点状态日志
文件:
component/outbound/dialer/connectivity_check.goP5: CST 时区优化
文件:
pkg/logger/logger.goP6: daeuniverse#1013 Reload 修复 — async closeTail
文件:
control/control_plane.go,control/control_plane_core.go部署信息