Skip to content

Simplify crl-updater's simultaneous gRPC streams#6419

Merged
aarongable merged 4 commits intomainfrom
crl-simple-streaming
Sep 29, 2022
Merged

Simplify crl-updater's simultaneous gRPC streams#6419
aarongable merged 4 commits intomainfrom
crl-simple-streaming

Conversation

@aarongable
Copy link
Copy Markdown
Contributor

Previously, we would stream CRL Entries directly from the SA's
response stream into the CA's request stream, and similarly
directly stream bytes from the CA's response stream into the
Storer's request stream.

Since we're seeing odd errors and inconsistencies in our gRPC
streaming metrics, simplify these to only conduct one stream at
a time. This should make our streaming and error semantics much
simpler, at the cost of memory usage in the updater.

@aarongable aarongable requested a review from a team as a code owner September 29, 2022 21:40
jsha
jsha previously approved these changes Sep 29, 2022
@aarongable aarongable merged commit 7658355 into main Sep 29, 2022
@aarongable aarongable deleted the crl-simple-streaming branch September 29, 2022 21:57
@letsencrypt letsencrypt deleted a comment from adamlaska Oct 3, 2022
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.

3 participants