Skip to content

Commit 297c6aa

Browse files
Cyber-SiKuwuhongsong
authored andcommitted
[fix]curvefs/client: diskcache may deadlock
Signed-off-by: Cyber-SiKu <[email protected]>
1 parent 015cd25 commit 297c6aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

curvefs/src/client/s3/disk_cache_manager.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,10 @@ void DiskCacheManager::TrimCache() {
427427
InitQosParam();
428428
if (!IsDiskCacheSafe(kRatioLevel)) {
429429
while (!IsDiskCacheSafe(FLAGS_diskTrimRatio)) {
430+
if (!isRunning_) {
431+
LOG(INFO) << "trim thread end.";
432+
return;
433+
}
430434
UpdateDiskFsUsedRatio();
431435
if (!cachedObjName_->GetBack(&cacheKey)) {
432436
VLOG_EVERY_N(9, 1000) << "obj is empty";

0 commit comments

Comments
 (0)