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 a global bounded threadpool when using persistent workers #6508

Merged
merged 2 commits into from
Jun 27, 2024

Conversation

sfc-gh-mgalindo
Copy link
Contributor

@sfc-gh-mgalindo sfc-gh-mgalindo commented Jun 24, 2024

Checklist

  • I have filed an issue about this change and discussed potential changes with the maintainers.
  • I have received the approval from the maintainers to make this change.
  • This is not a stylistic, refactoring, or cleanup change.

Please note that the maintainers will not be reviewing this change until all checkboxes are ticked. See
the Contributions section in the README for more
details.

Discussion thread for this change

Issue number: intellij/issues/5362

Description of this change

Using one per worker request causes the OS to run out of threads

Using one per worker request causes the OS to run out of threads see upstream bug
Copy link

google-cla bot commented Jun 24, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@github-actions github-actions bot added the awaiting-review Awaiting review from Bazel team on PRs label Jun 24, 2024
@sgowroji sgowroji added product: IntelliJ IntelliJ plugin awaiting-user-response Awaiting response from author on PRs and removed awaiting-review Awaiting review from Bazel team on PRs labels Jun 25, 2024
@sgowroji
Copy link
Member

Hi @sfc-gh-mgalindo, Could you please sign the CLA ?

@sfc-gh-mgalindo
Copy link
Contributor Author

Hi @sfc-gh-mgalindo, Could you please sign the CLA ?

@sgowroji done

@sgowroji sgowroji added awaiting-review Awaiting review from Bazel team on PRs and removed awaiting-user-response Awaiting response from author on PRs labels Jun 27, 2024
@tpasternak
Copy link
Collaborator

Thank you @sfc-gh-mgalindo

@tpasternak tpasternak merged commit 48a318a into bazelbuild:master Jun 27, 2024
6 checks passed
@github-actions github-actions bot removed the awaiting-review Awaiting review from Bazel team on PRs label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product: IntelliJ IntelliJ plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants