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

Dynamic Supervisor does not ensure uniqueness #196

Merged
merged 3 commits into from
Mar 15, 2020

Commits on Feb 4, 2020

  1. Randomize child.id when recovering from a "dead node".

    This is to prevent Horde.DynamicSupervisor from doing any de-duping. We
    cannot allow _both_ Horde.Registry and Horde.DynamicSupervisor to
    de-dupe, so we will make this the exclusive domain of Horde.Registry.
    derekkraan committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    8c3fb70 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    bb8a09d View commit details
    Browse the repository at this point in the history
  2. Fix compiler warnings

    derekkraan committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    62cf425 View commit details
    Browse the repository at this point in the history