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

Reduce index.shard.recovery.concurrent_streams from 5 to 3 to reduce the load when doing recovery #2198

Closed
kimchy opened this issue Aug 23, 2012 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Aug 23, 2012

the index.shard.recovery.concurrent_streams controls how many streams are opened from a recovery source to a recovery target to transfer index files. Reduce it from 5 to 3 to reduce the load when doing recovery (for example, due to relocation).

Note, recent changes in network buffering will mean that recovery will progress considerably faster, so this change will not affect recovery times.

@kimchy
Copy link
Member Author

kimchy commented Aug 23, 2012

implemented.

@kimchy kimchy closed this as completed Aug 23, 2012
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