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

cluster: sometimes debug-port value for child process can be broken #1524

Closed
wants to merge 6 commits into from

Commits on Apr 25, 2015

  1. cluster: sometimes debug-port value for child process can be broken

    In case of long running cluster, if worker processes is restarting
    periodically, --debug-port value may become out of range [1024, 65535].
    Olegas committed Apr 25, 2015
    Configuration menu
    Copy the full SHA
    cd23c88 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2015

  1. Test added

    Olegas committed Apr 27, 2015
    Configuration menu
    Copy the full SHA
    e71cfc8 View commit details
    Browse the repository at this point in the history
  2. Fixed coding style issues

    Olegas committed Apr 27, 2015
    Configuration menu
    Copy the full SHA
    2a8c5e7 View commit details
    Browse the repository at this point in the history
  3. Fixed coding style issues

    Olegas committed Apr 27, 2015
    Configuration menu
    Copy the full SHA
    5ee069b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4aa3f47 View commit details
    Browse the repository at this point in the history
  5. Missing semicolon

    Olegas committed Apr 27, 2015
    Configuration menu
    Copy the full SHA
    220e3d3 View commit details
    Browse the repository at this point in the history