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

raft.cluster api returns error if no leader is there in the network in version 2.4.0 #934

Merged
merged 11 commits into from
Feb 4, 2020

Commits on Dec 13, 2019

  1. Configuration menu
    Copy the full SHA
    5c83a22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7858c7b View commit details
    Browse the repository at this point in the history
  3. Correcting typo.

    vsmk98 committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    39191ff View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	docs/Features/dns.md
    vsmk98 committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    0f6956c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Configuration menu
    Copy the full SHA
    80926f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Configuration menu
    Copy the full SHA
    956d774 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. raft.cluster was throwing an error when there was no leader in the ne…

    …twork. Fixed the same.
    
    added nodeActive attribute to the api response which indicates if the node is active in raft cluster.
    added error handling for other apis
    vsmk98 committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    48ffc86 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Configuration menu
    Copy the full SHA
    064e048 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2020

  1. Configuration menu
    Copy the full SHA
    ebee648 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3edbfc1 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Configuration menu
    Copy the full SHA
    2608b97 View commit details
    Browse the repository at this point in the history