dashpay / dash

Dash - Reinventing Cryptocurrency
https://www.dash.org
MIT License
1.49k stars 1.2k forks source link

v0.12.0.47 - idle masternodes stuck #556

Closed schinzelh closed 9 years ago

schinzelh commented 9 years ago

I have several masternodes which are in "idle mode" since the customer did not start them yet. It seems these idling nodes have a high probability to get stuck in ~6h. Active masternodes are doing fine though.

I reviewed the log of some of the stuck nodes and they all have the same pattern. Below are the last lines in the log:

node01

[...]
2015-08-21 02:45:41 CActiveMasternode::ManageStatus() - Checking inbound connection to ... 

node02

[...]
2015-08-21 03:22:48 CActiveMasternode::ManageStatus() - Checking inbound connection to ...

node03

[...]
2015-08-20 23:03:53 CActiveMasternode::ManageStatus() - Checking inbound connection to ...

So all nodes seem to be stuck at the same routine

schinzelh commented 9 years ago

It seems @poiuty is seeing the same

https://github.com/dashpay/dash/issues/557

schinzelh commented 9 years ago

Seems like https://github.com/dashpay/dash/commit/a0f9355946e23786cbebaad3fa97c087add50153 solved this as well