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

opensearch 2.17.1 #192574

Closed
wants to merge 1 commit into from
Closed

opensearch 2.17.1 #192574

wants to merge 1 commit into from

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

@github-actions github-actions bot added java Java use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Oct 2, 2024
@chenrui333
Copy link
Member

> Task :libs:opensearch-grok:compileJava FAILED
  /tmp/opensearch-20241002-9189-sme48z/OpenSearch-2.17.1/libs/grok/src/main/java/org/opensearch/grok/GrokCaptureConfig.java:117: error: reference not found
       * access to an actual {@link float}. Extracters returned from this method
                                    ^
  /tmp/opensearch-20241002-9189-sme48z/OpenSearch-2.17.1/libs/grok/src/main/java/org/opensearch/grok/GrokCaptureConfig.java:147: error: reference not found
           * Called when the native type is an {@link int}.
                                                      ^
  /tmp/opensearch-20241002-9189-sme48z/OpenSearch-2.17.1/libs/grok/src/main/java/org/opensearch/grok/GrokCaptureConfig.java:152: error: reference not found
           * Called when the native type is an {@link long}.
                                                      ^
  /tmp/opensearch-20241002-9189-sme48z/OpenSearch-2.17.1/libs/grok/src/main/java/org/opensearch/grok/GrokCaptureConfig.java:157: error: reference not found
           * Called when the native type is an {@link float}.
                                                      ^
  /tmp/opensearch-20241002-9189-sme48z/OpenSearch-2.17.1/libs/grok/src/main/java/org/opensearch/grok/GrokCaptureConfig.java:[162](https://github.com/Homebrew/homebrew-core/actions/runs/11135927987/job/30946920090?pr=192574#step:4:163): error: reference not found
           * Called when the native type is an {@link double}.
                                                      ^
  /tmp/opensearch-20241002-9189-sme48z/OpenSearch-2.17.1/libs/grok/src/main/java/org/opensearch/grok/GrokCaptureConfig.java:167: error: reference not found
           * Called when the native type is an {@link boolean}.
                                                      ^
  6 errors

@chenrui333 chenrui333 added the build failure CI fails while building the software label Oct 2, 2024
Copy link
Contributor

github-actions bot commented Oct 4, 2024

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.

@github-actions github-actions bot added the stale No recent activity label Oct 4, 2024
@github-actions github-actions bot closed this Oct 5, 2024
@github-actions github-actions bot deleted the bump-opensearch-2.17.1 branch October 5, 2024 19:14
@calvinit
Copy link
Contributor

This issue might need to be resolved first to allow the openjdk 23.0.1 PR to compile successfully, as the same problem exists with version 2.17.0 under openjdk 23.0.1.

@calvinit
Copy link
Contributor

> Task :libs:opensearch-grok:compileJava FAILED
  /tmp/opensearch-20241002-9189-sme48z/OpenSearch-2.17.1/libs/grok/src/main/java/org/opensearch/grok/GrokCaptureConfig.java:117: error: reference not found
       * access to an actual {@link float}. Extracters returned from this method
                                    ^
  /tmp/opensearch-20241002-9189-sme48z/OpenSearch-2.17.1/libs/grok/src/main/java/org/opensearch/grok/GrokCaptureConfig.java:147: error: reference not found
           * Called when the native type is an {@link int}.
                                                      ^
  /tmp/opensearch-20241002-9189-sme48z/OpenSearch-2.17.1/libs/grok/src/main/java/org/opensearch/grok/GrokCaptureConfig.java:152: error: reference not found
           * Called when the native type is an {@link long}.
                                                      ^
  /tmp/opensearch-20241002-9189-sme48z/OpenSearch-2.17.1/libs/grok/src/main/java/org/opensearch/grok/GrokCaptureConfig.java:157: error: reference not found
           * Called when the native type is an {@link float}.
                                                      ^
  /tmp/opensearch-20241002-9189-sme48z/OpenSearch-2.17.1/libs/grok/src/main/java/org/opensearch/grok/GrokCaptureConfig.java:[162](https://github.com/Homebrew/homebrew-core/actions/runs/11135927987/job/30946920090?pr=192574#step:4:163): error: reference not found
           * Called when the native type is an {@link double}.
                                                      ^
  /tmp/opensearch-20241002-9189-sme48z/OpenSearch-2.17.1/libs/grok/src/main/java/org/opensearch/grok/GrokCaptureConfig.java:167: error: reference not found
           * Called when the native type is an {@link boolean}.
                                                      ^
  6 errors

I found that JDK 23 is not supported before version v2.17.1, so this patch needs to be applied in order to compile successfully!

@calvinit
Copy link
Contributor

I resubmitted a new PR to upgrade this version!

@chenrui333 chenrui333 added the superseded PR was replaced by another PR label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build failure CI fails while building the software bump-formula-pr PR was created using `brew bump-formula-pr` java Java use is a significant feature of the PR or issue stale No recent activity superseded PR was replaced by another PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants