The replication server will now return the NOT_FOUND status if the requested index does not exist. This change makes it so the primary will remove replicas if it receives that status. This is useful when ip reuse causes the primary to send requests to replicas from different clusters.
The replication server will now return the
NOT_FOUND
status if the requested index does not exist. This change makes it so the primary will remove replicas if it receives that status. This is useful when ip reuse causes the primary to send requests to replicas from different clusters.