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

rafthttp: configurable stream reader retry timeout #8003

Merged
merged 4 commits into from
Jun 2, 2017

Commits on May 31, 2017

  1. rafthttp: configurable stream reader retry timeout

    rafthttp.Transport.DialRetryTimeout field alters the frequency of dial attempts
    Vitaly Isaev committed May 31, 2017
    Configuration menu
    Copy the full SHA
    bd18840 View commit details
    Browse the repository at this point in the history
  2. rafthttp: configurable stream reader retry timeout

    rafthttp.Transport.DialRetryFrequency streamReader dial retrial attempts frequency
    vitalyisaev2 committed May 31, 2017
    Configuration menu
    Copy the full SHA
    ba50819 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. rafthttp: configurable stream reader retry timeout

    use context instead of stop channel inside streamReader
    Vitaly Isaev committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    30bdad8 View commit details
    Browse the repository at this point in the history
  2. rafthttp: configurable stream reader retry timeout

    minor changes after code review
    Vitaly Isaev committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    0a9092a View commit details
    Browse the repository at this point in the history