Open NaluTripician opened 1 year ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @kushagraThapar, @TheovanKraay
Revising the original design, Data Plane Writes are retryable if the HTTP timeout was on Connect / the request was never sent, not on Receive Timeouts.
If Java doesn't allow for distinction between Connect and Receive timeouts, probably safer to not retry.
@NaluTripician / @ealsur do we still need this issue? if not, can you please close it with the correct state, thanks!
@kushagraThapar if the linked PR says that this is not needed then I guess it's not? @xinlian12 do you know?
A follow up to Issue #31367 and PR 32450
Investigation needed on whether data plane writes are safe to retry when they timeout on gateway mode.