Skip to content

Conversation

@tianfengfrank
Copy link
Contributor

Summary:

lient                                    Server
    │                                         │
    │ ── Thrift RPC ──────────────────────►   │
    │    (kRPCTimeoutMs = 300s)               │
    │                                         │ RDMA writes (fetchRdmaTimeout_)
    │                                         │        │
    │                                         │        ▼
    │                                         │   [TIMEOUT FIRES]
    │                                         │        │
    │                                         │   abort() 
    │                                         │   (cancel pending writes)
    │                                         │        │
    │ ◄── RdmaTransportError ──────────────── │   throw RdmaTransportError

Differential Revision: D91275671

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Jan 29, 2026
@meta-codesync
Copy link

meta-codesync bot commented Jan 29, 2026

@tianfengfrank has exported this pull request. If you are a Meta employee, you can view the originating Diff in D91275671.

Summary:

```
lient                                    Server
    │                                         │
    │ ── Thrift RPC ──────────────────────►   │
    │    (kRPCTimeoutMs = 300s)               │
    │                                         │ RDMA writes (fetchRdmaTimeout_)
    │                                         │        │
    │                                         │        ▼
    │                                         │   [TIMEOUT FIRES]
    │                                         │        │
    │                                         │   abort() 
    │                                         │   (cancel pending writes)
    │                                         │        │
    │ ◄── RdmaTransportError ──────────────── │   throw RdmaTransportError
```

Differential Revision: D91275671
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot. fb-exported meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants