Jung-Sang Ahn
Jung-Sang Ahn
https://github.com/eBay/NuRaft/pull/409
Can you share the full log files of server1 and 2?
Hi @cbucher , thanks for bringing up this issue. Actually it was already reported before https://github.com/eBay/NuRaft/issues/349 and then forgotten. I'd rather prefer changing it like this: ```c++ enum log_val_type :...
From what you provided, it seems there is a race between `srv_to_join_.reset()` and `peer::lock_`. However, that is not possible as `peer::handle_rpc_result` has `myself` not to make the reference counter of...
I tried the same code with the same NuRaft version, still didn't get TSAN alert. Could you share your build environment? Such as OS version, compiler version, etc. Also please...