Surprising. I'll take a look. On Tue, 16 Feb, 2021, 7:29 am Anshum Gupta, <[email protected]> wrote:
> I've unsuccessfully tried getting the smoketester to pass and have had 6 > fails so far. > > At this point it seems like SolrCloudReporterTest and > AutoscalingHistoryTest tests are failing pretty consistently for me. > > The former is a new failure, and seems to be caused by the > USE_PER_REPLICA_STATE randomization. > > Both Tim and me tried running the tests without the randomization and > defaulting that property to false gets the tests to pass, however it seems > to be failing every time the value for USE_PER_REPLICA_STATE is set to true. > > I'm not voting -1 yet, as I'm not sure how much this affects the build vs > the test, but once we have a clearer picture, we might need a fix and have > to respin this. > > -Anshum > > On Sun, Feb 14, 2021 at 8:31 AM Timothy Potter <[email protected]> > wrote: > >> Looks like an extra space got added on the end of the python3 command, >> try this one: >> >> python3 -u dev-tools/scripts/smokeTestRelease.py >> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928 >> >> >> >> >> On Sun, Feb 14, 2021 at 9:26 AM Timothy Potter <[email protected]> >> wrote: >> >>> Please vote for release candidate 1 for Lucene/Solr 8.8.1 >>> >>> >>> The artifacts can be downloaded from: >>> >>> >>> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928 >>> >>> >>> 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-8.8.1-RC1-rev6a50a0315ac7e4979abb0b530857c7795bb3b928 >>> >>> >>> The vote will be open for at least 72 hours i.e. until 2021-02-17 17:00 >>> UTC. >>> >>> >>> Here is my +1 ~ SUCCESS! [0:50:06.728441] >>> >>> >>> In addition to the smoke test, I built a Docker image from >>> solr-8.8.1.tgz locally and verified: >>> >>> >>> a. A rolling upgrade of a 3-node 8.7.0 cluster to the 8.8.1 RC completes >>> successfully w/o any NPEs or weirdness with leader election / recoveries. >>> >>> >>> b. The base_url property is stored in replica state after the upgrade >>> >>> >>> c. A basic client application built with SolrJ 8.7.0 can load cluster >>> state info directly from ZK and query the 8.8.1 RC1 servers. >>> >>> >>> d. Same client app built with SolrJ 8.8.0 works as well. >>> >>> >>> As this bug-fix release is primarily needed to address a SolrJ >>> back-compat break (SOLR-15145) and unfortunately our smoke tester framework >>> does >>> not test for backcompat of older SolrJ against the RC, I ask others to >>> please test rolling upgrades of servers (ideally multi-node clusters) >>> running pre-8.8.0 to this RC if possible. Also, please try client >>> applications that are using an older SolrJ, esp. those that load cluster >>> state directly from ZK. >>> >>> >>> Best regards, >>> >>> Tim >>> >>> >>> >>> >>> > > -- > Anshum Gupta >
