bee: The bee program exits automatically after a few hours of running in 0.6.2. (About 12 hours)

Summary

The bee program exits automatically after a few hours of running in 0.6.2. (About 12 hours)

Steps to reproduce

operating environment:centOS 7 /bee-clef 12.5 /bee 0.6.2-984dca0a start command: bee start --verbosity 5 --swap-endpoint https://goerli.infura.io/v3/xxxxx --debug-api-enable --clef-signer-enable --clef-signer-endpoint /var/lib/bee-clef/clef.ipc --full-node wait 12 hours time="2021-06-02T06:38:26+08:00" level=info msg="kademlia shutting down" time="2021-06-02T06:38:26+08:00" level=info msg="kademlia persisting peer metrics" killer program termination

Expected behavior

Should be executed like 0.5.3 or 0.6.1

Actual behavior

program termination

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 15 (2 by maintainers)

Most upvoted comments

The code should increase robustness. It is inevitable that there is network jitter for the switching endpoint. There should be self-checking for bee and logic to wait for the network to recover. @Eknir

I change swap-endpoint from infura.io to a geth node running with fast syncmode in the morning and no more problem

@chrisvander no, using infura.io; after checking, may be the server 1G memory is too low, resulting in overflow and interrupt program. Another server 4 cores \6g\110g after once interrupt. Bee never had this problem again. and the infura.io,no more than 30000 interface calls.