facebookresearch / facebookresearch/dlrm
DLRM: Inconsistent Network Responses
Open
- Dominant language
- Python
- Stars
- 4.1k
- Forks
- 859
- PR merge metrics
- No merged PRs in 30d
Description
# What did I do?
During a network analysis of Facebook's infrastructure...
## Specifically, `edge-star-mini-shv-03-mia3.facebook.com`
### Noted, several inconsistent network behaviors.
**These issues impact reliability of services, such as DLRM**
#### Initial debugging of `static.xx.fbcdn.net`
```rb
25207 83.041548047 100.115.92.202 31.13.67.20 TCP 54 50450 → 443 [RST] Seq=1558 Win=0 Len=0
```
# Expected behavior: The TCP connection should terminate gracefully, without abrupt `RST` flags.
## What happened:
Multiple Errors when running.
Contributor guide
Assessment
This issue has not been assessed yet.