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

Allow duplicated puts in robustness #18772

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Oct 23, 2024

  1. Don't validate watch patching time as we no longer use watch to decid…

    …e to discard
    
    Signed-off-by: Marek Siarkowicz <[email protected]>
    serathius committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9e8d7c9 View commit details
    Browse the repository at this point in the history
  2. Refactor patchOperations to handle each operation separetly, which is…

    … useful to implement patching for non-put
    
    Signed-off-by: Marek Siarkowicz <[email protected]>
    serathius committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ff49370 View commit details
    Browse the repository at this point in the history
  3. Unify patchOperation arguments to be map from keyValue to int64

    Signed-off-by: Marek Siarkowicz <[email protected]>
    serathius committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    88219ed View commit details
    Browse the repository at this point in the history
  4. Unify calculating returnTime

    Signed-off-by: Marek Siarkowicz <[email protected]>
    serathius committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a8744e0 View commit details
    Browse the repository at this point in the history
  5. Refactor watch response util functions for unit tests

    Signed-off-by: Marek Siarkowicz <[email protected]>
    serathius committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a1d1a5b View commit details
    Browse the repository at this point in the history
  6. Use client request count for uniqness

    Signed-off-by: Marek Siarkowicz <[email protected]>
    serathius committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    acb3438 View commit details
    Browse the repository at this point in the history
  7. Allow duplicated put requests

    Signed-off-by: Marek Siarkowicz <[email protected]>
    serathius committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b4142a0 View commit details
    Browse the repository at this point in the history