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

Rare race condition when introducing new fields into a mapping #3667

Closed
kimchy opened this issue Sep 11, 2013 · 0 comments
Closed

Rare race condition when introducing new fields into a mapping #3667

kimchy opened this issue Sep 11, 2013 · 0 comments

Comments

@kimchy
Copy link
Member

kimchy commented Sep 11, 2013

Dynamic mapping allow to dynamically introduce new fields into an existing mapping. There is a (pretty rare) race condition, where a new field/object being introduced will not be immediately visible for another document that introduces it at the same time.

Relates to #3544

@kimchy kimchy closed this as completed in bbce6e8 Sep 11, 2013
kimchy added a commit that referenced this issue Sep 11, 2013
Dynamic mapping allow to dynamically introduce new fields into an existing mapping. There is a (pretty rare) race condition, where a new field/object being introduced will not be immediately visible for another document that introduces it at the same time.

closes #3667, closes #3544
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
Dynamic mapping allow to dynamically introduce new fields into an existing mapping. There is a (pretty rare) race condition, where a new field/object being introduced will not be immediately visible for another document that introduces it at the same time.

closes elastic#3667, closes elastic#3544
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant