Re: Cleaning up IntelliJ warnings in code base

2022-06-09 Thread Eric Pugh
Thanks Mike for fixing my backport issue…… So, I’ve wended my way through 84 files focusing on grammar and typos: https://github.com/apache/solr/pull/900 One thing I wanted to highlight, the AffinityPlacementFactory.java

UpdateLog memory usage on startup

2022-06-09 Thread Bram Van Dam
Howdy, We've noticed that enabling larger transaction logs causes the memory requirements for Solr to increase: Solr consumes large amounts of memory at startup. After procuring a heap dump, this seems to be because Solr initializes ArrayLists in UpdateLog::getVersions with size maxNbTransa

Re: [VOTE] Release Lucene/Solr 8.11.2 RC1

2022-06-09 Thread Houston Putman
The 8x line (i.e. 8.11 bug-fix releases) will continue to be released as they were when the projects were still joined. This was one of the concessions made when splitting the projects, since otherwise there wouldnt be a reasonable ways for releasing 8.x versions post-split. - Houston On Wed, Jun

Re: Obscenely long gradle compile times? (related to error-prone plugin?)

2022-06-09 Thread Uwe Schindler
Hi Chris, in later PRs done by Dawid and me we improved the whole thing even more. Instead of linking this to property tests.nightly (which would run it too seldom), we added another project property. In addition the Lucene build now detects if it is ran in a CI environment (it looks for env