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

Combine batches of successive roles for same nodes, #1345

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 19, 2017

  1. Combine batches of successive roles for same nodes,

    We can speed-up the application of (n+1)th role if both(n,n+1)
    roles are being applied on the same node. This speedup of deployment of
    ceilometer by atleast 1m20s (measured: 90sec) and swift by ~20s.
    
    eg. In our 2node deployment ceilometer{server,central} are always
    applied on the same node, given that they have different priorities, they are
    to be applied, one after the other.
    
    This does not violate any order constraints as the application procedure
    of (n+1)th role is transparent to the nth role
    Sumit Jamgade committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    7d7e7e8 View commit details
    Browse the repository at this point in the history