Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
-
9223372036854775807
Description
with ZFS the number of objects in LU cache is limited, so any lu_object_new() checks whether the limit is exceeded. so, at some point it's called for every new object and worse - many threads got blocked in lu_site_purge() due to that. we don't need that strong semantics for the number of cached object, this should be fixed in a way to purge objects in batches in non-blocking manner.