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

[Backport 2.x] Downgrade write lock to read lock before translog upload to remote store #10187

Merged
merged 1 commit into from
Sep 25, 2023

Downgrade write lock to read lock before translog upload to remote st…

19a183a
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Downgrade write lock to read lock before translog upload to remote store #10187

Downgrade write lock to read lock before translog upload to remote st…
19a183a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 22, 2023 in 0s

70.89% (target 70.00%)

View this Pull Request on Codecov

70.89% (target 70.00%)

Details

Codecov Report

Merging #10187 (19a183a) into 2.x (ad9355f) will increase coverage by 0.05%.
Report is 8 commits behind head on 2.x.
The diff coverage is 86.29%.

@@             Coverage Diff              @@
##                2.x   #10187      +/-   ##
============================================
+ Coverage     70.83%   70.89%   +0.05%     
- Complexity    58250    58321      +71     
============================================
  Files          4811     4812       +1     
  Lines        275316   275401      +85     
  Branches      40464    40487      +23     
============================================
+ Hits         195033   195232     +199     
+ Misses        63576    63513      -63     
+ Partials      16707    16656      -51     
Files Changed Coverage Δ
...ava/org/opensearch/index/mapper/MapperService.java 74.79% <ø> (ø)
...arch/index/recovery/RemoteStoreRestoreService.java 12.03% <0.00%> (ø)
...g/transfer/TranslogCheckpointTransferSnapshot.java 85.89% <0.00%> (+6.67%) ⬆️
...dex/translog/transfer/TranslogTransferManager.java 79.76% <ø> (+6.24%) ⬆️
...g/opensearch/index/query/BoostingQueryBuilder.java 87.25% <66.66%> (-1.29%) ⬇️
...rg/opensearch/index/query/SpanNotQueryBuilder.java 90.43% <66.66%> (-1.31%) ⬇️
...rg/opensearch/index/translog/RemoteFsTranslog.java 71.92% <70.00%> (+1.36%) ⬆️
...nsearch/index/query/SpanMultiTermQueryBuilder.java 79.77% <75.00%> (-2.58%) ⬇️
...org/opensearch/index/query/DisMaxQueryBuilder.java 88.00% <85.71%> (-0.18%) ⬇️
...g/opensearch/index/query/SpanNearQueryBuilder.java 82.60% <85.71%> (+0.12%) ⬆️
... and 13 more

... and 452 files with indirect coverage changes