mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 20:42:04 +00:00
Fix
This commit is contained in:
parent
13c10fce1a
commit
c35296b6ea
@ -168,6 +168,7 @@ void LRUFileCachePriority::iterate(IterateFunc && func, const CachePriorityGuard
|
||||
|
||||
if (entry.isEvicting(lock))
|
||||
{
|
||||
++it;
|
||||
ProfileEvents::increment(ProfileEvents::FilesystemCacheEvictionSkippedEvictingFileSegments);
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user