Some time after start a multichain node the RPC hangs. There is any way to know what it is doing?
I do multichain-cli, and I type getinfo and I will never respond:
MultiChain Core RPC client build 1.0 alpha 21 protocol 10005
Interactive mode
mincoins: getinfo
{"method":"getinfo","params":[],"id":1,"chain_name":"mincoins"}
I cannot stop the node. So I must do a Kill -9. Then if I restart again the node, I begins to respond again.
debug.log shows continuosly:
2016-05-28 11:41:00 ResendWalletTransactions()
2016-05-28 11:41:02 UpdateTip: new best=0000de164fda073a69fbe2f17b2c679da25e4e26f96ae865b2daea75f07c17ab height=5755 log2_work=28.490873 tx=5764 date=2016-05-28 11:41:01 progress=1.000000 cache=125
2016-05-28 11:41:15 UpdateTip: new best=00008b69ce931b18d4850c75042fa06007c9cf34d21555c654c5ecf7b43ec14f height=5756 log2_work=28.491124 tx=5765 date=2016-05-28 11:41:14 progress=1.000000 cache=126
2016-05-28 11:41:24 UpdateTip: new best=00006046c80864f7daec53f9b9bbcb5debcdc48891763dea95ed1f0a2b5666da height=5757 log2_work=28.491374 tx=5766 date=2016-05-28 11:41:23 progress=1.000000 cache=127
2016-05-28 11:41:25 ResendWalletTransactions()
Thanks