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

Use unlimited flush_threshold_ops for translog (again) #6726

Closed
mikemccand opened this issue Jul 4, 2014 · 2 comments
Closed

Use unlimited flush_threshold_ops for translog (again) #6726

mikemccand opened this issue Jul 4, 2014 · 2 comments
Labels
:Distributed/Engine Anything around managing Lucene and the Translog in an open shard. >enhancement v1.3.0 v2.0.0-beta1

Comments

@mikemccand
Copy link
Contributor

In #5900 we did this, but because this caused high RAM usage with versionMap, we reverted, but since we are now fixing versionMap to flush if its RAM usage is too high in #6443 we should be able to make this unlimited again so we don't have too-frequent fsyncs for apps with medium/small docs.

@s1monw
Copy link
Contributor

s1monw commented Jul 4, 2014

+1

@mikemccand
Copy link
Contributor Author

Fixed in 7335b5d / #6783.

@clintongormley clintongormley changed the title Use unlimited flush_threshold_ops for translog (again) Indexing: Use unlimited flush_threshold_ops for translog (again) Jul 16, 2014
@clintongormley clintongormley changed the title Indexing: Use unlimited flush_threshold_ops for translog (again) Use unlimited flush_threshold_ops for translog (again) Jun 7, 2015
@clintongormley clintongormley added :Distributed/Distributed A catch all label for anything in the Distributed Area. If you aren't sure, use this one. :Distributed/Engine Anything around managing Lucene and the Translog in an open shard. and removed :Translog :Distributed/Distributed A catch all label for anything in the Distributed Area. If you aren't sure, use this one. labels Feb 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed/Engine Anything around managing Lucene and the Translog in an open shard. >enhancement v1.3.0 v2.0.0-beta1
Projects
None yet
Development

No branches or pull requests

3 participants