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

Disable placement timeout with no peers #7418

Merged
merged 12 commits into from
Jan 29, 2024

Commits on Jan 20, 2024

  1. Disable placement timeout with no peers

    Disable placement leadership timeouts when there are no peers. This
    reduces startup time of placement by a second. Also remove initial delay
    of actor health check probe.
    
    Continue to use existing placement config if there is more then one peer
    (initial cluster) configured i.e. ha mode.
    
    `-focus "actor|placement" integration test results before and after
    change:
    
    ```
        integration.go:82: Total integration test execution time: 2m2.7s
        integration.go:82: Total integration test execution time: 2m5.9s
        integration.go:82: Total integration test execution time: 1m36.3s
        integration.go:82: Total integration test execution time: 1m35s
    ``
    
    Signed-off-by: joshvanl <me@joshvanl.dev>
    JoshVanL committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    c94bdde View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    b1b541c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94b9997 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d022a59 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    2e8f48a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ef2ed1 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    a80b7bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf20afd View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

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

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    73a4b1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ba1f26 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

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