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

[BUG] Rebase Main Branch w/ Refactors from upstream core #322

Closed
nknize opened this issue Aug 2, 2023 · 0 comments
Closed

[BUG] Rebase Main Branch w/ Refactors from upstream core #322

nknize opened this issue Aug 2, 2023 · 0 comments
Labels

Comments

@nknize
Copy link

nknize commented Aug 2, 2023

What is the bug?
Build fails with some latest namespace and library refactoring from core (e.g., opensearch-project/OpenSearch#9005). This was caught by the compatibility checker on opensearch-project/OpenSearch#9073.

How can one reproduce the bug?
Steps to reproduce the behavior:
Build with latest SNAPSHOT version of core

What is the expected behavior?
Passing build. No failures.

What is your host/environment?

  • OS: [e.g. iOS]
  • Version [e.g. 22]
  • Plugins

Do you have any screenshots?

/tmp/groovy-generated-tmpdir-8603924191756215072/src/main/java/org/opensearch/search/asynchronous/stats/AsynchronousSearchStats.java:11: error: cannot find symbol

import org.opensearch.common.io.stream.StreamInput;
                                      ^
  symbol:   class StreamInput
  location: package org.opensearch.common.io.stream
/tmp/groovy-generated-tmpdir-8603924191756215072/src/main/java/org/opensearch/search/asynchronous/stats/AsynchronousSearchStats.java:12: error: cannot find symbol
import org.opensearch.common.io.stream.StreamOutput;

Do you have any additional context?
#5910

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

No branches or pull requests

2 participants