Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Move o.o.action.support.master classes #17104

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

andrross
Copy link
Member

Move AcknowledgedResponse, AcknowledgedRequest, AcknowledgedRequestBuilder,and ShardsAcknowledgedResponse to "clustermanager" Java package. This is a purely structural move done via the IDE with no logic changes.

Related Issues

Resolves #4856

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

❌ Gradle check result for 94ad333: 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?

@msfroh
Copy link
Collaborator

msfroh commented Jan 24, 2025

I could be mistaken, but I think the build failed as a result of #17098 not being merged yet.

Move AcknowledgedResponse, AcknowledgedRequest, AcknowledgedRequestBuilder,and
ShardsAcknowledgedResponse to "clustermanager" Java package. This is a purely
structural move done via the IDE with no logic changes.

Signed-off-by: Andrew Ross <andrross@amazon.com>
Copy link
Contributor

❌ Gradle check result for e1abfba: null

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 e1abfba: SUCCESS

Copy link

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.31%. Comparing base (931c1aa) to head (e1abfba).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main   #17104   +/-   ##
=========================================
  Coverage     72.30%   72.31%           
+ Complexity    65482    65425   -57     
=========================================
  Files          5309     5309           
  Lines        304324   304324           
  Branches      44132    44132           
=========================================
+ Hits         220056   220058    +2     
+ Misses        66259    66204   -55     
- Partials      18009    18062   +53     

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

@andrross andrross merged commit 0d7ac2c into opensearch-project:main Jan 24, 2025
30 checks passed
@andrross andrross deleted the ack-response branch January 24, 2025 22:22
expani pushed a commit to expani/OpenSearch that referenced this pull request Jan 27, 2025
Move AcknowledgedResponse, AcknowledgedRequest, AcknowledgedRequestBuilder,and
ShardsAcknowledgedResponse to "clustermanager" Java package. This is a purely
structural move done via the IDE with no logic changes.

Signed-off-by: Andrew Ross <andrross@amazon.com>
Signed-off-by: expani <anijainc@amazon.com>
etolbakov pushed a commit to etolbakov/OpenSearch that referenced this pull request Jan 29, 2025
Move AcknowledgedResponse, AcknowledgedRequest, AcknowledgedRequestBuilder,and
ShardsAcknowledgedResponse to "clustermanager" Java package. This is a purely
structural move done via the IDE with no logic changes.

Signed-off-by: Andrew Ross <andrross@amazon.com>
Signed-off-by: Eugene Tolbakov <ev.tolbakov@gmail.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
>breaking Identifies a breaking change. bug Something isn't working distributed framework v3.0.0 Issues and PRs related to version 3.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Remove package org.opensearch.action.support.master
3 participants