Skip to content

Remove ChannelType.Client #127432

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

original-brownbear
Copy link
Member

There's no usage of a client channel anywhere in prod code. -> remove any notion of a client channel and replace the now irrelevant enum with a boolean to simplify things.
Also, cleanup handling of the max header length to make that more obvious and remove the indirection to a ByteSizeValue that really just wastes CPU cache and hides the 2G maximum default (however reasonable that number may be).

There's no usage of a client channel anywhere in prod code.
-> remove any notion of a client channel and replace the now irrelevant
enum with a boolean to simplify things.
Also, cleanup handling of the max header length to make that more obvious
and remove the indirection to a `ByteSizeValue` that really just wastes
CPU cache and hides the 2G maximum default (however reasonable that number may be).
@original-brownbear original-brownbear added >non-issue :Core/Infra/Transport API Transport client API v9.1.0 :Distributed Coordination/Network Http and internode communication implementations and removed :Core/Infra/Transport API Transport client API labels Apr 26, 2025
@elasticsearchmachine elasticsearchmachine added the Team:Distributed Coordination Meta label for Distributed Coordination team label Apr 26, 2025
@elasticsearchmachine
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Coordination/Network Http and internode communication implementations >non-issue Team:Distributed Coordination Meta label for Distributed Coordination team v9.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants