Skip to content

Commit 0832cb2

Browse files
authored
Update Metadata.h
1 parent 2b3db1d commit 0832cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interpreters/Cache/Metadata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ struct FileSegmentMetadata : private boost::noncopyable
2222

2323
size_t size() const;
2424

25-
bool evicting() const { return !removal_candidate.load(); }
25+
bool evicting() const { return removal_candidate.load(); }
2626

2727
Priority::Iterator getQueueIterator() const { return file_segment->getQueueIterator(); }
2828

0 commit comments

Comments
 (0)