Skip to content

Commit 108a09e

Browse files
committed
support hard_pin
Signed-off-by: 0oshowero0 <o0shower0o@outlook.com>
1 parent 5446a81 commit 108a09e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

transfer_queue/storage/clients/mooncake_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ def __init__(self, config: dict[str, Any]):
8383
self.metadata_server = self.metadata_server + "/metadata"
8484

8585
self.replica_config = ReplicateConfig()
86-
# FIXME: hard_pin support
87-
# self.replica_config.with_hard_pin = True
86+
self.replica_config.with_hard_pin = True
8887

8988
self._store = MooncakeDistributedStore()
9089
ret = self._store.setup(

0 commit comments

Comments
 (0)