• Moti Cohen's avatar
    Fix ebuckets stop indication during ebExpire() (#13287) · ae6df30e
    Moti Cohen authored
    on active-expire of buckets, at function `ebExpire()` ->
    `ebSegExpire()`, if callback `onExpireItem()` indicated to stop, Yet
    iterator (iter) was wrongly already got updated to point to next item.
    In turn the segment will be updated without current item.
    ae6df30e
ebuckets.c 91.2 KB