Skip to content

Conversation

@ankitkala
Copy link
Member

@ankitkala ankitkala commented Jun 2, 2023

… (#904)

Original PR: https://github.com/opensearch-project/cross-cluster-replication/pull/904/files
Also, this change is not merged in 2.* branches which needs to be picked as well: #438

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.

gbbafna and others added 2 commits June 2, 2023 16:23
…oject#438)

Summary : We need to update followerCheckpoint after writing to the follower index.
Currently, we are not waiting for the writes and updating it with soon-to-be stale values

Signed-off-by: Gaurav Bafna <gbbafna@amazon.com>
@codecov
Copy link

codecov bot commented Jun 2, 2023

Codecov Report

Merging #965 (d96c471) into 2.3 (f8173f8) will increase coverage by 0.52%.
The diff coverage is 78.12%.

❗ Current head d96c471 differs from pull request most recent head 0c41115. Consider uploading reports for the commit 0c41115 to get more accurate results

@@             Coverage Diff              @@
##                2.3     #965      +/-   ##
============================================
+ Coverage     72.76%   73.29%   +0.52%     
- Complexity      999     1002       +3     
============================================
  Files           141      141              
  Lines          4689     4710      +21     
  Branches        522      523       +1     
============================================
+ Hits           3412     3452      +40     
+ Misses          951      934      -17     
+ Partials        326      324       -2     
Impacted Files Coverage Δ
...ication/seqno/RemoteClusterRetentionLeaseHelper.kt 72.17% <69.56%> (+1.76%) ⬆️
...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 69.76% <100.00%> (+0.84%) ⬆️
...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 5 files with indirect coverage changes

@ankitkala ankitkala enabled auto-merge (rebase) June 2, 2023 11:51
@ankitkala ankitkala merged commit dd2b68d into opensearch-project:2.3 Jun 2, 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.

4 participants