+1

Jan, thank you for being the release manager!

Everyone, I know ppl are busy, maybe haven't slept or ate, but
please/begging let's just test out this RC, report back with VOTEs,
and get these fixes to the users as quick as possible. Let's take care
of addressing issues like this for the projects that we care about.

my tests:

think:Downloads$ gzip -dc lucene-8.11.1.tgz | tar tf - | grep log4j
lucene-8.11.1/licenses/log4j-LICENSE-ASL.txt
lucene-8.11.1/licenses/log4j-NOTICE.txt
lucene-8.11.1/licenses/log4j-api-2.16.0.jar.sha1
lucene-8.11.1/licenses/log4j-api-LICENSE-ASL.txt
lucene-8.11.1/licenses/log4j-api-NOTICE.txt
lucene-8.11.1/licenses/log4j-core-2.16.0.jar.sha1
lucene-8.11.1/licenses/log4j-core-LICENSE-ASL.txt
lucene-8.11.1/licenses/log4j-core-NOTICE.txt
lucene-8.11.1/luke/lib/log4j-api-2.16.0.jar
lucene-8.11.1/luke/lib/log4j-core-2.16.0.jar
think:Downloads$ gzip -dc solr-8.11.1.tgz | tar tf - | grep log4j
solr-8.11.1/contrib/prometheus-exporter/lib/log4j-api-2.16.0.jar
solr-8.11.1/contrib/prometheus-exporter/lib/log4j-core-2.16.0.jar
solr-8.11.1/contrib/prometheus-exporter/lib/log4j-slf4j-impl-2.16.0.jar
solr-8.11.1/licenses/log4j-1.2-api-2.16.0.jar.sha1
solr-8.11.1/licenses/log4j-LICENSE-ASL.txt
solr-8.11.1/licenses/log4j-NOTICE.txt
solr-8.11.1/licenses/log4j-api-2.16.0.jar.sha1
solr-8.11.1/licenses/log4j-api-LICENSE-ASL.txt
solr-8.11.1/licenses/log4j-api-NOTICE.txt
solr-8.11.1/licenses/log4j-core-2.16.0.jar.sha1
solr-8.11.1/licenses/log4j-core-LICENSE-ASL.txt
solr-8.11.1/licenses/log4j-core-NOTICE.txt
solr-8.11.1/licenses/log4j-layout-template-json-2.16.0.jar.sha1
solr-8.11.1/licenses/log4j-layout-template-json-LICENSE-ASL.txt
solr-8.11.1/licenses/log4j-layout-template-json-NOTICE.txt
solr-8.11.1/licenses/log4j-slf4j-LICENSE-ASL.txt
solr-8.11.1/licenses/log4j-slf4j-NOTICE.txt
solr-8.11.1/licenses/log4j-slf4j-impl-2.16.0.jar.sha1
solr-8.11.1/licenses/log4j-web-2.16.0.jar.sha1
solr-8.11.1/licenses/log4j-web-LICENSE-ASL.txt
solr-8.11.1/licenses/log4j-web-NOTICE.txt
solr-8.11.1/server/lib/ext/log4j-1.2-api-2.16.0.jar
solr-8.11.1/server/lib/ext/log4j-api-2.16.0.jar
solr-8.11.1/server/lib/ext/log4j-core-2.16.0.jar
solr-8.11.1/server/lib/ext/log4j-layout-template-json-2.16.0.jar
solr-8.11.1/server/lib/ext/log4j-slf4j-impl-2.16.0.jar
solr-8.11.1/server/lib/ext/log4j-web-2.16.0.jar
solr-8.11.1/server/resources/log4j2-console.xml
solr-8.11.1/server/resources/log4j2.xml

also my tests: Smoketester failed on HDFS tests.

   [junit4] Tests with failures [seed: E56ED2C9F3D215B8]:
   [junit4]   - org.apache.solr.search.TestRecoveryHdfs.testBuffering
   [junit4]   - org.apache.solr.search.TestRecoveryHdfs.testCorruptLog
   [junit4]   - org.apache.solr.search.TestRecoveryHdfs.testExistOldBufferLog
   [junit4]   - org.apache.solr.search.TestRecoveryHdfs.testCleanShutdown
   [junit4]   - org.apache.solr.search.TestRecoveryHdfs.testTruncatedLog
   [junit4]   - org.apache.solr.search.TestRecoveryHdfs.testRecoveryMultipleLogs
   [junit4]   - org.apache.solr.search.TestRecoveryHdfs.testVersionsOnRestart

it seems to be a bug in the test's *teardown* method from what I see
in the stacktrace:

   [junit4]   2> java.io.IOException: Filesystem closed
   [junit4]   2> at
org.apache.hadoop.hdfs.DFSClient.checkOpen(DFSClient.java:476)
~[hadoop-hdfs-client-3.2.2.jar:?]
   [junit4]   2> at
org.apache.hadoop.hdfs.DFSClient.listPaths(DFSClient.java:1650)
~[hadoop-hdfs-client-3.2.2.jar:?]
   [junit4]   2> at
org.apache.hadoop.hdfs.DFSClient.listPaths(DFSClient.java:1636)
~[hadoop-hdfs-client-3.2.2.jar:?]
   [junit4]   2> at
org.apache.hadoop.hdfs.DistributedFileSystem.listStatusInternal(DistributedFileSystem.java:1057)
~[hadoop-hdfs-client-3.2.2.jar:?]
   [junit4]   2> at
org.apache.hadoop.hdfs.DistributedFileSystem.access$1000(DistributedFileSystem.java:133)
~[hadoop-hdfs-client-3.2.2.jar:?]
   [junit4]   2> at
org.apache.hadoop.hdfs.DistributedFileSystem$24.doCall(DistributedFileSystem.java:1132)
~[hadoop-hdfs-client-3.2.2.jar:?]
   [junit4]   2> at
org.apache.hadoop.hdfs.DistributedFileSystem$24.doCall(DistributedFileSystem.java:1129)
~[hadoop-hdfs-client-3.2.2.jar:?]
   [junit4]   2> at
org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
~[hadoop-common-3.2.2.jar:?]
   [junit4]   2> at
org.apache.hadoop.hdfs.DistributedFileSystem.listStatus(DistributedFileSystem.java:1139)
~[hadoop-hdfs-client-3.2.2.jar:?]
   [junit4]   2> at
org.apache.solr.store.hdfs.HdfsDirectory.listAll(HdfsDirectory.java:200)
~[java/:?]
   [junit4]   2> at
org.apache.lucene.store.FilterDirectory.listAll(FilterDirectory.java:58)
~[java/:?]
   [junit4]   2> at
org.apache.solr.store.blockcache.BlockDirectory.close(BlockDirectory.java:249)
~[java/:?]
   [junit4]   2> at
org.apache.lucene.util.IOUtils.close(IOUtils.java:89) ~[java/:?]
   [junit4]   2> at
org.apache.lucene.util.IOUtils.close(IOUtils.java:77) ~[java/:?]
   [junit4]   2> at
org.apache.lucene.store.NRTCachingDirectory.close(NRTCachingDirectory.java:204)
~[java/:?]
   [junit4]   2> at
org.apache.solr.common.util.ObjectReleaseTracker.tryClose(ObjectReleaseTracker.java:85)
[java/:?]
   [junit4]   2> at
org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:336)
[java/:?]

That's just side information. I don't care about this HDFS test at
all. I care about the security fixes. +1 to release.

On Tue, Dec 14, 2021 at 9:36 AM Jan Høydahl <jan....@cominvent.com> wrote:
>
> Please vote for release candidate 1 for Lucene/Solr 8.11.1
>
> The artifacts can be downloaded from:
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50
>
> You can run the smoke tester directly (from a fresh branch_8_11 checkout), 
> with this command:
>
> python3 -u dev-tools/scripts/smokeTestRelease.py \
> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.11.1-RC1-rev0b002b11819df70783e83ef36b42ed1223c14b50
>
> The vote will be open for at least 72 hours i.e. until 2021-12-17 15:00 UTC.
>
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
>
> Here is my +1
>
> SUCCESS! [0:54:56.979538]
>
> NOTE: You must run the smoke tester from latest commit on branch_8_11, since 
> my surname contains a unicode-character, needing a fix in the gpg command ran 
> by the smoketester.
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to