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

Handle timeout on remote sink peer (#1) #1877

Open
wants to merge 2 commits into
base: develop-3.0
Choose a base branch
from

Commits on Nov 14, 2023

  1. Merge pull request #1 from nhs-riak/nhse-contrib-kv1871

    KV i1871 - Handle timeout on remote connection
    martinsumner committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    dea4170 View commit details
    Browse the repository at this point in the history
  2. Force timeout to trigger (#3)

    Previously, the inactivity timeout on handle_continue could be cancelled by a call to riak_kv_rpelrtq_snk (e.g. from riak_kv_rpelrtq_peer).  this might lead to the log_stats loop never being triggered.
    martinsumner committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    763f749 View commit details
    Browse the repository at this point in the history