felixjchen
felixjchen
**Describe the bug** A clear and concise description of what the bug is. - starting avalanchego nodes works fine - after a few hours (sometimes minutes), process crashes - logs...
I'm using the memstore example and starting 3 nodes like so: ``` ./target/debug/riteraft-memstore --raft-addr=0.0.0.0:5001 --web-server=0.0.0.0:8001 ./target/debug/riteraft-memstore --raft-addr=0.0.0.0:5002 --web-server=0.0.0.0:8002 --peer-addr=0.0.0.0:5001 ./target/debug/riteraft-memstore --raft-addr=0.0.0.0:5003 --web-server=0.0.0.0:8003 --peer-addr=0.0.0.0:5001 ``` When I kill the first process...