Hi, I am having difficulty removing a node from a BDR group (with nodes node1 through node5) then rejoin the group. Prior to removing a node, the BDR is running fine, query on bdr.bdr_nodes table shows all nodes having the status ‘r’. Here is what I have done for removing node5 and rejoining:
At this point the status of node5 in bdr.bdr_nodes becomes ‘k’
At this point the status of node5 on node1 though node4 still remains ‘k’, and the status of node5 on node5 (there is only one record) is ‘i’, and they stuck at these status codes. [note: I tried using a different node name on rejoining, same result] What have I done wrong, what is the correct way of doing removal and rejoining? Thanks |