<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>Hi,Numan,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; When I&nbsp; run OVN/RAFT cluster, I found a server(which&nbsp;initiative to leave or be kicked off ) ,cannot be added back to origin cluster. I found the code as following, can you tell me the reason , many thanks!</div><div><br></div><div>&nbsp; &nbsp; case RAFT_REC_NOTE:</div><div>&nbsp; &nbsp; &nbsp; &nbsp; if (!strcmp(r-&gt;note, "left")) {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return ovsdb_error(NULL, "record %llu indicates server has left "</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"the cluster; it cannot be added back (use "</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"\"ovsdb-tool join-cluster\" to add a new "</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"server)", rec_idx);</div><div>Thanks,</div><div>Yun</div></div>