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

Block too many concurrent mapping updates #51038

Merged
merged 3 commits into from Jan 15, 2020

Conversation

ywelsch
Copy link
Contributor

@ywelsch ywelsch commented Jan 15, 2020

Ensures that there are not too many concurrent dynamic mapping updates going out from the data nodes to the master.

Closes #50670

@ywelsch ywelsch added >bug :Distributed/CRUD A catch all label for issues around indexing, updating and getting a doc by id. Not search. v8.0.0 v7.6.0 v7.5.2 labels Jan 15, 2020
@elasticmachine
Copy link
Collaborator

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

Copy link
Contributor

@henningandersen henningandersen left a comment

Choose a reason for hiding this comment

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

LGTM (provided tests succeed).

Left a couple of optional comments.

@ywelsch ywelsch merged commit bfbbd73 into elastic:master Jan 15, 2020
ywelsch added a commit that referenced this pull request Jan 15, 2020
Ensures that there are not too many concurrent dynamic mapping updates going out from the
data nodes to the master.

Closes #50670
ywelsch added a commit that referenced this pull request Jan 15, 2020
Ensures that there are not too many concurrent dynamic mapping updates going out from the
data nodes to the master.

Closes #50670
SivagurunathanV pushed a commit to SivagurunathanV/elasticsearch that referenced this pull request Jan 23, 2020
Ensures that there are not too many concurrent dynamic mapping updates going out from the
data nodes to the master.

Closes elastic#50670
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Distributed/CRUD A catch all label for issues around indexing, updating and getting a doc by id. Not search. v7.7.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dynamic mapping updates are unboundedly parallel
4 participants