You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(scheduler): handle HitLocalCache in peer register & upgrade v2.2.32 (#4881)
* feat(scheduler): handle HitLocalCache in peer register & upgrade v2.2.32
- Add early-return path for `HitLocalCache` flag in peer register
- Transition task/peer FSM states and send `HitLocalCacheResponse`
directly without scheduling or triggering seed peer
- Bump `d7y.io/api/v2` dependency from v2.2.30 to v2.2.32
Signed-off-by: Gaius <gaius.qi@gmail.com>
* docs(scheduler): shorten hit local cache comment in service_v2
Simplifies the comment for the local cache hit case by removing
details about HitLocalCacheResponse and peer reporting behavior.
Signed-off-by: Gaius <gaius.qi@gmail.com>
* fix(scheduler): replace HitLocalCache with MetadataOnly handling
- Replace `HitLocalCache`/`HitLocalCacheResponse` with
`MetadataOnly`/`MetadataOnlyResponse` in peer registration handling
- Update log message to reflect new response type
- Bump `google.golang.org/grpc` from v1.82.0 to v1.82.1
Signed-off-by: Gaius <gaius.qi@gmail.com>
* build: upgrade node from 20 to 24 in manager console build
- Bump Node.js base image from 20 to 24 (Alpine) in Dockerfile and
build script
- Add `yarn.lock` copy step to improve layer caching and ensure
reproducible installs
- Update manager/console submodule to latest commit
Signed-off-by: Gaius <gaius.qi@gmail.com>
---------
Signed-off-by: Gaius <gaius.qi@gmail.com>
0 commit comments