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

Std membership not running when node capacity unspecified #54

Open
danalex97 opened this issue Aug 30, 2019 · 0 comments
Open

Std membership not running when node capacity unspecified #54

danalex97 opened this issue Aug 30, 2019 · 0 comments
Labels
b_std Issue on branch std. bug

Comments

@danalex97
Copy link
Owner

danalex97 commented Aug 30, 2019

Bug description

When running speer -config examples/config/broadcast.json with the following configuration there is no output:

{
    "lang" : "go",
    "entry" : "github.com/danalex97/Speer/examples/std/membership/StdMembershipExample",

    "nodes" : 4,

    "logFile" : "./log.json",

    "network" : {
        "transitDomains"    : 5,
        "transitDomainSize" : 5,
        "stubDomains"       : 5,
        "stubDomainSize"    : 5
    }
}

However, if we add the following lines, everything works:

    "transferInterval"  : 10,
    "capacityNodes" : [{
        "number"   : 5,
        "upload"   : 5,
        "download" : 5
    }]
@danalex97 danalex97 added bug b_std Issue on branch std. labels Aug 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
b_std Issue on branch std. bug
Projects
None yet
Development

No branches or pull requests

1 participant