Fix forget to update the dict's node in the kvstore's rehashing list after defragment (#13231)
Introducted by #13013 After defragmenting the dictionary in the kvstore, if the dict is reallocated, the value of its node in the kvstore rehashing list must be updated.
Please register or sign in to comment