mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
Extracts all the replication logic that is done on the Primary to a separated class called ReplicationOperation. The goal here is to make unit testing of this logic easier and in the future allow setting up tests that work directly on IndexShards without the need for networking. Closes #16492