Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for when active rehashing kvstore dictionaries are replaced by de…
…frag (#1512) The kvstore operates the active rehashing by traversing a list of dictionaries which were registered to it when they started rehashing. The problem is that active defrag may realloc some of the dictionary structures while they are registered on the list.where the dictionary might be relocated in dictDefragTables. The Solution is to make sure we update the rehashing list node withy the new(or not) dictionary pointer after applying the defrag function. Signed-off-by: Ran Shidlansik <[email protected]>
- Loading branch information