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

- Initialize member cluster ID only on connection to cluster. #14

Merged
merged 2 commits into from
Nov 12, 2018
Merged

Commits on Nov 8, 2018

  1. - Initialize member cluster ID only on connection to cluster and forget

       it on disconnect.
     - Don't rely on own index from the view because the view may come from
       another member (IST/SST), instead always determine own index from own ID.
    
    Refs #13
    ayurchen committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    ea9971d View commit details
    Browse the repository at this point in the history
  2. #13 Fix dbsim to deal with provider generated server id

    Dbsim has internal map of server objects for SST simulation.
    This was mapped using server_id, which is not available
    anymore when server object is constructed. Changed the dbsim to
    use server name instead for internal mapping.
    temeo authored and ayurchen committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    c7e8bfb View commit details
    Browse the repository at this point in the history