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 pipeline allocations #204

Merged

Conversation

derekperkins
Copy link
Contributor

@derekperkins derekperkins commented Dec 30, 2022

Walking through the code, it seems to be clear that there is no reuse of the commands. As written, calls to FutureXXX after calling Discard would either return invalid data or panic, so this doesn't alter that undefined behavior.

Resolves #203

@sonarcloud
Copy link

sonarcloud bot commented Dec 30, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@derekperkins
Copy link
Contributor Author

The test error appears to be due to a flaky network, not related to this PR, but I don't have permission to re-run the test

@buraksezer buraksezer merged commit 9c91883 into buraksezer:release/v0.5.0 Jan 2, 2023
@buraksezer
Copy link
Owner

Thank you for your contributions @derekperkins. I'll take care of the flaky tests.

@derekperkins
Copy link
Contributor Author

No worries. I'm a maintainer of https://github.com/vitessio/vitess/, and we've got our fair share of flaky tests there. It's hard to test distributed systems :)

@derekperkins derekperkins deleted the pipeline-allocations branch January 2, 2023 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants