opensearch-project/OpenSearch
Ver no GitHub[Remote Translog] Download Translog files concurrently
Open
#10.826 aberto em 22 de out. de 2023
Storage:Remoteenhancementgood first issue
Métricas do repositório
- Stars
- (8.123 stars)
- Métricas de merge de PR
- (Mesclagem média 5d 9h) (266 fundiu PRs em 30d)
Description
In failover/primary relocations, we download translog from remote. We need to make it concurrent (still bounded) on a separate threadpool, may be translog_transfer to make that faster . We can use concurrent segment download as a prior work to do the same.
Concurrent Segment download : https://github.com/opensearch-project/OpenSearch/pull/10519