Skip to content

Conversation

@Swiddis
Copy link
Collaborator

@Swiddis Swiddis commented Dec 8, 2025

Description

Backport #4345 as there's no perf regression in OSB. In general, I'm confident that this helps it many query cases and doesn't overall hurt the general case.

Had to convert the Scanner away from record types because of JDK compatibility, should be no functionality diff.

Related Issues

N/A

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • New functionality has javadoc added.
  • New functionality has a user manual doc added.
  • New PPL command checklist all confirmed.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff or -s.
  • Public documentation issue/PR created.

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.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 8, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Comment @coderabbitai help to get the list of available commands and usage tips.

@Swiddis Swiddis force-pushed the backport-4345-219-dev branch from a1bbfd6 to 0bf4773 Compare December 8, 2025 17:47
RyanL1997
RyanL1997 previously approved these changes Dec 8, 2025
@LantaoJin
Copy link
Member

@Swiddis I still see the compile errors in CI

Signed-off-by: Simeon Widdis <[email protected]>
PrometheusStorageFactory prometheusStorageFactory = new PrometheusStorageFactory(settings);
HashMap<String, String> properties = new HashMap<>();
properties.put("prometheus.uri", "https://test.com");
properties.put("prometheus.uri", "https://opensearch.org");
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

test.com just dropped out of DNS, leading to URI validation failures. Quick fix.

@Swiddis Swiddis enabled auto-merge (squash) December 10, 2025 00:12
@Swiddis Swiddis merged commit d994ca9 into opensearch-project:2.19-dev Dec 10, 2025
46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants