basho / riak

Riak is a decentralized datastore from Basho Technologies.
http://docs.basho.com
Apache License 2.0
3.94k stars 536 forks source link

The PW value in erl_crash.dump does not match the default value #921

Open ghost opened 7 years ago

ghost commented 7 years ago

I have a riakcs+riak cluster and it crashed sometime. I analyse the dump file by crash viewer,see the PW value is 2 in process (riak_kv_put_fsm) snapshot. But i never change this value before.Doesn't it should be 0 ?Can anyone tell me why?

randysecrist commented 7 years ago

I think that is the default value which is quorum. (n/2 + 1)