mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
Fix naming typo getRecorderWithTag (#210)
This commit is contained in:
@@ -679,7 +679,7 @@ typename hf3fs::storage::BatchReadReq buildBatchRequest(const ClientRequestConte
|
||||
payloads.reserve(ops.size());
|
||||
size_t requestedBytes = 0;
|
||||
auto requestTagSet = monitor::instanceTagSet("batchRead");
|
||||
auto tagged_bytes_per_operation = bytes_per_operation.getRecoderWithTag(requestTagSet);
|
||||
auto tagged_bytes_per_operation = bytes_per_operation.getRecorderWithTag(requestTagSet);
|
||||
|
||||
hf3fs::storage::RequestId requestId(nextRequestId.fetch_add(1));
|
||||
hf3fs::storage::MessageTag tag{clientId, requestId};
|
||||
|
||||
Reference in New Issue
Block a user