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

Avoid needlessly forking for noop ReplicationTracker.createMissingPeerRecoveryRetentionLeases #92391

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Dec 15, 2022

  1. Avoid needlessly forking for noop ReplicationTracker.createMissingPee…

    …rRecoveryRetentionLeases
    
    Found while looking into overriding the replication tracker. Any
    override for stateless would make the adjusted method pointless in the
    override anyway.
    This operation is almost always a noop + we only use a single listener
    implementation -> simplify this thing to not consume a listener
    and avoid forking in most cases.
    original-brownbear committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    5035cd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    e0ffb94 View commit details
    Browse the repository at this point in the history
  2. merge in master

    original-brownbear committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    fba70f6 View commit details
    Browse the repository at this point in the history