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

release/v1.2: Support comma separated list of zero addresses in alpha (#5116) #5258

Merged
merged 1 commit into from
Apr 22, 2020

Commits on Apr 21, 2020

  1. Support comma separated list of zero addresses in alpha (#5116)

    Currently, alpha supports specifying only a single zero instance
    address via the `--zero` flag in `dgraph alpha` command. This commit
    adds supports for a comma-separated list of `zero` addresses in
    `dgraph alpha` so that any zero address can be used from the list
    of zero addresses if one of them is unavailable.
    
    We'll pick zero addresses starting from the first one in the list and
    try to establish a connection to it. If it fails, we'll pick
    the next zero address.
    
    The `dgraph bulk/live` command accepts only a single zero address.
    The comma-separated list is only for `dgraph alpha` command.
    
    (cherry picked from commit 82adb16)
    Ibrahim Jarif authored and jarifibrahim committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    ad82923 View commit details
    Browse the repository at this point in the history