Skip to content

[refactor][CGS][linkismanager] optimize resource reset interface logic#978

Merged
casionone merged 1 commit intodev-2.0.0from
dev-2.0.0-resource-reset
Apr 7, 2026
Merged

[refactor][CGS][linkismanager] optimize resource reset interface logic#978
casionone merged 1 commit intodev-2.0.0from
dev-2.0.0-resource-reset

Conversation

@v-kkhuang
Copy link
Copy Markdown

What is the purpose of the change

Background/Problem:
The current resource reset interface logic has limitations in handling various resource cleanup scenarios efficiently. This can lead to resource leakage or incomplete cleanup in certain edge cases.

Purpose of Change:
To improve resource management, this PR optimizes the resource reset interface logic to handle resource cleanup more reliably and efficiently across different scenarios.

Value/Impact:
After the change, resource cleanup is more reliable and efficient, reducing the risk of resource leakage and improving system stability.

Related issues/PRs

Related issues: close #977
Related pr:none

Brief change log

  • Optimize resource reset interface logic for better reliability
  • Improve error handling in resource cleanup scenarios
  • Refactor code for better maintainability

Checklist

  • I have read the Contributing Guidelines on pull requests.
  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have added tests corresponding to this change
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible
  • If this is a code change: I have written unit tests to fully verify the new behavior.

@v-kkhuang v-kkhuang added the enhancement New feature or request label Apr 7, 2026
Copy link
Copy Markdown

@casionone casionone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@casionone casionone merged commit 56478dc into dev-2.0.0 Apr 7, 2026
18 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants