-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
Synced flush not taking very well #12134
Comments
I replied to the discuss list... I think it's a bug on 1.x though... master should be ok here |
s1monw
added a commit
to s1monw/elasticsearch
that referenced
this issue
Jul 9, 2015
This is required to ensure we flush the indexwriter / commit all changes even if no docs are indexed. This is important if a merge happend after the last flush and no further docs have been added. Otherwise merges will not be committed if no docs where added/updated/deleted. This is equivalent to what master does today. Closes elastic#12134
LGTM |
s1monw
added a commit
that referenced
this issue
Jul 9, 2015
This is required to ensure we flush the indexwriter / commit all changes even if no docs are indexed. This is important if a merge happend after the last flush and no further docs have been added. Otherwise merges will not be committed if no docs where added/updated/deleted. This is equivalent to what master does today. Closes #12134
Can we close this now that that pull request is merged? |
mute
pushed a commit
to mute/elasticsearch
that referenced
this issue
Jul 29, 2015
This is required to ensure we flush the indexwriter / commit all changes even if no docs are indexed. This is important if a merge happend after the last flush and no further docs have been added. Otherwise merges will not be committed if no docs where added/updated/deleted. This is equivalent to what master does today. Closes elastic#12134
Hmm github seems to not be closing issues properly.. Closed by #12146 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think we're talking about a bug here: https://discuss.elastic.co/t/synced-flush-causes-node-to-restart/24220
It could be that we're both just having trouble but it seems like for some shards synced flush just claims that there are pending operations all the time. Its like reference counting is off or something. I've turned up the logging to 11 and I'll let the system run overnight and then try another synced flush again and hopefully will have something more concrete.
In the mean time it'd be nice to be able to get more insight into the IndexWriter for a shard specifically which condition is causing it to say it has pending operations.
The text was updated successfully, but these errors were encountered: