Skip to content

Commit e5b6b36

Browse files
committed
revise get status optimization notes
1 parent 4d69855 commit e5b6b36

File tree

2 files changed

+2
-2
lines changed
  • docs
    • i18n/zh-Hans/docusaurus-plugin-content-docs/version-1.3.x/Release Notes
    • versioned_docs/version-1.3.x/Release Notes

2 files changed

+2
-2
lines changed

docs/i18n/zh-Hans/docusaurus-plugin-content-docs/version-1.3.x/Release Notes/v1.3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
### Enhancements
4141

4242
#### 性能优化
43-
- `get_status` 从 rocklet 委托至 Ray operator,改善关注点分离 ([#487](https://github.com/alibaba/ROCK/pull/487))
43+
- 判断 `get_status` 方法通过ray实现还是rocklet实现的逻辑移动到了ray operator中,避免相关判断逻辑对其他operator的实现造成干扰。 ([#487](https://github.com/alibaba/ROCK/pull/487))
4444

4545
#### 架构重构
4646
- 将沙箱生命周期管理操作(启动/停止/销毁)委托至 operator 层 ([#423](https://github.com/alibaba/ROCK/pull/423))

docs/versioned_docs/version-1.3.x/Release Notes/v1.3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Mar 4, 2026
4343
### Enhancements
4444

4545
#### Performance Optimizations
46-
- Delegate `get_status` from rocklet into Ray operator for improved separation of concerns ([#487](https://github.com/alibaba/ROCK/pull/487))
46+
- The logic for determining whether get_status is implemented via Ray or Rocklet has been moved into the Ray operator, preventing the related decision logic from interfering with the implementation of other operators. ([#487](https://github.com/alibaba/ROCK/pull/487))
4747

4848
#### Architecture Refactoring
4949
- Delegate sandbox lifecycle management operations (start/stop/destroy) to operator layer ([#423](https://github.com/alibaba/ROCK/pull/423))

0 commit comments

Comments
 (0)