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 1.3] Handling OpenSearchRejectExecuteException Exception (#1004) #1026

Conversation

sricharanvuppu
Copy link
Member

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.

sricharanvuppu and others added 2 commits June 28, 2023 16:42
…ct#1004)

* Handling OpenSearchRejectExecuteException Exception
* introduced writersPerShard setting.

Signed-off-by: sricharanvuppu <[email protected]>
(cherry picked from commit 448e7a7)
Signed-off-by: sricharanvuppu <[email protected]>
@sricharanvuppu sricharanvuppu force-pushed the backport/backport-1004-to-1.3 branch from e6b84c2 to 7537d17 Compare June 28, 2023 11:13
@codecov
Copy link

codecov bot commented Jun 28, 2023

Codecov Report

Merging #1026 (fb51b91) into 1.3 (d794efc) will decrease coverage by 0.16%.
The diff coverage is 61.06%.

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

@@             Coverage Diff              @@
##                1.3    #1026      +/-   ##
============================================
- Coverage     72.42%   72.26%   -0.16%     
- Complexity     1003     1011       +8     
============================================
  Files           141      141              
  Lines          4681     4752      +71     
  Branches        523      536      +13     
============================================
+ Hits           3390     3434      +44     
- Misses          963      984      +21     
- Partials        328      334       +6     
Impacted Files Coverage Δ
...org/opensearch/replication/ReplicationException.kt 11.11% <20.00%> (-3.18%) ⬇️
...action/stop/TransportStopIndexReplicationAction.kt 56.12% <36.84%> (-4.64%) ⬇️
...search/replication/task/shard/TranslogSequencer.kt 73.43% <56.75%> (-12.93%) ⬇️
...tlin/org/opensearch/replication/util/Extensions.kt 63.73% <58.33%> (-1.74%) ⬇️
...ication/seqno/RemoteClusterRetentionLeaseHelper.kt 72.17% <69.56%> (+1.76%) ⬆️
...in/org/opensearch/replication/ReplicationPlugin.kt 91.78% <100.00%> (+0.17%) ⬆️
.../org/opensearch/replication/ReplicationSettings.kt 100.00% <100.00%> (ø)
...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.13% <100.00%> (+0.84%) ⬆️
... and 1 more

... and 4 files with indirect coverage changes

@monusingh-1 monusingh-1 enabled auto-merge (squash) July 10, 2023 03:36
@monusingh-1 monusingh-1 merged commit 6a6f3ca into opensearch-project:1.3 Jul 10, 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