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

Use pthread_exit to terminate raft service. #536

Merged
merged 4 commits into from
Sep 18, 2024

Commits on Sep 12, 2024

  1. Use pthread_exit to terminate raft service.

    Allow the process to handle termination of raft service rather than
    force process wide `exit()`
    
    Addresses eBay#535
    szmyd committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    17080de View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    abd919b View commit details
    Browse the repository at this point in the history
  2. Include require header.

    szmyd committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9223abf View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    2939a9f View commit details
    Browse the repository at this point in the history