Closed chrisohaver closed 1 year ago
Fixes the rrl cache eviction function (#37) and the deadlock on eviction failure (#36)
Also refactor shard item type from *interface{} to interface{} and fix unit tests that depended on it.
*interface{}
interface{}
Signed-off-by: Chris O'Haver cohaver@infoblox.com
I like the changes. Looks a little cleaner as well, which is always nice.
Fixes the rrl cache eviction function (#37) and the deadlock on eviction failure (#36)
Also refactor shard item type from
*interface{}
tointerface{}
and fix unit tests that depended on it.Signed-off-by: Chris O'Haver cohaver@infoblox.com