We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3db1d commit 0832cb2Copy full SHA for 0832cb2
src/Interpreters/Cache/Metadata.h
@@ -22,7 +22,7 @@ struct FileSegmentMetadata : private boost::noncopyable
22
23
size_t size() const;
24
25
- bool evicting() const { return !removal_candidate.load(); }
+ bool evicting() const { return removal_candidate.load(); }
26
27
Priority::Iterator getQueueIterator() const { return file_segment->getQueueIterator(); }
28
0 commit comments