-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bugfix: [ipv6]第三方文件源分发文件,会产生重复的执行结果 #1563
Labels
Comments
缺陷原因:
由于文件准备产生的那条结果记录缺少hostId信息,导致拼接出来的结果记录ID出现错误,跟Job-execute产生的结果记录ID不一致,导致最终产生两条记录。 |
jsonwan
added a commit
to jsonwan/bk-job
that referenced
this issue
Dec 10, 2022
1. 第三方源文件准备过程日志保存前解析主机信息补充hostId; 2. file-gateway解除对api-logsvr的依赖。
jsonwan
added a commit
to jsonwan/bk-job
that referenced
this issue
Dec 10, 2022
jsonwan
added a commit
to jsonwan/bk-job
that referenced
this issue
Dec 12, 2022
wangyu096
added a commit
that referenced
this issue
Dec 12, 2022
bugfix: [ipv6]第三方文件源分发文件,会产生重复的执行结果 #1563
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Version / Branch / tag
3.7.0-beta.41
出了什么问题?(What Happened?)

如图,只有一个文件从第三方文件源分发,但是在上传日志那里却又两条日志
如何复现?(How to reproduce?)
见问题描述
预期结果(What you expect?)
只有一条上传结果
The text was updated successfully, but these errors were encountered: