clintropolis commented on code in PR #18871:
URL: https://github.com/apache/druid/pull/18871#discussion_r2656796758
##########
server/src/main/java/org/apache/druid/segment/loading/StorageLocation.java:
##########
@@ -106,9 +106,7 @@ public class StorageLocation
@GuardedBy("lock")
private WeakCacheEntry hand;
- /**
- * Current total size of files in bytes, including weak entries.
- */
+ private volatile boolean evictImmediately = false;
Review Comment:
i think i was mostly worried about this causing confusion with `reclaim`
which is an entirely separate eviction process to drop weak references when
something else needs the space
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]