filecoin-project / filecoin-project/boost
[Support Ticket]: Still see graphsync errors after upgrading to Boost v2.1.0-rc1
- Dominant language
- Go
- Stars
- 121
- Forks
- 79
- Avg merge
- 10d 14h
- Merged PRs (30d)
- 1
Description
### Boost component
- [X] boost daemon - storage providers
- [ ] boost client
- [ ] boost UI
- [ ] boost data-transfer
- [ ] boost index-provider
- [ ] booster-http
- [ ] booster-bitswap
- [ ] LID Database - Yugabyte/LevelDB
- [ ] boostd-data
- [X] Other
### Boost Version
```text
boostd --version
```
### Describe the problem
After a boostd restart, I see retrievals in the GUI but they stop after 30-60 minutes
Times are UTC -4
CreatedAt | 2023-10-24 11:49:09.465 (6h ago)
-- | -- |
CreatedAt | 2023-10-24 11:49:09.465 (6h ago)
Client Peer ID | 12D3KooWAnYTEfWyZwGoUEgGX7bm38Lrf96MGRZvRuHVVqN7CzWQ
Transfer ID | 1698072762603896645
Retrieval Deal ID | 1698072762593151433
Deal Data Root CID | [bafybeicslqrjjrzcfzesaa3p7ihquseo2kpblesrrpsvgvpvwpqx57whmy](http://192.168.1.98:8080/piece-doctor/bafybeicslqrjjrzcfzesaa3p7ihquseo2kpblesrrpsvgvpvwpqx57whmy)
Piece CID
Price per byte | 0 atto
Unseal price | 0 atto
Payment Interval | 0 B (0 bytes)
Payment Interval Increase | 0 B (0 bytes)
Sent | 0 B (0 bytes)
Status | Errored
Event Logs |
2023-10-24 11:49:09.387 | DT:TransferRequestQueued
2023-10-24 11:49:09.388 | 1ms DT:Open unpaid retrieval
2023-10-24 11:49:09.469 | 81ms Open New
2023-10-24 11:49:10.064 | 595ms DT:Accept
2023-10-24 11:49:10.079 | 15ms DealAccepted Unsealing
2023-10-24 11:49:10.087 | 8ms UnsealComplete Unsealed
2023-10-24 12:19:41.886 | 31m DT:Error transfer cancelled by provider
2023-10-24 12:19:41.933 | 47ms DataTransferError Errored
See attached config - default values that are commented out are removed
[config.txt](https://github.com/filecoin-project/boost/files/13127890/config.txt)
### Logging Information
```text
Graphql server listening on 0.0.0.0:8080
2023-10-24T14:33:56.811Z ERROR boostgs server/gsunpaidretrieval.go:621 cancelling graphsync response after network error: %!w(graphsync.RequestNotFoundErr={})
2023-10-24T14:35:38.169Z ERROR boostgs server/gsunpaidretrieval.go:621 cancelling graphsync response after network error: %!w(graphsync.RequestNotFoundErr={})
2023-10-24T14:45:57.376Z ERROR boostgs server/gsunpaidretrieval.go:621 cancelling graphsync response after network error: %!w(graphsync.RequestNotFoundErr={})
2023-10-24T14:49:20.317Z ERROR boostgs server/gsunpaidretrieval.go:621 cancelling graphsync response after network error: %!w(graphsync.RequestNotFoundErr={})
2023-10-24T14:50:46.024Z ERROR boostgs server/gsunpaidretrieval.go:621 cancelling graphsync response after network error: %!w(graphsync.RequestNotFoundErr={})
2023-10-24T14:55:16.212Z ERROR boostgs server/gsunpaidretrieval.go:621 cancelling graphsync response after network error: %!w(graphsync.RequestNotFoundErr={})
2023-10-24T14:56:39.531Z ERROR boostgs server/gsunpaidretrieval.go:621 cancelling graphsync response after network error: %!w(graphsync.RequestNotFoundErr={})
2023-10-24T14:56:46.404Z ERROR boostgs server/gsunpaidretrieval.go:621 cancelling graphsync response after network error: %!w(graphsync.RequestNotFoundErr={})
2023-10-24T14:57:14.001Z ERROR boostgs server/gsunpaidretrieval.go:621 cancelling graphsync response after network error: %!w(graphsync.RequestNotFoundErr={})
2023-10-24T14:57:45.040Z ERROR boostgs server/gsunpaidretrieval.go:621 cancelling graphsync response after network error: %!w(graphsync.RequestNotFoundErr={})
2023-10-24T15:09:04.051Z ERROR boostgs server/gsunpaidretrieval.go:621 cancelling graphsync response after network error: %!w(graphsync.RequestNotFoundErr={})
2023-10-24T15:15:44.321Z ERROR boostgs server/gsunpaidretrieval.go:621 cancelling graphsync response after network error: %!w(graphsync.RequestNotFoundErr={})
2023-10-24T15:21:24.435Z ERROR boostgs server/gsunpaidretrieval.go:621 cancelling graphsync response after network error: %!w(graphsync.RequestNotFoundErr={})
2023-10-24T15:25:03.492Z ERROR boostgs server/gsunpaidretrieval.go:621 cancelling graphsync response after network error: %!w(graphsync.RequestNotFoundErr={})
2023-10-24T15:33:44.914Z ERROR boostgs server/gsunpaidretrieval.go:621 cancelling graphsync response after network error: %!w(graphsync.RequestNotFoundErr={})
2023-10-24T15:48:10.955Z ERROR boostgs server/gsunpaidretrieval.go:621 cancelling graphsync response after network error: %!w(graphsync.RequestNotFoundErr={})
2023-10-24T15:48:43.810Z ERROR boostgs server/gsunpaidretrieval.go:621 cancelling graphsync response after network error: %!w(graphsync.RequestNotFoundErr={})
```
### Repo Steps
1. Run '...'
2. Do '...'
3. See error '...'
...
Contributor guide
Assessment
This issue has not been assessed yet.