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.3] Avoid use of indicesService in Resume replicaiton flow (#1030) #1048

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

monusingh-1
Copy link
Collaborator

Avoid use of indicesService in Resume replicaiton flow.
Signed-off-by: monusingh-1 [email protected]

Description

[Describe what this change achieves]

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Avoid use of indicesService in Resume replicaiton flow.
Signed-off-by: monusingh-1 <[email protected]>
@codecov
Copy link

codecov bot commented Jul 5, 2023

Codecov Report

Merging #1048 (af072e5) into 2.3 (f8173f8) will increase coverage by 0.15%.
The diff coverage is 64.15%.

❗ Current head af072e5 differs from pull request most recent head 5a2bae3. Consider uploading reports for the commit 5a2bae3 to get more accurate results

@@             Coverage Diff              @@
##                2.3    #1048      +/-   ##
============================================
+ Coverage     72.76%   72.92%   +0.15%     
- Complexity      999     1012      +13     
============================================
  Files           141      141              
  Lines          4689     4727      +38     
  Branches        522      529       +7     
============================================
+ Hits           3412     3447      +35     
+ Misses          951      948       -3     
- Partials        326      332       +6     
Impacted Files Coverage Δ
...action/stop/TransportStopIndexReplicationAction.kt 56.12% <36.84%> (-4.64%) ⬇️
...ication/seqno/RemoteClusterRetentionLeaseHelper.kt 72.17% <70.83%> (+1.76%) ⬆️
...on/resume/TransportResumeIndexReplicationAction.kt 86.95% <100.00%> (-0.37%) ⬇️
...on/repository/RemoteClusterRestoreLeaderService.kt 78.37% <100.00%> (ø)
...arch/replication/task/autofollow/AutoFollowTask.kt 74.05% <100.00%> (+1.26%) ⬆️
...rch/replication/task/index/IndexReplicationTask.kt 68.71% <100.00%> (-0.22%) ⬇️
...rch/replication/task/shard/ShardReplicationTask.kt 76.08% <100.00%> (+0.17%) ⬆️
...search/replication/task/shard/TranslogSequencer.kt 86.36% <100.00%> (+0.99%) ⬆️

... and 7 files with indirect coverage changes

@monusingh-1 monusingh-1 marked this pull request as ready for review July 6, 2023 04:31
@monusingh-1 monusingh-1 enabled auto-merge (squash) July 6, 2023 04:47
@monusingh-1 monusingh-1 changed the title Avoid use of indicesService in Resume replicaiton flow (#1030) [Backport 2.3] Avoid use of indicesService in Resume replicaiton flow (#1030) Jul 6, 2023
@monusingh-1 monusingh-1 merged commit 3d8742a into 2.3 Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants