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

[NOCOMMIT] Revert "Flat object field should delegate to keyword field… #16515

Closed
wants to merge 1 commit into from

Conversation

msfroh
Copy link
Collaborator

@msfroh msfroh commented Oct 28, 2024

… for most query types (#14383)"

This reverts commit 9ddee61.

Trying to identify the source of a benchmark regression for big5 keyword-in-range query.

I don't think this commit caused it, but it's the only commit I found related to keyword fields or range queries around October 11-15, and I'd like to do some benchmarks.

Description

[Describe what this change achieves]

Related Issues

Resolves #[Issue number to be closed when this PR is merged]

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

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.

… for most query types (opensearch-project#14383)"

This reverts commit 9ddee61.

Trying to identify the source of a benchmark regression for big5
keyword-in-range query.

Signed-off-by: Michael Froh <[email protected]>
@msfroh
Copy link
Collaborator Author

msfroh commented Oct 28, 2024

{"run-benchmark-test": "id_5"}

Copy link
Contributor

The Jenkins job url is https://build.ci.opensearch.org/job/benchmark-pull-request/1539/ . Final results will be published once the job is completed.

@msfroh
Copy link
Collaborator Author

msfroh commented Oct 28, 2024

Talked with @rishabh6788, and it sounds like the regression we're seeing in the nightly benchmarks is only on on ARM processors, not x86. That makes it even less likely that it's tied to a specific code change (versus e.g a JDK or other dependency upgrade).

Screenshot 2024-10-28 at 2 50 54 PM

Copy link
Contributor

✅ Gradle check result for 5f5317d: SUCCESS

Copy link

codecov bot commented Oct 28, 2024

Codecov Report

Attention: Patch coverage is 51.02041% with 48 lines in your changes missing coverage. Please review.

Project coverage is 71.98%. Comparing base (72559bf) to head (5f5317d).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
...opensearch/index/mapper/FlatObjectFieldMapper.java 48.75% 33 Missing and 8 partials ⚠️
...rg/opensearch/index/mapper/KeywordFieldMapper.java 61.11% 3 Missing and 4 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #16515      +/-   ##
============================================
- Coverage     72.11%   71.98%   -0.13%     
+ Complexity    65071    65047      -24     
============================================
  Files          5313     5313              
  Lines        303413   303450      +37     
  Branches      43906    43914       +8     
============================================
- Hits         218816   218452     -364     
- Misses        66639    67119     +480     
+ Partials      17958    17879      -79     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@msfroh
Copy link
Collaborator Author

msfroh commented Oct 29, 2024

@rishabh6788 found that the benchmark regression was related to the Lucene 9.12 upgrade.

@msfroh msfroh closed this Oct 29, 2024
@msfroh msfroh deleted the test_revert_14383 branch October 29, 2024 22:12
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.

1 participant