-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't start market node after upgrade #177
Comments
Add the peer ID of index provider host to the list of protected peers before connecting to full node. Otherwise, it is possible for the connection to be reset by full node before we reach the line that adds the ID to list of protected peers via JsonRPC API. Relates to: - ipni/index-provider#177
Add the peer ID of index provider host to the list of protected peers before connecting to full node. Otherwise, it is possible for the connection to be reset by full node before we reach the line that adds the ID to list of protected peers via JsonRPC API. Relates to: - ipni/index-provider#177
Update to the head of the PR that introduces indexing integration in `go-fil-markets` so that failure to connect to full node is logged only instead of crashing markets process. Relates to: - filecoin-project/go-fil-markets#673 - ipni/index-provider#177
Update to the head of the PR that introduces indexing integration in `go-fil-markets` so that failure to connect to full node is logged only instead of crashing markets process. Relates to: - filecoin-project/go-fil-markets#673 - ipni/index-provider#177
Suspected root cause:
Mitigation:
New release with fixes tagged: https://github.com/filecoin-project/lotus/releases/tag/master-spx.idxprov.rc-2 @benjaminh83 to attempt redeployment with |
Now running rc-2:
market process exit with identical ERROR as above :( |
Solved for now by manually inserting in .lotus/config.toml
Using the command |
The issue seems to be that Next step here is to investigate connection manager interaction in Many thanks @benjaminh83 for bearing with me as I debugged this issue. |
Issue: Market node crashing when starting up. ERROR:
OBS: My market nodes runs on a separate physical server and needs to connect to the daemon over the network.
Network connectivity is fine and system was just running perfectly on v1.14.0.
It is only allowed to connect on the internal network, so I would believe the error here is on these lines:
[/ip4/x.x.x.x/tcp/10231] failed to negotiate security protocol: read tcp4 192.168.x.x:35397->x.x.x.x:10231: read: connection reset by peer
Lotus Daemon and Miner is running the same version, as the Market node: master-spx.idxprov.rc-1
The Lotus-miner is also connecting externally on the daemon, so I know for sure the daemon is reachable and is currently connected to the lotus-miner, as it is running...
The text was updated successfully, but these errors were encountered: