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

Conversation

original-brownbear
Copy link
Member

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.

relates #92353

…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 original-brownbear added >non-issue :Distributed/CRUD A catch all label for issues around indexing, updating and getting a doc by id. Not search. v8.7.0 labels Dec 15, 2022
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

@elasticsearchmachine elasticsearchmachine added the Team:Distributed Meta label for distributed team label Dec 15, 2022
@rjernst rjernst added v8.8.0 and removed v8.7.0 labels Feb 8, 2023
@original-brownbear
Copy link
Member Author

Jenkins run elasticsearch-ci/part-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed/CRUD A catch all label for issues around indexing, updating and getting a doc by id. Not search. >non-issue Team:Distributed Meta label for distributed team v8.15.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants