Optimize read write lock constructs during translog upload to remote store #10013
Labels
enhancement
Enhancement or improvement to existing feature or request
Storage:Durability
Issues and PRs related to the durability framework
Storage
Issues and PRs relating to data and metadata storage
v2.11.0
Issues and PRs related to version 2.11.0
Is your feature request related to a problem? Please describe.
While performing OpenSearch Benchmark runs, discovered a potential optimisation that obstructs the add to translog when the translog upload to remote store is ongoing.
Translog add :
OpenSearch/server/src/main/java/org/opensearch/index/translog/Translog.java
Lines 541 to 582 in 443cfca
RemoteFsTranslog prepareForUpload :
OpenSearch/server/src/main/java/org/opensearch/index/translog/RemoteFsTranslog.java
Lines 239 to 251 in 443cfca
The text was updated successfully, but these errors were encountered: