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

Skip zone awareness when auto-expand set to all #14619

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

amberzsy
Copy link

@amberzsy amberzsy commented Jul 2, 2024

Description

Skip zone/host awareness when auto-expand set to "all"

Related Issues

Resolves #14603

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

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.

Copy link
Contributor

github-actions bot commented Jul 2, 2024

❌ Gradle check result for bf7bf9d: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

github-actions bot commented Jul 2, 2024

✅ Gradle check result for 53500b4: SUCCESS

Copy link

codecov bot commented Jul 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.01%. Comparing base (c709400) to head (ee1ac62).
Report is 6 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main   #14619      +/-   ##
============================================
+ Coverage     71.93%   72.01%   +0.07%     
- Complexity    64374    64401      +27     
============================================
  Files          5277     5278       +1     
  Lines        300828   300879      +51     
  Branches      43474    43479       +5     
============================================
+ Hits         216411   216682     +271     
+ Misses        66725    66410     -315     
- Partials      17692    17787      +95     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Jul 3, 2024

❌ Gradle check result for bd2877b: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@amberzsy amberzsy force-pushed the skip_awareness_with_auto_expand_all branch from 6a8e7ce to bd2877b Compare July 14, 2024 05:17
Copy link
Contributor

✅ Gradle check result for 7a9b36f: SUCCESS

Copy link
Contributor

✅ Gradle check result for 6a8e7ce: SUCCESS

@amberzsy amberzsy force-pushed the skip_awareness_with_auto_expand_all branch from bd2877b to 0eda973 Compare July 14, 2024 06:10
Copy link
Contributor

✅ Gradle check result for 0eda973: SUCCESS

@opensearch-trigger-bot
Copy link
Contributor

This PR is stalled because it has been open for 30 days with no activity.

@opensearch-trigger-bot opensearch-trigger-bot bot added stalled Issues that have stalled and removed stalled Issues that have stalled labels Aug 16, 2024
Copy link
Contributor

github-actions bot commented Sep 9, 2024

❌ Gradle check result for 0999efa: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

github-actions bot commented Sep 9, 2024

❌ Gradle check result for fed1096: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

Copy link
Contributor

✅ Gradle check result for 075ba07: SUCCESS

Copy link
Member

@andrross andrross left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. @vikasvb90 can you take another look as well?

@andrross
Copy link
Member

@amberzsy Can you add a changelog entry? Also, I think the commit message and PR title should be fixed since this is only skipping zone awareness and not host.

@amberzsy amberzsy changed the title Skip zone/host awareness when auto-expand set to all Skip zone awareness when auto-expand set to all Sep 13, 2024
@amberzsy amberzsy force-pushed the skip_awareness_with_auto_expand_all branch from 075ba07 to d25ca2a Compare September 13, 2024 04:40
Signed-off-by: amberzsy <xxamber998@gmail.com>
@amberzsy amberzsy force-pushed the skip_awareness_with_auto_expand_all branch 3 times, most recently from 74ae2bc to a27c4e3 Compare September 13, 2024 05:06
Copy link
Contributor

✅ Gradle check result for d25ca2a: SUCCESS

Copy link
Contributor

❕ Gradle check result for 74ae2bc: UNSTABLE

  • TEST FAILURES:
      1 org.opensearch.indices.replication.SegmentReplicationIT.testReplicaAlreadyAtCheckpoint

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

Copy link
Contributor

✅ Gradle check result for a27c4e3: SUCCESS

Copy link
Collaborator

@Bukhtawar Bukhtawar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

Signed-off-by: Shuyi Z <159193473+amberzsy@users.noreply.github.com>
Copy link
Contributor

✅ Gradle check result for ee1ac62: SUCCESS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request ShardManagement:Resiliency
Projects
Status: 👀 In review
Development

Successfully merging this pull request may close these issues.

[Feature Request] Skip zone/host awareness when auto-expand set to "all"
5 participants