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

SOLR-11208: Usage SynchronousQueue in Executors prevent large scale operations #1664

Closed
wants to merge 1 commit into from

Conversation

murblanc
Copy link
Member

@murblanc murblanc commented Jul 10, 2020

In OverseerCollectionMessageHandler replace the SynchronousQueue by a LinkedBlockingQueue for handing more jobs to the executor service than there are threads.

Given this is an old Jira, the issue is real, the OP suggested that easy fix almost 3 years ago and nobody implemented it, there might be something I missed here, so will not push that code before somebody reviews it.

…usQueue by a LinkedBlockingQueue for handing more jobs to the executor service than there are threads
@murblanc murblanc closed this Sep 16, 2020
@murblanc murblanc deleted the SOLR-11208 branch September 16, 2020 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant