-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Update to latest Lucene bugfix version 8.11.3 #106365
Update to latest Lucene bugfix version 8.11.3 #106365
Conversation
Pinging @elastic/es-search (Team:Search) |
Hi @benwtrent, I've created a changelog YAML for you. |
Pinging @elastic/es-core-infra (Team:Core/Infra) Could y'all make sure I did this right? |
public static final Version CURRENT = V_7_17_19; | ||
public static final Version V_7_17_20 = new Version(7_17_20_99, org.apache.lucene.util.Version.LUCENE_8_11_3); | ||
public static final Version CURRENT = V_7_17_20; |
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.
I am getting a bunch of failures in CI about my version stuff.
Should I keep V_7_17_19
and just change the Lucene version since its a bugfix version and fully compatible?
@elastic/es-core-infra
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.
Yes, new versions are only introduced at build release time. Just update the 7.17.19 constant
…hub.com:benwtrent/elasticsearch into feature/upgrade-to-latest-lucene-bugfix-release
@iverase || @craigtaverner would y'all mind looking at the XTessellatorTests failure? It seems that the lucene bugfix release of 8.11.3 fixes some of the things these classes were covering and they need to be adjusted. |
I can take a look next week. We need to remove XTessellator and XtessellatorTests and replace XTessellator with lucene Tessellator. |
The exception says it clearly:
|
@iverase ok, I removed |
XLatLonShape and friends should / can be removed as well. ( |
I removed I don't see any |
yeah, it was just for correctness. I think that's enough. If you are in a hurry I am good to merge, otherwise I will take a look on Monday, |
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.
LGTM
No description provided.