Skip to content

fix: 修正批量获取卸载对象时参数名错误#26

Merged
zchuango merged 1 commit into
zchuango:supercache_devfrom
yyyuanhao426-hash:debug/storage_key
Jun 21, 2026
Merged

fix: 修正批量获取卸载对象时参数名错误#26
zchuango merged 1 commit into
zchuango:supercache_devfrom
yyyuanhao426-hash:debug/storage_key

Conversation

@yyyuanhao426-hash

@yyyuanhao426-hash yyyuanhao426-hash commented Jun 21, 2026

Copy link
Copy Markdown

batch_get_offload_object 调用中的错误参数名 keys 更正为正确的 storage_keys,以确保函数调用与预期参数匹配,避免潜在的运行时错误。

Description

Module

  • Transfer Engine (mooncake-transfer-engine)
  • Mooncake Store (mooncake-store)
  • Mooncake EP (mooncake-ep)
  • Mooncake PG (mooncake-pg)
  • Integration (mooncake-integration)
  • P2P Store (mooncake-p2p-store)
  • Python Wheel (mooncake-wheel)
  • Common (mooncake-common)
  • Mooncake RL (mooncake-rl)
  • CI/CD
  • Docs
  • Other

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Breaking change
  • Documentation update
  • Performance improvement
  • Other

How Has This Been Tested?

Test commands:

# Example: bash scripts/run_ci_test.sh

Test results:

  • Unit tests pass
  • Integration tests pass (if applicable)
  • Manual testing done (describe below)

Checklist

  • I have performed a self-review of my own code
  • I have formatted my code using ./scripts/code_format.sh
  • I have run pre-commit run --all-files and all hooks pass
  • I have updated the documentation (if applicable)
  • I have added tests to prove my changes are effective
  • For changes >500 LOC: I have filed an RFC issue

AI Assistance Disclosure

  • No AI tools were used
  • AI tools were used (specify below)

将 `batch_get_offload_object` 调用中的错误参数名 `keys` 更正为正确的 `storage_keys`,以确保函数调用与预期参数匹配,避免潜在的运行时错误。
@zchuango zchuango merged commit 5b5ba1a into zchuango:supercache_dev Jun 21, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants