koinos / koinos-p2p

The p2p microservice orchestrates the distribution of blocks and transactions between peers.
MIT License
6 stars 4 forks source link

GetTopologyAtHeight context deadline exceeded #128

Closed mvandeberg closed 3 years ago

mvandeberg commented 3 years ago

context deadline exceeded is popping up somewhat regularly. We need to investigate to determine if there is a problem with performance or if we simply need to increase the context timeout.

2021-06-18T10:31:48.291-0700    ERROR   p2p-gorpc       go-libp2p-gorpc@v0.1.2/call.go:63       context deadline exceeded
2021-06-18 10:31:48.291735 (p2p.Koinos) [protocol/peer_handler.go:197] <warn>: QmQso6DZKZQus4m8Cc24UfiFAzd1DUvJ1CN6vNEf6dgcuZ: error calling GetTopologyAtHeight, error was context deadline exceeded
mvandeberg commented 3 years ago

This has not occurred in our testing in several days, which would indicate that the problems were external and transient.