qubole / rubix

Cache File System optimized for columnar formats and object stores
Apache License 2.0
183 stars 74 forks source link

fix: dev: Assigning a non-zero weight for each of the files in the cache to start eviction #93

Closed abhishekdas99 closed 6 years ago

abhishekdas99 commented 6 years ago

as per guava source code https://github.com/google/guava/blob/master/guava/src/com/google/common/cache/LocalCache.java#L2623

the weight of individual items needs to be a positive integer to have that item eligible for eviction.