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

avoid dataIsNotReady error while retrying stale read on the leader(#765) #789

Merged
merged 3 commits into from
May 6, 2023

Commits on May 5, 2023

  1. avoid dataIsNotReady error while retrying stale read on the leader (t…

    …ikv#765)
    
    * avoid dataIsNotReady error while retrying stale read on the leader
    
    Signed-off-by: artem_danilov <artem_danilov@airbnb.com>
    
    * move StaleRead flag reset to retry section
    
    Signed-off-by: artem_danilov <artem_danilov@airbnb.com>
    
    * move all logic to #next and allow retry on the leader
    
    Signed-off-by: artem_danilov <artem_danilov@airbnb.com>
    
    ---------
    
    Signed-off-by: artem_danilov <artem_danilov@airbnb.com>
    Co-authored-by: artem_danilov <artem_danilov@airbnb.com>
    Signed-off-by: you06 <you1474600@gmail.com>
    2 people authored and you06 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    a44a0a9 View commit details
    Browse the repository at this point in the history
  2. add context patcher for 65

    Signed-off-by: you06 <you1474600@gmail.com>
    you06 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    91b0426 View commit details
    Browse the repository at this point in the history
  3. fmt

    Signed-off-by: you06 <you1474600@gmail.com>
    you06 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    cb927ab View commit details
    Browse the repository at this point in the history