KAFKA-2613: Make maxParallelForks configurable via Gradle config so it can be turned down on shared build infrastructure.#293
Closed
ewencp wants to merge 1 commit intoapache:trunkfrom
Conversation
…t can be turned down on shared build infrastructure.
Member
|
The change looks good. Did you test that the number of processes corresponds to the value passed via the property? |
Contributor
Author
|
Yes, just did a manual check with |
Member
|
Sounds good. |
|
+1 |
Contributor
|
Merged. @harshach, just a reminder that you have a commit bit - so if you can +1 something you can also merge :) |
wyuka
pushed a commit
to wyuka/kafka
that referenced
this pull request
Mar 4, 2022
…ache#293) TICKET = N/A LI_DESCRIPTION = vanilla logic can lead to clients being sticky to the same broker, which can cause issues. added new mode to spread out the MD requests a bit more. fix merge conflicts EXIT_CRITERIA = N/A (cherry picked from commit 0d2abca) Co-authored-by: Radai Rosenblatt <radai.rosenblatt@gmail.com>
wyuka
pushed a commit
to wyuka/kafka
that referenced
this pull request
Mar 28, 2022
…ache#293) TICKET = N/A LI_DESCRIPTION = vanilla logic can lead to clients being sticky to the same broker, which can cause issues. added new mode to spread out the MD requests a bit more. fix merge conflicts EXIT_CRITERIA = N/A (cherry picked from commit 0d2abca) Co-authored-by: Radai Rosenblatt <radai.rosenblatt@gmail.com>
wyuka
pushed a commit
to wyuka/kafka
that referenced
this pull request
Jun 16, 2022
…ache#293) TICKET = N/A LI_DESCRIPTION = vanilla logic can lead to clients being sticky to the same broker, which can cause issues. added new mode to spread out the MD requests a bit more. fix merge conflicts EXIT_CRITERIA = N/A (cherry picked from commit 0d2abca) Co-authored-by: Radai Rosenblatt <radai.rosenblatt@gmail.com>
davide-armand
pushed a commit
to aiven/kafka
that referenced
this pull request
Dec 1, 2025
…ts (apache#293) * Test that unrelated batches are unaffected in merging * Small code improvements in commit_file_merge_work_item_v1
jeqo
pushed a commit
to aiven/kafka
that referenced
this pull request
Jan 16, 2026
…ts (apache#293) * Test that unrelated batches are unaffected in merging * Small code improvements in commit_file_merge_work_item_v1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.