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.
The description of the PR:
场景:华为云docker容器化动态部署。(服务启动时,会随机容器部署,ip节点动态变更)
情况描述:执行器服务在容器中日志存储路径挂载于宿主机(这样每个容器可以读取日志路径),且容器当重启执行器服务时,会动态化更换随机容器,执行器ip会变更,自动获取的ip为当前执行器的docker实例ip(192...*网段)。容器互通,但容器无法访问其他容器的192网段地址,此处查询数据库日志表执行器字段,会出现历史日志无法访问的问题。所以在此,将访问地址替换为执行器传过来的执行地址。
Other information: