mirror of
https://github.com/deepseek-ai/3FS
synced 2025-05-13 09:00:37 +00:00
parent
c69d46e791
commit
f05d2bf8a7
@ -1818,7 +1818,7 @@ CoTryTask<void> StorageClientImpl::batchWriteWithoutRetry(ClientRequestContext &
|
|||||||
config_.traffic_control().write().max_batch_bytes(),
|
config_.traffic_control().write().max_batch_bytes(),
|
||||||
config_.traffic_control().write().random_shuffle_requests());
|
config_.traffic_control().write().random_shuffle_requests());
|
||||||
|
|
||||||
// create batch read request and communicate with storage service
|
// create batch write request and communicate with storage service
|
||||||
|
|
||||||
auto sendReq =
|
auto sendReq =
|
||||||
[&, this](size_t batchIndex, const NodeId &nodeId, const std::vector<WriteIO *> &batchIOs) -> CoTask<bool> {
|
[&, this](size_t batchIndex, const NodeId &nodeId, const std::vector<WriteIO *> &batchIOs) -> CoTask<bool> {
|
||||||
|
Loading…
Reference in New Issue
Block a user