On 1/3/23 08:05, Michael Gibney wrote:
and possibly upgrade to Lucene 9.4 https://issues.apache.org/jira/browse/SOLR-16442 particularly considering: https://github.com/apache/lucene/pull/11718
It seems like a bad idea to upgrade a critical component to a new major or minor version in a bugfix release, unless that upgrade closes a security vulnerability and is fairly limited in scope. I don't think either of those applies.
Solr 9.1.0 includes Lucene 9.3.0. There are no further 9.3.x releases, so we don't have that as an option.
The main concerns for all the above are classloading issues. The first one (SlotAcc) I think should be backported, since we know it has manifested in the wild and it's a very self-contained fix.
My bias would be to NOT upgrade Lucene, for reasons described above. The change on SOLR-16165 looks OK to me for a point release.
Thanks, Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@solr.apache.org For additional commands, e-mail: dev-h...@solr.apache.org