lotus
lotus copied to clipboard
RCP Output message buffer
Checklist
- [X] This is not a security-related bug/issue. If it is, please follow please follow the security policy.
- [X] This is not a question or a support request. If you have any lotus related questions, please ask in the lotus forum.
- [X] This is not a new feature request. If it is, please file a feature request instead.
- [X] This is not an enhancement request. If it is, please file a improvement suggestion instead.
- [X] I have searched on the issue tracker and the lotus forum, and there is no existing related issue or discussion.
- [X] I am running the
Latest release, or the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these. - [ ] I did not make any code changes to lotus.
Lotus component
- [ ] lotus daemon - chain sync
- [ ] lotus miner - mining and block production
- [ ] lotus miner/worker - sealing
- [ ] lotus miner - proving(WindowPoSt)
- [X] lotus miner/market - storage deal
- [X] lotus miner/market - retrieval deal
- [X] lotus miner/market - data transfer
- [ ] lotus client
- [ ] lotus JSON-RPC API
- [ ] lotus message management (mpool)
- [ ] Other
Lotus Version
1.15.1
Describe the Bug
Logs are littered with
2022-05-06T00:46:11.275Z WARN rpc [email protected]/client.go:362 rpc output message buffer {"n": 12}
2022-05-06T00:46:11.280Z WARN rpc [email protected]/client.go:362 rpc output message buffer {"n": 13}
2022-05-06T00:46:11.284Z WARN rpc [email protected]/client.go:362 rpc output message buffer {"n": 14}
2022-05-06T00:46:11.289Z WARN rpc [email protected]/client.go:362 rpc output message buffer {"n": 15}
2022-05-06T00:46:11.293Z WARN rpc [email protected]/client.go:362 rpc output message buffer {"n": 16}
when doing retrievals / provide
Logging Information
https://filecoinproject.slack.com/archives/C015G3B5RQE/p1651798699705869
Repo Steps
- Run lotus client retrieve a couple of times
- See these warnings in logs (both at provider and at client)
Related: https://github.com/filecoin-project/lotus/issues/7763
@LexLuthr