Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade write lock to read lock before translog upload to remote store #10135

Merged
merged 2 commits into from
Sep 22, 2023

Downgrade writelock to readlock during translog upload

1bec919
Select commit
Loading
Failed to load commit list.
Merged

Downgrade write lock to read lock before translog upload to remote store #10135

Downgrade writelock to readlock during translog upload
1bec919
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 21, 2023 in 0s

71.20% (target 70.00%)

View this Pull Request on Codecov

71.20% (target 70.00%)

Details

Codecov Report

Merging #10135 (1bec919) into main (2f7969a) will increase coverage by 0.09%.
Report is 4 commits behind head on main.
The diff coverage is 66.66%.

@@             Coverage Diff              @@
##               main   #10135      +/-   ##
============================================
+ Coverage     71.10%   71.20%   +0.09%     
- Complexity    58096    58194      +98     
============================================
  Files          4825     4825              
  Lines        274101   274090      -11     
  Branches      39945    39943       -2     
============================================
+ Hits         194905   195168     +263     
+ Misses        62835    62598     -237     
+ Partials      16361    16324      -37     
Files Changed Coverage Δ
...g/transfer/TranslogCheckpointTransferSnapshot.java 85.89% <0.00%> (+6.67%) ⬆️
...dex/translog/transfer/TranslogTransferManager.java 78.96% <ø> (+4.65%) ⬆️
...rg/opensearch/index/translog/RemoteFsTranslog.java 71.92% <70.00%> (+1.36%) ⬆️

... and 445 files with indirect coverage changes