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

Remove NoneGateway, NoneGatewayAllocator, & NoneGatewayModule #8537

Closed
wants to merge 1 commit into from

Commits on Nov 24, 2014

  1. Remove NoneGateway, NoneGatewayAllocator, & NoneGatewayModule

    Always use the LocalGateway* equivalents
    
    We already check in the LocalGateway whether a node is a client node, or
    is not master-eligible, and skip writing the state there. This allows us
    to remove this code that was previously used only for tribe nodes (which
    are not master eligible anyway and wouldn't write state) and in
    tests (which can shake more bugs out)
    dakrone committed Nov 24, 2014
    Configuration menu
    Copy the full SHA
    e482bdd View commit details
    Browse the repository at this point in the history