OffloadingConnector: Fix GPU block tracking bug (#25856)

Signed-off-by: Or Ozeri <oro@il.ibm.com>
Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
Or Ozeri
2025-10-03 13:35:57 -07:00
committed by yewentao256
parent 6083b4d926
commit bb2e04e41e
@@ -278,8 +278,9 @@ class OffloadingConnectorScheduler:
req, start_idx=start_block_idx, end_idx=num_blocks)
store_output = self.manager.prepare_store(new_block_hashes)
if store_output is None:
logger.warning("Cannot store %s blocks", num_new_blocks)
break
logger.warning("Request %s: cannot store %s blocks", req_id,
num_new_blocks)
continue
self._next_stored_block_idx[req_id] = num_blocks