I think we should respin due to https://issues.apache.org/jira/browse/LUCENE-6507.
NativeFSLockFactory has race conditions, which can cause valid locks to become invalidated by another thread in some situations. We already have a test + fix but JIRA is extremely slow and the issue needs more review and testing on different operating systems. On Wed, May 27, 2015 at 4:04 PM, Anshum Gupta <[email protected]> wrote: > Please vote for the first release candidate for Lucene/Solr 5.2.0 > > The artifacts can be downloaded from: > https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-5.2.0-RC1-rev1682085 > > You can run the smoke tester directly with this command: > > python3 -u dev-tools/scripts/smokeTestRelease.py > https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-5.2.0-RC1-rev1682085 > > I've run the test suite a few times, the smoke tester, basic collection > creation, startup, indexing, and query. Here's my +1. > > SUCCESS! [0:31:23.943785] > > P.S: I hit failure in MultiThreadedOCPTest 2 times while creating the RC, so > I'm looking at what's triggering it in parallel to make sure that we're not > overlooking a problem. As it has been failing on Jenkins frequently, I've > created SOLR-7602 to track this. > > -- > Anshum Gupta --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
