opensearch-project / opensearch-sdk-java

OpenSearch SDK to build and run extensions
Apache License 2.0
28 stars 58 forks source link

Switch to more reliable OpenSearch Lucene snapshot location #978

Closed peternied closed 8 months ago

peternied commented 8 months ago

Description

Switch to more reliable OpenSearch Lucene snapshot location

Issues Resolved

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.

peternied commented 8 months ago

@dbwiddis Could you take a look?

peternied commented 8 months ago

@owaiskazi19 @saratvemulapalli Looks like there is an unrelated build break can you let me know how this should move forward?

/home/runner/work/opensearch-sdk-java/opensearch-sdk-java/src/test/java/org/opensearch/sdk/TestExtensionInterfaces.java:175: error: constructor Parameters in class Parameters cannot be applied to given types;
        Processor.Parameters parameters = new Processor.Parameters(null, null, null, null, null, null, null, null, null);
                                          ^
owaiskazi19 commented 8 months ago

@owaiskazi19 @saratvemulapalli Looks like there is an unrelated build break can you let me know how this should move forward?

~Should be fixed by https://github.com/opensearch-project/opensearch-sdk-java/pull/979~. Merged. Needs a rebase.

peternied commented 8 months ago

@owaiskazi19 Looks like there are still issues with the PR checks, I've created a issue:

saratvemulapalli commented 8 months ago

@peternied here is the fix https://github.com/opensearch-project/opensearch-sdk-java/pull/982 Please rebase after the changes are merged.