[issues/766] fix: 模型同步一直停留在lfs_start的问题#1037
Open
shaoyou520 wants to merge 1 commit intoOpenCSGs:mainfrom
Open
[issues/766] fix: 模型同步一直停留在lfs_start的问题#1037shaoyou520 wants to merge 1 commit intoOpenCSGs:mainfrom
shaoyou520 wants to merge 1 commit intoOpenCSGs:mainfrom
Conversation
bc02c75 to
1ed036f
Compare
Collaborator
pulltheflower
left a comment
There was a problem hiding this comment.
🥇 非常感谢您的贡献 👍 ,代码中有一些改动的点和我们之前的设计有一点不同,我们可以讨论看下怎么优化更好
25b24a0 to
2beb1b6
Compare
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.
What is this feature?
fix:解决issues 766的问题,对于一些分支检查添加状态的更新
[Add a brief description of what the feature or update does.]
Why do we need this feature?
使功能更加的完善,处理问题如下:
1:worker 的map 退出时未清理
2:worker 的context 没有及时cancel, 只有重试如果是相同task时才 调用cancel
3:一些查询不到时的状态更改
[Add a description of the problem the feature is trying to solve.]
Who is this feature for?
[Add information on what kind of user the feature is for.]
Which issue(s) does this PR fix?:
Fixes # issue 766
Special notes for your reviewer: