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

Change gRPC hedging to default retransmission policy #11158

Closed
emeroad opened this issue Jun 18, 2024 · 0 comments · Fixed by #11159, #11163 or #11204
Closed

Change gRPC hedging to default retransmission policy #11158

emeroad opened this issue Jun 18, 2024 · 0 comments · Fixed by #11159, #11163 or #11204

Comments

@emeroad
Copy link
Member

emeroad commented Jun 18, 2024

Change metadata retransmission to use gRpc built-in feature.

# Enable Grpc Hedging Policy
# https://github.com/grpc/proposal/blob/master/A6-client-retries.md#hedging-policy
profiler.transport.grpc.metadata.sender.retry.enable=true
profiler.transport.grpc.metadata.sender.max.attempts=3
profiler.transport.grpc.metadata.sender.hedging.delay.millis=1000
# 16777216 = 64m
profiler.transport.grpc.metadata.sender.retry.buffer.size=16777216
# 1048576 = 1m
profiler.transport.grpc.metadata.sender.retry.per.rpc.buffer.limit=1048576
@emeroad emeroad added this to the 3.0.1 milestone Jun 18, 2024
emeroad added a commit to emeroad/pinpoint that referenced this issue Jun 18, 2024
emeroad added a commit to emeroad/pinpoint that referenced this issue Jun 18, 2024
emeroad added a commit to emeroad/pinpoint that referenced this issue Jun 19, 2024
emeroad added a commit to emeroad/pinpoint that referenced this issue Jun 19, 2024
donghun-cho pushed a commit to emeroad/pinpoint that referenced this issue Jun 24, 2024
donghun-cho pushed a commit to emeroad/pinpoint that referenced this issue Jun 24, 2024
donghun-cho pushed a commit to emeroad/pinpoint that referenced this issue Jun 25, 2024
@donghun-cho donghun-cho linked a pull request Jun 25, 2024 that will close this issue
donghun-cho pushed a commit that referenced this issue Jun 25, 2024
emeroad added a commit to emeroad/pinpoint that referenced this issue Jul 1, 2024
emeroad added a commit that referenced this issue Jul 1, 2024
emeroad added a commit to emeroad/pinpoint that referenced this issue Jul 1, 2024
emeroad added a commit to emeroad/pinpoint that referenced this issue Jul 1, 2024
@emeroad emeroad linked a pull request Jul 2, 2024 that will close this issue
emeroad added a commit that referenced this issue Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment