Skip to content

Conversation

DaveCTurner
Copy link
Contributor

The logger parameter is unused, it doesn't throw any checked
exceptions, and there's no need for protected instance methods when
they're also available as public static.

The `logger` parameter is unused, it doesn't throw any checked
exceptions, and there's no need for `protected` instance methods when
they're also available as `public static`.
@DaveCTurner DaveCTurner requested a review from nielsbauman August 7, 2025 08:30
@DaveCTurner DaveCTurner added >test Issues or PRs that are addressing/adding tests :Distributed Coordination/Cluster Coordination Cluster formation and cluster state publication, including cluster membership and fault detection. v9.2.0 v8.19.2 v9.1.2 labels Aug 7, 2025
@elasticsearchmachine elasticsearchmachine added the Team:Distributed Coordination Meta label for Distributed Coordination team label Aug 7, 2025
@elasticsearchmachine
Copy link
Collaborator

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

Copy link
Contributor

@nielsbauman nielsbauman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. This has been (low) on my todo list for some time too, thanks David!

@DaveCTurner DaveCTurner added auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) auto-backport Automatically create backport pull requests when merged labels Aug 7, 2025
@nielsbauman
Copy link
Contributor

@DaveCTurner any chance you have time to open a Serverless PR as well to fix compilation and get this PR through?

@elasticsearchmachine elasticsearchmachine added the serverless-linked Added by automation, don't add manually label Aug 26, 2025
@DaveCTurner
Copy link
Contributor Author

Ah thanks Niels this one slipped off my radar. I opened the corresponding PR

@elasticsearchmachine elasticsearchmachine merged commit 1337476 into elastic:main Aug 26, 2025
34 checks passed
@DaveCTurner DaveCTurner deleted the 2025/08/07/awaitClusterState-cleanup branch August 26, 2025 11:55
@elasticsearchmachine
Copy link
Collaborator

💔 Backport failed

Status Branch Result
8.19 Commit could not be cherrypicked due to conflicts
9.1 Commit could not be cherrypicked due to conflicts

You can use sqren/backport to manually backport by running backport --upstream elastic/elasticsearch --pr 132529

DaveCTurner added a commit to DaveCTurner/elasticsearch that referenced this pull request Aug 26, 2025
The `logger` parameter is unused, it doesn't throw any checked
exceptions, and there's no need for `protected` instance methods when
they're also available as `public static`.

Backport of elastic#132529 to 9.1
DaveCTurner added a commit to DaveCTurner/elasticsearch that referenced this pull request Aug 26, 2025
The `logger` parameter is unused, it doesn't throw any checked
exceptions, and there's no need for `protected` instance methods when
they're also available as `public static`.

Backport of elastic#132529 to 8.19
@DaveCTurner
Copy link
Contributor Author

See #133550 and #133553 for backports

elasticsearchmachine pushed a commit that referenced this pull request Aug 26, 2025
The `logger` parameter is unused, it doesn't throw any checked
exceptions, and there's no need for `protected` instance methods when
they're also available as `public static`.

Backport of #132529 to 9.1
elasticsearchmachine pushed a commit that referenced this pull request Aug 26, 2025
The `logger` parameter is unused, it doesn't throw any checked
exceptions, and there's no need for `protected` instance methods when
they're also available as `public static`.

Backport of #132529 to 8.19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Automatically create backport pull requests when merged auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) :Distributed Coordination/Cluster Coordination Cluster formation and cluster state publication, including cluster membership and fault detection. serverless-linked Added by automation, don't add manually Team:Distributed Coordination Meta label for Distributed Coordination team >test Issues or PRs that are addressing/adding tests v8.19.3 v9.1.4 v9.2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants