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] Making shard copy count a multiple of attribute count (#3462) #4086

Merged
merged 1 commit into from
Aug 2, 2022

Conversation

gbbafna
Copy link
Collaborator

@gbbafna gbbafna commented Aug 2, 2022

  • Making all copies a multiple of attribute count

Signed-off-by: Gaurav Bafna [email protected]
(cherry picked from commit 82ff463)

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.

…ject#3462)

* Making all the copies a multiple of attribute count

Signed-off-by: Gaurav Bafna <[email protected]>
(cherry picked from commit 82ff463)
@gbbafna gbbafna requested review from a team and reta as code owners August 2, 2022 09:02
@github-actions
Copy link
Contributor

github-actions bot commented Aug 2, 2022

Gradle Check (Jenkins) Run Completed with:

@codecov-commenter
Copy link

Codecov Report

Merging #4086 (25633be) into 2.x (517b815) will decrease coverage by 0.14%.
The diff coverage is 71.23%.

@@             Coverage Diff              @@
##                2.x    #4086      +/-   ##
============================================
- Coverage     70.61%   70.46%   -0.15%     
+ Complexity    56628    56544      -84     
============================================
  Files          4543     4544       +1     
  Lines        272332   272403      +71     
  Branches      40017    40027      +10     
============================================
- Hits         192307   191953     -354     
- Misses        63902    64288     +386     
- Partials      16123    16162      +39     
Impacted Files Coverage Δ
...rg/opensearch/common/settings/ClusterSettings.java 91.89% <ø> (ø)
...a/org/opensearch/test/OpenSearchIntegTestCase.java 56.48% <0.00%> (-0.50%) ⬇️
...luster/metadata/MetadataUpdateSettingsService.java 70.49% <37.50%> (-0.94%) ⬇️
...er/routing/allocation/AwarenessReplicaBalance.java 97.14% <97.14%> (ø)
...h/cluster/metadata/MetadataCreateIndexService.java 77.30% <100.00%> (+0.19%) ⬆️
...cluster/metadata/MetadataIndexTemplateService.java 81.68% <100.00%> (-1.27%) ⬇️
server/src/main/java/org/opensearch/node/Node.java 85.96% <100.00%> (+0.06%) ⬆️
...java/org/opensearch/client/indices/DataStream.java 0.00% <0.00%> (-76.09%) ⬇️
.../opensearch/client/indices/CloseIndexResponse.java 17.50% <0.00%> (-73.75%) ⬇️
.../java/org/opensearch/node/NodeClosedException.java 50.00% <0.00%> (-50.00%) ⬇️
... and 499 more

Help us with your feedback. Take ten seconds to tell us how you rate us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants