Skip to content

Conversation

@GeChenxin
Copy link
Contributor

Inflight_requests was previously for HTTP and TCP, Added breaker (inflight_http_requests) for HTTP layer requests.
The cluster communicates internally using TCP, but users requests Elasticsearch through the HTTP restful interface.
The HTTP parameters are as follows:
network.breaker.inflight_http_requests.limit(100%)
network.breaker.inflight_http_requests.overhead(1.0d)
network.breaker.inflight_http_requests.type(memeory)

GeChenxin added 3 commits June 9, 2020 14:44
…light_http_requests) for HTTP layer requests.

The cluster communicates internally using TCP, but users requests Elasticsearch through the HTTP restful interface.
The HTTP parameters are as follows:
network.breaker.inflight_http_requests.limit(100%)
network.breaker.inflight_http_requests.overhead(1.0d)
network.breaker.inflight_http_requests.type(memeory)
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-features (:Core/Features/Features)

@elasticmachine elasticmachine added the Team:Data Management Meta label for data/management team label Jun 11, 2020
@jakelandis jakelandis added the :Distributed Coordination/Network Http and internode communication implementations label Jun 11, 2020
@elasticmachine
Copy link
Collaborator

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

@elasticmachine elasticmachine added the Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination. label Jun 11, 2020
@jakelandis jakelandis removed :Core/Features/Features Team:Data Management Meta label for data/management team labels Jun 11, 2020
@ywelsch
Copy link
Contributor

ywelsch commented Jun 29, 2020

@GeChenxin can you give some motivation for this change? Is the main goal to put some breaks on data ingestion so that it does not overwhelm a cluster? Note that we're working towards a more accurate accounting and breaking scheme for write operations (see #57573, which is the very first step there).

@ywelsch
Copy link
Contributor

ywelsch commented Aug 3, 2020

No feedback -> closing

@ywelsch ywelsch closed this Aug 3, 2020
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 Team:Distributed (Obsolete) Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants