修复(executor):按 xxl.job.executor.ip 绑定内嵌服务地址(修复 #3170)#3942
Open
ganlanshu6-lab wants to merge 1 commit intoxuxueli:masterfrom
Open
修复(executor):按 xxl.job.executor.ip 绑定内嵌服务地址(修复 #3170)#3942ganlanshu6-lab wants to merge 1 commit intoxuxueli:masterfrom
ganlanshu6-lab wants to merge 1 commit intoxuxueli:masterfrom
Conversation
Author
|
已按 #3170 完成修复: |
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.
变更背景
本 PR 修复了 Issue #3170 中提到的问题:
当配置
xxl.job.executor.ip时,执行器内嵌服务应绑定到该指定 IP。此前在某些场景下,绑定地址解析可能退回为通配地址(监听所有网卡)。
主要改动
xxl.job.executor.ip。变更收益
验证说明
xxl.job.executor.ip后按预期绑定到指定 IPCloses #3170