• Harkrishn Patro's avatar
    Fix resize hash table dictionary iterator (#12660) · f3bf8485
    Harkrishn Patro authored
    Dictionary iterator logic in the `tryResizeHashTables` method is picking the next
    (incorrect) dictionary while the cursor is at a given slot. This could lead to some
    dictionary/slot getting skipped from resizing.
    
    Also stabilize the test.
    
    problem introduced recently in #11695
    f3bf8485
server.c 287 KB