I was simulating a scenario in which any particular node corrupted and we need to remove that particular node .
Step 1 : I shutdown one node(104.42.177.52) from my 2 node cluster .(Assume it got corrupted)
Step 2 : Run "nodetool assassinate" command from active node -
cassandra@mongodbPoc2:~/node1/bin$ ./nodetool assassinate 104.42.177.52
Step 3: Check the status from "nodetool status" and node has been removed from my cluster.
" Till now everything fine , I started my node again which I have removed and its join the cluster back"
Questions - How a removed node(removed forcefully) join back again without bootstrapping ?
Will my data be in corrupted ?