You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added few logs on the recovery path to get some benchmarks for multistream downloads.
Test Summary :
Dataset : Stack Overflow (34.1gb)
Metrics : Recovery time (Ingested cluster with stackoverflow dataset and then added a replica to the index. The new replica would download all the data from remote store. The time taken here to download all data from remote store is recovery/restore time for replica shard)
Results:
With Multistream Download:
From logs time taken to download is : 4.599 min
[so][0] starting time for download segments : 11618566048144637
[2023-09-30T00:05:12,414][INFO ][o.o.i.s.IndexShard ] [node-3] [so][0] End time for download segments : 11618841991960896
[2023-09-30T00:05:12,420][INFO ][o.o.i.s.IndexShard ] [node-3] [so][0] time taken to download segments : 275943816259
starting time for download segments : 11674473747749612
[2023-09-30T15:47:16,197][INFO ][o.o.i.s.IndexShard ] [node-1] [so][0] End time for download segments : 11675365792826759
[2023-09-30T15:47:16,198][INFO ][o.o.i.s.IndexShard ] [node-1] [so][0] time taken to download segments : 892045077147
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Run benchmarks using OpenSearch/opensearch-benchmark for the newly added APIs
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: