Once the data gets processed, vminsert figures out which storage node should handle each row of data. When rerouting is active and a node fails, vminsert redirects its data to the remaining healthy nodes. If you’ve set a replication factor ( -replicationFactor ), the same data copy gets sent to multiple nodes, with each copy going to the next node in sequence (node A -> node B -> node C).