-
Notifications
You must be signed in to change notification settings - Fork 181
[Backport 2.19-dev] Implement one-batch lookahead for index enumerators (#4345) #4916
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
[Backport 2.19-dev] Implement one-batch lookahead for index enumerators (#4345) #4916
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
…ct#4345) Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
a1bbfd6 to
0bf4773
Compare
|
@Swiddis I still see the compile errors in CI |
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
| 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"); |
There was a problem hiding this comment.
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.
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
--signoffor-s.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.