gianm commented on code in PR #18871:
URL: https://github.com/apache/druid/pull/18871#discussion_r2659317882
##########
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:
To me they seem about as good as each other, but if one seems a lot better
to you, lmk and I can change it.
--
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]