Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keep del when del-set-sequence exist #699

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 13, 2022

  1. keep del when del-set-sequence exist

    what I did:  
        when del-set-sequence exist in consumer table, I keep the del event been execute even a set of the same key is already seen after the del.
    why I did:
        in the old code, the del is setting an key without fv, so if a set with fv after, it will only execute a set, so the multimap m_toSync can not  seen the del event, sometimes the lost del may result errors if something is depending on the del event.
    ryan44guo committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    5c3b0ad View commit details
    Browse the repository at this point in the history