Skip to content

Block too many concurrent mapping updates#51038

Merged
ywelsch merged 3 commits intoelastic:masterfrom
ywelsch:block-mapping-updates
Jan 15, 2020
Merged

Block too many concurrent mapping updates#51038
ywelsch merged 3 commits intoelastic:masterfrom
ywelsch:block-mapping-updates

Conversation

@ywelsch
Copy link
Copy Markdown
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
Copy Markdown
Collaborator

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

Copy link
Copy Markdown
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