mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-11 07:25:23 +00:00
This commit adds a bulk action for apply translog operations in bulk to an index. This action is then used in the persistent task for CCR to apply shard changes from a leader shard. Relates #3147