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

OAK-11284: Greedy Reuse of cluster IDs may lead to synchronous LastRe… #1877

Draft
wants to merge 7 commits into
base: trunk
Choose a base branch
from

Commits on Nov 26, 2024

  1. OAK-11284: Greedy Reuse of cluster IDs may lead to synchronous LastRe…

    …vRecovery executions slowing down startup
    
    Introduced the system variable oak.syncRecoveryTimeout to limit the duration of a self recovery at startup.
    mbaedke committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e933f78 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. OAK-11284: Greedy Reuse of cluster IDs may lead to synchronous LastRe…

    …vRecovery executions slowing down startup
    
    Changed property name for better code readability.
    mbaedke committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    5c7221d View commit details
    Browse the repository at this point in the history
  2. Fixed typo

    mbaedke authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    7173796 View commit details
    Browse the repository at this point in the history
  3. Added logging

    mbaedke committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    91846e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. OAK-11284: Greedy Reuse of cluster IDs may lead to synchronous LastRe…

    …vRecovery executions slowing down startup
    
    Redone from scratch.
    mbaedke committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    f4ad0f6 View commit details
    Browse the repository at this point in the history
  2. Removed unused import.

    mbaedke authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    2fa74ac View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

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