OpenSearch icon indicating copy to clipboard operation
OpenSearch copied to clipboard

[Segment Replication] Integration with remote store

Open dreamer-89 opened this issue 3 years ago • 0 comments

With remote store integration, the segments files for index shards will be stored on remote store. Replica shards will copy these files from remote store thus reducing the I/O on primary shard. As part of this issue, integration with remote translog is not handled. Thus, primary will continue to hold the translog ops on local disk.

  • [ ] #4555
  • [ ] #4536
  • [ ] #4537

Design

Remote Store https://github.com/opensearch-project/OpenSearch/issues/2700 Segment Replication https://github.com/opensearch-project/OpenSearch/issues/2229

dreamer-89 avatar Sep 07 '22 18:09 dreamer-89