-
Notifications
You must be signed in to change notification settings - Fork 394
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
Fix the problem of increasing container meta information in Docker Center and add UT to this module #1938
Merged
Conversation
This file contains 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
Collaborator
linrunqi08
commented
Dec 2, 2024
•
edited
Loading
edited
- 修复之前标准输出C++话引入的finished时间,该时间逻辑为无效逻辑
- 修复docker center fetchAll函数返回error问题,现在只有containerList才会返回error,单次inspect失败不会返回error
- 修复docker center fetchAll不断重试导致的docker.sock和containerd.sock连接泄漏的问题
- docker compose场景标准输出采集问题,改成从input_stdout入口进行修复,对于logPath为空的容器信息,不创建reader,待下次获取完整容器信息时候,创建reader,已手动测试过
linrunqi08
force-pushed
the
feature/taiye/add_docker_test
branch
2 times, most recently
from
December 9, 2024 06:07
a552757
to
e78ef73
Compare
quzard
approved these changes
Dec 10, 2024
yyuuttaaoo
reviewed
Dec 11, 2024
linrunqi08
force-pushed
the
feature/taiye/add_docker_test
branch
from
December 16, 2024 01:19
46adff8
to
35258d0
Compare
…re/taiye/add_docker_test Conflicts: pkg/helper/docker_center.go
yyuuttaaoo
reviewed
Dec 16, 2024
yyuuttaaoo
approved these changes
Dec 16, 2024
messixukejia
approved these changes
Dec 16, 2024
linrunqi08
added a commit
that referenced
this pull request
Dec 16, 2024
…nter and add UT to this module (#1938) * refine docker center code * fix comments * fix comments Conflicts: pkg/helper/docker_center.go
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.