Skip to content

Conversation

@enjoy-binbin
Copy link
Contributor

When the dict is NULL, we also need to push resize_cursor, otherwise it
will keep doing useless continue here, and there is no way to resize the
other dict behind it.

Introduced in #12822.

When the dict is NULL, we also need to push resize_cursor, otherwise it
will keep doing useless continue here, and there is no way to resize the
other dict behind it.

Introduced in redis#12822.
@enjoy-binbin
Copy link
Contributor Author

CI also report this failure:

*** [err]: Redis can trigger resizing in tests/unit/other.tcl
hash tables weren't resize.
*** [err]: Redis can rewind and trigger smaller slot resizing in tests/unit/other.tcl
hash tables weren't resize.

@oranagra
Copy link
Member

oranagra commented Feb 6, 2024

@oranagra oranagra merged commit 84fd745 into redis:unstable Feb 6, 2024
@enjoy-binbin enjoy-binbin deleted the fix_kvstore_not_able_to_resize branch February 6, 2024 07:41
roggervalf pushed a commit to roggervalf/redis that referenced this pull request Feb 11, 2024
…redis#13031)

When the dict is NULL, we also need to push resize_cursor, otherwise it
will keep doing useless continue here, and there is no way to resize the
other dict behind it.

Introduced in redis#12822.

---------

Co-authored-by: Oran Agra <oran@redislabs.com>
funny-dog pushed a commit to funny-dog/redis that referenced this pull request Sep 17, 2025
…redis#13031)

When the dict is NULL, we also need to push resize_cursor, otherwise it
will keep doing useless continue here, and there is no way to resize the
other dict behind it.

Introduced in redis#12822.

---------

Co-authored-by: Oran Agra <oran@redislabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants