We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc91d6a commit f1035afCopy full SHA for f1035af
ydb/core/blobstorage/pdisk/blobstorage_pdisk_impl.cpp
@@ -327,7 +327,7 @@ void TPDisk::Stop() {
327
auto& req = JointChunkReads.front();
328
Y_VERIFY_DEBUG_S(req->GetType() == ERequestType::RequestChunkReadPiece,
329
"Unexpected request type# " << TypeName(*req));
330
- TRequestBase::AbortDelete(req.Release(), PCtx->ActorSystem);
+ TRequestBase::AbortDelete(req.Get(), PCtx->ActorSystem);
331
JointChunkReads.pop();
332
}
333
0 commit comments