Re: [VOTE] Release Lucene 10.2.0 RC1

2025-04-09 Thread Ankit Jain
+1 (non-binding)
SUCCESS! [0:47:18.653761]

On Wed, Apr 9, 2025 at 3:59 PM Vigya Sharma  wrote:

> Another run on m6g.2xlarge, Amazon Linux 2 machine (aarch64) machine
> passed.
> SUCCESS! [2:00:32.056418]
>
> On Wed, Apr 9, 2025 at 12:33 PM Vigya Sharma  wrote:
>
>> +1 (non-binding)
>> SUCCESS! [0:44:45.351491]
>>
>> On Wed, Apr 9, 2025 at 12:08 PM Benjamin Trent 
>> wrote:
>>
>>> + 1
>>> SUCCESS! [1:02:54.111488]
>>>
>>>
>>> On Wed, Apr 9, 2025 at 1:14 PM Tomás Fernández Löbbe <
>>> tomasflo...@gmail.com> wrote:
>>>
 +1
 SUCCESS! [1:07:37.187555]

 On Tue, Apr 8, 2025 at 8:02 PM Mayya Sharipova
  wrote:

> +1 SUCCESS! [0:39:47.154199]
>
> On Tue, Apr 8, 2025 at 11:29 AM Robert Muir  wrote:
>
>> issue for Uwe's failure:
>> https://github.com/apache/lucene/issues/14454
>>
>> On Tue, Apr 8, 2025 at 11:23 AM Ignacio Vera 
>> wrote:
>> >
>> > Thank Uwe.
>> >
>> > I ran locally the test and it  was successful:
>> >
>> >  ./gradlew test --tests TestStressNRTReplication.test
>> > -Dtests.seed=4980045515BCEBB2 -Dtests.multiplier=1
>> > -Dtests.nightly=true -Dtests.locale=chr-US
>> > -Dtests.timezone=Africa/Casablanca -Dtests.asserts=true
>> > -Dtests.file.encoding=UTF-8
>> >
>> > > Task :randomizationInfo
>> > Running tests with randomization seed: tests.seed=4980045515BCEBB2
>> > > Task :errorProneSkipped
>> > WARNING: errorprone disabled (skipped on builds not running inside
>> CI
>> > environments, pass -Pvalidation.errorprone=true to enable)
>> > > Task :lucene:distribution.tests:test
>> > Testing binary distribution at:
>> >
>> /lucene/lucene/distribution/build/packages/lucene-10.2.0-SNAPSHOT-itests
>> > > Task :lucene:replicator:test
>> > WARNING: Using incubator modules: jdk.incubator.vector
>> > WARNING: A command line option has enabled the Security Manager
>> > WARNING: The Security Manager is deprecated and will be removed in a
>> > future release
>> > WARNING: Test
>> org.apache.lucene.replicator.nrt.TestStressNRTReplication
>> > wrote 10,773,074 bytes of output.
>> > :lucene:replicator:test (SUCCESS): 1 test(s)
>> > The slowest tests (exceeding 500 ms) during this run:
>> >   211.68s TestStressNRTReplication.test (:lucene:replicator)
>> > The slowest suites (exceeding 1s) during this run:
>> >   211.89s TestStressNRTReplication (:lucene:replicator)
>> >
>> > BUILD SUCCESSFUL in 3m 35s
>> >
>> > There are no changes to the replicator in this release and indeed
>> this
>> > test has failed before. I will continue with the release, else
>> others
>> > want to investigate the error further.
>> >
>> > On Tue, Apr 8, 2025 at 4:14 PM Uwe Schindler 
>> wrote:
>> > >
>> > > Hi,
>> > >
>> > > I ran the smoke tester with the new Policeman Jenkins machine.
>> > > Unfortunately I first enabled Java 24, which broke because of
>> Gradle.
>> > >
>> > > On second run it timeouted due du to a problem in replicator. The
>> disk
>> > > did not fill up, so it was not Robert's complaint about the
>> monster
>> > > test, but something else. The test was killed by the test
>> framework with
>> > > jstack dump. You can have a look, its very lengthly:
>> > >
>> https://jenkins.thetaphi.de/job/Lucene-10.x-Release-Tester/5/consoleFull
>> > >
>> > > The third run worked:
>> > >
>> https://jenkins.thetaphi.de/job/Lucene-10.x-Release-Tester/6/consoleFull
>> > >
>> > > SUCCESS! [1:26:18.469810]
>> > >
>> > > I have no much time to review the artifacts by hand, so I just
>> pass
>> > > Jenkins' experience:
>> > >
>> > > +/- 0 to release. I agree to publish and release it, if others
>> think the
>> > > test failure (I have never seen it before) is OK.
>> > >
>> > > Uwe
>> > >
>> > > Am 07.04.2025 um 07:45 schrieb Ignacio Vera:
>> > > > Please vote for release candidate 1 for Lucene 10.2.0
>> > > >
>> > > > The artifacts can be downloaded from:
>> > > >
>> > > >
>> https://dist.apache.org/repos/dist/dev/lucene/lucene-10.2.0-RC1-rev-f62433603135c98dcec76fbd725855161627f274
>> > > >
>> > > > 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-10.2.0-RC1-rev-f62433603135c98dcec76fbd725855161627f274
>> > > >
>> > > > The vote will be open for at least 72 hours i.e. until
>> 2025-04-10 06:00 UTC.
>> > > >
>> > > > [ ] +1  approve
>> > > > [ ] +0  no opinion
>> > > > [ ] -1  disapprove (and reason why)
>> > > >
>> > > > Here is my +1
>> > > >
>> > > >
>> -
>> > > > To un

Re: [VOTE] Release Lucene 10.2.0 RC1

2025-04-09 Thread Vigya Sharma
+1 (non-binding)
SUCCESS! [0:44:45.351491]

On Wed, Apr 9, 2025 at 12:08 PM Benjamin Trent 
wrote:

> + 1
> SUCCESS! [1:02:54.111488]
>
>
> On Wed, Apr 9, 2025 at 1:14 PM Tomás Fernández Löbbe <
> tomasflo...@gmail.com> wrote:
>
>> +1
>> SUCCESS! [1:07:37.187555]
>>
>> On Tue, Apr 8, 2025 at 8:02 PM Mayya Sharipova
>>  wrote:
>>
>>> +1 SUCCESS! [0:39:47.154199]
>>>
>>> On Tue, Apr 8, 2025 at 11:29 AM Robert Muir  wrote:
>>>
 issue for Uwe's failure: https://github.com/apache/lucene/issues/14454

 On Tue, Apr 8, 2025 at 11:23 AM Ignacio Vera  wrote:
 >
 > Thank Uwe.
 >
 > I ran locally the test and it  was successful:
 >
 >  ./gradlew test --tests TestStressNRTReplication.test
 > -Dtests.seed=4980045515BCEBB2 -Dtests.multiplier=1
 > -Dtests.nightly=true -Dtests.locale=chr-US
 > -Dtests.timezone=Africa/Casablanca -Dtests.asserts=true
 > -Dtests.file.encoding=UTF-8
 >
 > > Task :randomizationInfo
 > Running tests with randomization seed: tests.seed=4980045515BCEBB2
 > > Task :errorProneSkipped
 > WARNING: errorprone disabled (skipped on builds not running inside CI
 > environments, pass -Pvalidation.errorprone=true to enable)
 > > Task :lucene:distribution.tests:test
 > Testing binary distribution at:
 >
 /lucene/lucene/distribution/build/packages/lucene-10.2.0-SNAPSHOT-itests
 > > Task :lucene:replicator:test
 > WARNING: Using incubator modules: jdk.incubator.vector
 > WARNING: A command line option has enabled the Security Manager
 > WARNING: The Security Manager is deprecated and will be removed in a
 > future release
 > WARNING: Test
 org.apache.lucene.replicator.nrt.TestStressNRTReplication
 > wrote 10,773,074 bytes of output.
 > :lucene:replicator:test (SUCCESS): 1 test(s)
 > The slowest tests (exceeding 500 ms) during this run:
 >   211.68s TestStressNRTReplication.test (:lucene:replicator)
 > The slowest suites (exceeding 1s) during this run:
 >   211.89s TestStressNRTReplication (:lucene:replicator)
 >
 > BUILD SUCCESSFUL in 3m 35s
 >
 > There are no changes to the replicator in this release and indeed this
 > test has failed before. I will continue with the release, else others
 > want to investigate the error further.
 >
 > On Tue, Apr 8, 2025 at 4:14 PM Uwe Schindler  wrote:
 > >
 > > Hi,
 > >
 > > I ran the smoke tester with the new Policeman Jenkins machine.
 > > Unfortunately I first enabled Java 24, which broke because of
 Gradle.
 > >
 > > On second run it timeouted due du to a problem in replicator. The
 disk
 > > did not fill up, so it was not Robert's complaint about the monster
 > > test, but something else. The test was killed by the test framework
 with
 > > jstack dump. You can have a look, its very lengthly:
 > >
 https://jenkins.thetaphi.de/job/Lucene-10.x-Release-Tester/5/consoleFull
 > >
 > > The third run worked:
 > >
 https://jenkins.thetaphi.de/job/Lucene-10.x-Release-Tester/6/consoleFull
 > >
 > > SUCCESS! [1:26:18.469810]
 > >
 > > I have no much time to review the artifacts by hand, so I just pass
 > > Jenkins' experience:
 > >
 > > +/- 0 to release. I agree to publish and release it, if others
 think the
 > > test failure (I have never seen it before) is OK.
 > >
 > > Uwe
 > >
 > > Am 07.04.2025 um 07:45 schrieb Ignacio Vera:
 > > > Please vote for release candidate 1 for Lucene 10.2.0
 > > >
 > > > The artifacts can be downloaded from:
 > > >
 > > >
 https://dist.apache.org/repos/dist/dev/lucene/lucene-10.2.0-RC1-rev-f62433603135c98dcec76fbd725855161627f274
 > > >
 > > > 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-10.2.0-RC1-rev-f62433603135c98dcec76fbd725855161627f274
 > > >
 > > > The vote will be open for at least 72 hours i.e. until 2025-04-10
 06:00 UTC.
 > > >
 > > > [ ] +1  approve
 > > > [ ] +0  no opinion
 > > > [ ] -1  disapprove (and reason why)
 > > >
 > > > Here is my +1
 > > >
 > > >
 -
 > > > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 > > > For additional commands, e-mail: dev-h...@lucene.apache.org
 > > >
 > > --
 > > Uwe Schindler
 > > Achterdiek 19, D-28357 Bremen
 > > https://www.thetaphi.de
 > > eMail: u...@thetaphi.de
 > >
 > >
 > >
 -
 > > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
 > > For additional commands, e-mail: dev-h...@lucene.apache.org
 > >
 >
 > -

Re: [VOTE] Release Lucene 10.2.0 RC1

2025-04-09 Thread Vigya Sharma
Another run on m6g.2xlarge, Amazon Linux 2 machine (aarch64) machine passed.
SUCCESS! [2:00:32.056418]

On Wed, Apr 9, 2025 at 12:33 PM Vigya Sharma  wrote:

> +1 (non-binding)
> SUCCESS! [0:44:45.351491]
>
> On Wed, Apr 9, 2025 at 12:08 PM Benjamin Trent 
> wrote:
>
>> + 1
>> SUCCESS! [1:02:54.111488]
>>
>>
>> On Wed, Apr 9, 2025 at 1:14 PM Tomás Fernández Löbbe <
>> tomasflo...@gmail.com> wrote:
>>
>>> +1
>>> SUCCESS! [1:07:37.187555]
>>>
>>> On Tue, Apr 8, 2025 at 8:02 PM Mayya Sharipova
>>>  wrote:
>>>
 +1 SUCCESS! [0:39:47.154199]

 On Tue, Apr 8, 2025 at 11:29 AM Robert Muir  wrote:

> issue for Uwe's failure: https://github.com/apache/lucene/issues/14454
>
> On Tue, Apr 8, 2025 at 11:23 AM Ignacio Vera 
> wrote:
> >
> > Thank Uwe.
> >
> > I ran locally the test and it  was successful:
> >
> >  ./gradlew test --tests TestStressNRTReplication.test
> > -Dtests.seed=4980045515BCEBB2 -Dtests.multiplier=1
> > -Dtests.nightly=true -Dtests.locale=chr-US
> > -Dtests.timezone=Africa/Casablanca -Dtests.asserts=true
> > -Dtests.file.encoding=UTF-8
> >
> > > Task :randomizationInfo
> > Running tests with randomization seed: tests.seed=4980045515BCEBB2
> > > Task :errorProneSkipped
> > WARNING: errorprone disabled (skipped on builds not running inside CI
> > environments, pass -Pvalidation.errorprone=true to enable)
> > > Task :lucene:distribution.tests:test
> > Testing binary distribution at:
> >
> /lucene/lucene/distribution/build/packages/lucene-10.2.0-SNAPSHOT-itests
> > > Task :lucene:replicator:test
> > WARNING: Using incubator modules: jdk.incubator.vector
> > WARNING: A command line option has enabled the Security Manager
> > WARNING: The Security Manager is deprecated and will be removed in a
> > future release
> > WARNING: Test
> org.apache.lucene.replicator.nrt.TestStressNRTReplication
> > wrote 10,773,074 bytes of output.
> > :lucene:replicator:test (SUCCESS): 1 test(s)
> > The slowest tests (exceeding 500 ms) during this run:
> >   211.68s TestStressNRTReplication.test (:lucene:replicator)
> > The slowest suites (exceeding 1s) during this run:
> >   211.89s TestStressNRTReplication (:lucene:replicator)
> >
> > BUILD SUCCESSFUL in 3m 35s
> >
> > There are no changes to the replicator in this release and indeed
> this
> > test has failed before. I will continue with the release, else others
> > want to investigate the error further.
> >
> > On Tue, Apr 8, 2025 at 4:14 PM Uwe Schindler 
> wrote:
> > >
> > > Hi,
> > >
> > > I ran the smoke tester with the new Policeman Jenkins machine.
> > > Unfortunately I first enabled Java 24, which broke because of
> Gradle.
> > >
> > > On second run it timeouted due du to a problem in replicator. The
> disk
> > > did not fill up, so it was not Robert's complaint about the monster
> > > test, but something else. The test was killed by the test
> framework with
> > > jstack dump. You can have a look, its very lengthly:
> > >
> https://jenkins.thetaphi.de/job/Lucene-10.x-Release-Tester/5/consoleFull
> > >
> > > The third run worked:
> > >
> https://jenkins.thetaphi.de/job/Lucene-10.x-Release-Tester/6/consoleFull
> > >
> > > SUCCESS! [1:26:18.469810]
> > >
> > > I have no much time to review the artifacts by hand, so I just pass
> > > Jenkins' experience:
> > >
> > > +/- 0 to release. I agree to publish and release it, if others
> think the
> > > test failure (I have never seen it before) is OK.
> > >
> > > Uwe
> > >
> > > Am 07.04.2025 um 07:45 schrieb Ignacio Vera:
> > > > Please vote for release candidate 1 for Lucene 10.2.0
> > > >
> > > > The artifacts can be downloaded from:
> > > >
> > > >
> https://dist.apache.org/repos/dist/dev/lucene/lucene-10.2.0-RC1-rev-f62433603135c98dcec76fbd725855161627f274
> > > >
> > > > 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-10.2.0-RC1-rev-f62433603135c98dcec76fbd725855161627f274
> > > >
> > > > The vote will be open for at least 72 hours i.e. until
> 2025-04-10 06:00 UTC.
> > > >
> > > > [ ] +1  approve
> > > > [ ] +0  no opinion
> > > > [ ] -1  disapprove (and reason why)
> > > >
> > > > Here is my +1
> > > >
> > > >
> -
> > > > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> > > > For additional commands, e-mail: dev-h...@lucene.apache.org
> > > >
> > > --
> > > Uwe Schindler
> > > Achterdiek 19, D-28357 Bremen
> > > https://www.thetaphi.de
> > > eMail: u...

Re: [VOTE] Release Lucene 10.2.0 RC1

2025-04-09 Thread Benjamin Trent
+ 1
SUCCESS! [1:02:54.111488]


On Wed, Apr 9, 2025 at 1:14 PM Tomás Fernández Löbbe 
wrote:

> +1
> SUCCESS! [1:07:37.187555]
>
> On Tue, Apr 8, 2025 at 8:02 PM Mayya Sharipova
>  wrote:
>
>> +1 SUCCESS! [0:39:47.154199]
>>
>> On Tue, Apr 8, 2025 at 11:29 AM Robert Muir  wrote:
>>
>>> issue for Uwe's failure: https://github.com/apache/lucene/issues/14454
>>>
>>> On Tue, Apr 8, 2025 at 11:23 AM Ignacio Vera  wrote:
>>> >
>>> > Thank Uwe.
>>> >
>>> > I ran locally the test and it  was successful:
>>> >
>>> >  ./gradlew test --tests TestStressNRTReplication.test
>>> > -Dtests.seed=4980045515BCEBB2 -Dtests.multiplier=1
>>> > -Dtests.nightly=true -Dtests.locale=chr-US
>>> > -Dtests.timezone=Africa/Casablanca -Dtests.asserts=true
>>> > -Dtests.file.encoding=UTF-8
>>> >
>>> > > Task :randomizationInfo
>>> > Running tests with randomization seed: tests.seed=4980045515BCEBB2
>>> > > Task :errorProneSkipped
>>> > WARNING: errorprone disabled (skipped on builds not running inside CI
>>> > environments, pass -Pvalidation.errorprone=true to enable)
>>> > > Task :lucene:distribution.tests:test
>>> > Testing binary distribution at:
>>> >
>>> /lucene/lucene/distribution/build/packages/lucene-10.2.0-SNAPSHOT-itests
>>> > > Task :lucene:replicator:test
>>> > WARNING: Using incubator modules: jdk.incubator.vector
>>> > WARNING: A command line option has enabled the Security Manager
>>> > WARNING: The Security Manager is deprecated and will be removed in a
>>> > future release
>>> > WARNING: Test org.apache.lucene.replicator.nrt.TestStressNRTReplication
>>> > wrote 10,773,074 bytes of output.
>>> > :lucene:replicator:test (SUCCESS): 1 test(s)
>>> > The slowest tests (exceeding 500 ms) during this run:
>>> >   211.68s TestStressNRTReplication.test (:lucene:replicator)
>>> > The slowest suites (exceeding 1s) during this run:
>>> >   211.89s TestStressNRTReplication (:lucene:replicator)
>>> >
>>> > BUILD SUCCESSFUL in 3m 35s
>>> >
>>> > There are no changes to the replicator in this release and indeed this
>>> > test has failed before. I will continue with the release, else others
>>> > want to investigate the error further.
>>> >
>>> > On Tue, Apr 8, 2025 at 4:14 PM Uwe Schindler  wrote:
>>> > >
>>> > > Hi,
>>> > >
>>> > > I ran the smoke tester with the new Policeman Jenkins machine.
>>> > > Unfortunately I first enabled Java 24, which broke because of Gradle.
>>> > >
>>> > > On second run it timeouted due du to a problem in replicator. The
>>> disk
>>> > > did not fill up, so it was not Robert's complaint about the monster
>>> > > test, but something else. The test was killed by the test framework
>>> with
>>> > > jstack dump. You can have a look, its very lengthly:
>>> > >
>>> https://jenkins.thetaphi.de/job/Lucene-10.x-Release-Tester/5/consoleFull
>>> > >
>>> > > The third run worked:
>>> > >
>>> https://jenkins.thetaphi.de/job/Lucene-10.x-Release-Tester/6/consoleFull
>>> > >
>>> > > SUCCESS! [1:26:18.469810]
>>> > >
>>> > > I have no much time to review the artifacts by hand, so I just pass
>>> > > Jenkins' experience:
>>> > >
>>> > > +/- 0 to release. I agree to publish and release it, if others think
>>> the
>>> > > test failure (I have never seen it before) is OK.
>>> > >
>>> > > Uwe
>>> > >
>>> > > Am 07.04.2025 um 07:45 schrieb Ignacio Vera:
>>> > > > Please vote for release candidate 1 for Lucene 10.2.0
>>> > > >
>>> > > > The artifacts can be downloaded from:
>>> > > >
>>> > > >
>>> https://dist.apache.org/repos/dist/dev/lucene/lucene-10.2.0-RC1-rev-f62433603135c98dcec76fbd725855161627f274
>>> > > >
>>> > > > 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-10.2.0-RC1-rev-f62433603135c98dcec76fbd725855161627f274
>>> > > >
>>> > > > The vote will be open for at least 72 hours i.e. until 2025-04-10
>>> 06:00 UTC.
>>> > > >
>>> > > > [ ] +1  approve
>>> > > > [ ] +0  no opinion
>>> > > > [ ] -1  disapprove (and reason why)
>>> > > >
>>> > > > Here is my +1
>>> > > >
>>> > > >
>>> -
>>> > > > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>>> > > > For additional commands, e-mail: dev-h...@lucene.apache.org
>>> > > >
>>> > > --
>>> > > Uwe Schindler
>>> > > Achterdiek 19, D-28357 Bremen
>>> > > https://www.thetaphi.de
>>> > > eMail: u...@thetaphi.de
>>> > >
>>> > >
>>> > > -
>>> > > 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
>>> >
>>>
>>> -
>>> To unsubscribe, e-mail:

Re: [VOTE] Release Lucene 10.2.0 RC1

2025-04-09 Thread Tomás Fernández Löbbe
+1
SUCCESS! [1:07:37.187555]

On Tue, Apr 8, 2025 at 8:02 PM Mayya Sharipova
 wrote:

> +1 SUCCESS! [0:39:47.154199]
>
> On Tue, Apr 8, 2025 at 11:29 AM Robert Muir  wrote:
>
>> issue for Uwe's failure: https://github.com/apache/lucene/issues/14454
>>
>> On Tue, Apr 8, 2025 at 11:23 AM Ignacio Vera  wrote:
>> >
>> > Thank Uwe.
>> >
>> > I ran locally the test and it  was successful:
>> >
>> >  ./gradlew test --tests TestStressNRTReplication.test
>> > -Dtests.seed=4980045515BCEBB2 -Dtests.multiplier=1
>> > -Dtests.nightly=true -Dtests.locale=chr-US
>> > -Dtests.timezone=Africa/Casablanca -Dtests.asserts=true
>> > -Dtests.file.encoding=UTF-8
>> >
>> > > Task :randomizationInfo
>> > Running tests with randomization seed: tests.seed=4980045515BCEBB2
>> > > Task :errorProneSkipped
>> > WARNING: errorprone disabled (skipped on builds not running inside CI
>> > environments, pass -Pvalidation.errorprone=true to enable)
>> > > Task :lucene:distribution.tests:test
>> > Testing binary distribution at:
>> > /lucene/lucene/distribution/build/packages/lucene-10.2.0-SNAPSHOT-itests
>> > > Task :lucene:replicator:test
>> > WARNING: Using incubator modules: jdk.incubator.vector
>> > WARNING: A command line option has enabled the Security Manager
>> > WARNING: The Security Manager is deprecated and will be removed in a
>> > future release
>> > WARNING: Test org.apache.lucene.replicator.nrt.TestStressNRTReplication
>> > wrote 10,773,074 bytes of output.
>> > :lucene:replicator:test (SUCCESS): 1 test(s)
>> > The slowest tests (exceeding 500 ms) during this run:
>> >   211.68s TestStressNRTReplication.test (:lucene:replicator)
>> > The slowest suites (exceeding 1s) during this run:
>> >   211.89s TestStressNRTReplication (:lucene:replicator)
>> >
>> > BUILD SUCCESSFUL in 3m 35s
>> >
>> > There are no changes to the replicator in this release and indeed this
>> > test has failed before. I will continue with the release, else others
>> > want to investigate the error further.
>> >
>> > On Tue, Apr 8, 2025 at 4:14 PM Uwe Schindler  wrote:
>> > >
>> > > Hi,
>> > >
>> > > I ran the smoke tester with the new Policeman Jenkins machine.
>> > > Unfortunately I first enabled Java 24, which broke because of Gradle.
>> > >
>> > > On second run it timeouted due du to a problem in replicator. The disk
>> > > did not fill up, so it was not Robert's complaint about the monster
>> > > test, but something else. The test was killed by the test framework
>> with
>> > > jstack dump. You can have a look, its very lengthly:
>> > >
>> https://jenkins.thetaphi.de/job/Lucene-10.x-Release-Tester/5/consoleFull
>> > >
>> > > The third run worked:
>> > >
>> https://jenkins.thetaphi.de/job/Lucene-10.x-Release-Tester/6/consoleFull
>> > >
>> > > SUCCESS! [1:26:18.469810]
>> > >
>> > > I have no much time to review the artifacts by hand, so I just pass
>> > > Jenkins' experience:
>> > >
>> > > +/- 0 to release. I agree to publish and release it, if others think
>> the
>> > > test failure (I have never seen it before) is OK.
>> > >
>> > > Uwe
>> > >
>> > > Am 07.04.2025 um 07:45 schrieb Ignacio Vera:
>> > > > Please vote for release candidate 1 for Lucene 10.2.0
>> > > >
>> > > > The artifacts can be downloaded from:
>> > > >
>> > > >
>> https://dist.apache.org/repos/dist/dev/lucene/lucene-10.2.0-RC1-rev-f62433603135c98dcec76fbd725855161627f274
>> > > >
>> > > > 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-10.2.0-RC1-rev-f62433603135c98dcec76fbd725855161627f274
>> > > >
>> > > > The vote will be open for at least 72 hours i.e. until 2025-04-10
>> 06:00 UTC.
>> > > >
>> > > > [ ] +1  approve
>> > > > [ ] +0  no opinion
>> > > > [ ] -1  disapprove (and reason why)
>> > > >
>> > > > Here is my +1
>> > > >
>> > > >
>> -
>> > > > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>> > > > For additional commands, e-mail: dev-h...@lucene.apache.org
>> > > >
>> > > --
>> > > Uwe Schindler
>> > > Achterdiek 19, D-28357 Bremen
>> > > https://www.thetaphi.de
>> > > eMail: u...@thetaphi.de
>> > >
>> > >
>> > > -
>> > > 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
>> >
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>> For additional commands, e-mail: dev-h...@lucene.apache.org
>>
>>


Re: Your Response Submitted For VIP Members Club Questionnaire (Premium)

2025-04-09 Thread Roxanne Jane Mary Lodise
On Fri, Apr 4, 2025, 9:58 PM  wrote:

>
> Hello,
> Just to confirm we have received your inquiry, We will get back to you as 
> soon as possible!
>   
>
>