-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix panic when more than 32767 pipeline clients are active #38556
Merged
Commits on Apr 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c25aecf - Browse repository at this point
Copy the full SHA c25aecfView commit details -
Refactor tests so they do not depend on `client.closeRef`
Configuration menu - View commit details
-
Copy full SHA for a95a3e1 - Browse repository at this point
Copy the full SHA a95a3e1View commit details -
Remove all references to CloseRef and unused fields
Remove all references to CloseRef, including the ones that were commented out.
Configuration menu - View commit details
-
Copy full SHA for 2e4f4ea - Browse repository at this point
Copy the full SHA 2e4f4eaView commit details -
The pipeline client used in some tests could not have its Close method called more than once, given the changes introduces in the previous commits, some test scenarios called it more than once. This is fixed by using a sync.Once in ChanClient.Close.
Configuration menu - View commit details
-
Copy full SHA for 5085fec - Browse repository at this point
Copy the full SHA 5085fecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dad6ba - Browse repository at this point
Copy the full SHA 7dad6baView commit details -
Fix number of clients to close, add some comments and better name a variable.
Configuration menu - View commit details
-
Copy full SHA for 2695d91 - Browse repository at this point
Copy the full SHA 2695d91View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9c1911 - Browse repository at this point
Copy the full SHA a9c1911View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85e42dd - Browse repository at this point
Copy the full SHA 85e42ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8852d45 - Browse repository at this point
Copy the full SHA 8852d45View commit details
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.